Closed
Bug 79091
Opened 24 years ago
Closed 23 years ago
DOM inspector has bad link-time dependencies
Categories
(Other Applications :: DOM Inspector, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Keywords: helpwanted)
Attachments
(1 file)
(deleted),
patch
|
attinasi
:
review+
shaver
:
superreview+
|
Details | Diff | Splinter Review |
On bug 75924, I wrote:
-----
I also had to make inspector link against gkgfx and libgkconshared_s to fix AIX
bustage. The latter dependency really has to go. The errors that led me to do
that were:
ld: 0711-317 ERROR: Undefined symbol: .NS_HexToRGB
ld: 0711-317 ERROR: Undefined symbol: .nsCSSProps::AddRefTable()
ld: 0711-317 ERROR: Undefined symbol: .nsCSSProps::ReleaseTable()
ld: 0711-317 ERROR: Undefined symbol: .nsCSSProps::GetStringValue(nsCSSProperty)
ld: 0711-317 ERROR: Undefined symbol: .nsCSSProps::LookupProperty(const nsAString&)
(I wonder why it was linking against rdfutil_s to begin with... that would be
good to remove as well.)
-----
I'm filing this bug as a request to fix these dependencies. It would be good to
do this before turning inspector on by default.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Updated•23 years ago
|
Component: DOM Mozilla Extensions → DOM Inspector
Comment 1•23 years ago
|
||
mac cfm build has duplicated files (!!) to fix the build errors, and mac mach-o
just plain doesn't link. Why is this cleanup scheduled for 'future'?
Keywords: helpwanted
QA Contact: lchiang → timeless
Comment 2•23 years ago
|
||
FYI
Bug 107270 checkin caused mac build bustage due to this problem.
More bogus files added to mac inspector project to get to build.
Many libs added to makefile.win to get around this problem.
Just saying "there is still pain, and this needs to get solved"
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Comment 3•23 years ago
|
||
I'd appreciate if someone could test this on Windows and on mach-o/gcc.
Assignee | ||
Comment 4•23 years ago
|
||
Does this patch seem reasonable? Can someone think of a name better than
InspectorCSSUtils?
Comment 6•23 years ago
|
||
We want this, we do *not* want to turn inspector off in default builds -- it's
too useful (even if hewitt is indifferent to all his fans :-). Cc'ing Marc for
help reviewing. Let's get this in for 0.9.9, otherwise inspector is out of
default builds for 1.0.
/be
Blocks: 122050
Keywords: mozilla0.9.9
Comment 7•23 years ago
|
||
Comment on attachment 69706 [details] [diff] [review]
proposed patch
r=beard
Patch works for me.
Attachment #69706 -
Flags: review+
Assignee | ||
Comment 8•23 years ago
|
||
Taking.
Assignee: hewitt → dbaron
Status: ASSIGNED → NEW
Target Milestone: Future → mozilla0.9.9
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Comment on attachment 69706 [details] [diff] [review]
proposed patch
sr=shaver, but I want to see a review from a layout owner or peer before it
goes in.
(Unmarking has-review only because there's no other way to indicate "waiting
for review", and not as a snub to beard!)
Attachment #69706 -
Flags: review+ → superreview+
Comment 10•23 years ago
|
||
Comment on attachment 69706 [details] [diff] [review]
proposed patch
r=attinasi
Attachment #69706 -
Flags: review+
Comment 11•23 years ago
|
||
This looks great to me. Thanks for the help, David.
Assignee | ||
Comment 12•23 years ago
|
||
Fix checked in 2002-02-18 18:09 PST.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
Thank you very much dbaron! I'm really hoping DOM Inspector makes it in
for 1.0
Updated•20 years ago
|
Product: Core → Other Applications
Updated•17 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•