Closed
Bug 362047
Opened 19 years ago
Closed 19 years ago
[regression] DomInspector opens with blank pane, cannot inspect nodes
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: phiw2, Unassigned)
Details
Attachments
(1 file)
|
46.44 KB,
image/png
|
Details |
Open up the Dom Inspector. It only shows blank empty panes.
It is not possible to inspect a node.
Works:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061127 Minefield/3.0a1 ID:2006112704
fails
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061127 Minefield/3.0a1 ID:2006112717
| Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Any errors in the JS console? Is this a nightly or custom build?
| Reporter | ||
Comment 3•19 years ago
|
||
(In reply to comment #2)
> Any errors in the JS console? Is this a nightly or custom build?
>
With the newest build (2006112717): nothing in the error console.
With the oldest of the two builds (2006112704), I had 2 errors:
No chrome package registered for chrome://communicator/content/utilityOverlay.xul .
No chrome package registered for chrome://communicator/content/tasksOverlay.xul
But DomI worked correctly.
Those a official builds, the 2006112704 build is the nightly, the 2006112717 is a tinderbox build, from
http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/xserve06-trunk/
Comment 4•19 years ago
|
||
Works fine in a --enable-default-toolkit=cocoa build out of the same tree where I just built a --enable-default-toolkit=cairo-cocoa build that failed, so at first glance I'd say this is something in today's Cairo checkins.
Comment 5•19 years ago
|
||
The only checkin with DOMI today that I can see affecting this is Bug 361105, but I don't think that's it. I'm hoping it is the suggestion from Comment 4.
Comment 6•19 years ago
|
||
Nope, bug 361146 - you were missing a ) in the last line. Fixed as bustage with irc-r=timeless.
(Doesn't anyone build with patches to test them? Or enforce 80 columns, so they see the ends of lines?)
| Reporter | ||
Comment 7•19 years ago
|
||
Thanks, Phil
| Reporter | ||
Comment 8•19 years ago
|
||
Verified with:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061128 Minefield/3.0a1 ID:2006112802
Status: RESOLVED → VERIFIED
Comment 9•19 years ago
|
||
(In reply to comment #6)
> Nope, bug 361146 - you were missing a ) in the last line. Fixed as bustage with
> irc-r=timeless.
>
> (Doesn't anyone build with patches to test them? Or enforce 80 columns, so they
> see the ends of lines?)
I build (the first patch didn't cause any issues for me), and jar.mn files can't have newlines until the line is done as far as I know.
Comment 10•19 years ago
|
||
I fixed the bustage fix, the paren was added in the wrong place (setAccessibleNodes takes two params, PrefUtils.getPref takes one).
Updated•18 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•