Closed
Bug 386965
Opened 18 years ago
Closed 18 years ago
Debug Menu doesn't appear anymore
Categories
(SeaMonkey :: Build Config, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: quicksilver8, Assigned: standard8)
References
Details
Attachments
(1 file)
|
736 bytes,
patch
|
kairo
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a7pre) Gecko/2007070501 SeaMonkey/2.0a1pre
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a7pre) Gecko/2007070501 SeaMonkey/2.0a1pre
From the last build of 2.0 alpha, Debug Menu interely disappeared.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
I don't know if this is a real bug, or elsewhere Debug Menu has enterely disabled, for now. Is there a way to make it visible?
Comment 1•18 years ago
|
||
Actually it should appear. Do you have an "SeaMonkey Debug and QA UI" extension under Tools->Add-On Manager?
| Reporter | ||
Comment 2•18 years ago
|
||
No, it isn't there. I only have DOM Inspector.
| Assignee | ||
Comment 3•18 years ago
|
||
Are you able to look at what is packaged in the nightly of SeaMonkey?
The following files should be present:
extensions/debugQA@mozilla.org/install.rdf
extensions/debugQA@mozilla.org/chrome.manifest
extensions/debugQA@mozilla.org/chrome/debugqa.jar
If they aren't, then something is going wrong in the packaging process... if they are then they may be something else wrong.
| Reporter | ||
Comment 4•18 years ago
|
||
I've looked at. Those files aren't present. This situation came out a week ago. Till now, Debug Menu is vanished. Nightly's menus I see, from the left, are:
SeaMonkey, File, Edit, View, Go, Bookmarks, Tools, Window, Help.
Hopefully this helps to find the problem.
| Assignee | ||
Comment 5•18 years ago
|
||
(In reply to comment #4)
> I've looked at. Those files aren't present. This situation came out a week ago.
...
> Hopefully this helps to find the problem.
Yes, it helps to know where to start looking.
I've taken a look at the build logs from the tinderboxes, and found that the debugQA extension is being built but not packaged (e.g. see http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Ports/1183825080.5738.gz&fulltext=1 search for debugQA@ and inspector@ and compare - note this is both our mac boxes).
So either the extension isn't ending up in the right place, or something is excluding it from packaging. I've got no idea what.
Robert: could you take a look on the tinderbox and see if debugQA is ending up in objdir/dist/bin/extensions/debugQA@mozilla.org prior to the packaging?
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 6•18 years ago
|
||
I've forgotten: In the Preferences, the Debug panel is vanished too! The last, at the bottom, is Advanced.
Comment 7•18 years ago
|
||
Sure, the whole extensions isn't packaged on mac as it's built after the packaging has been done. Apparently someone read a comment in the Makefile that explains this and later forgot about it ;-)
| Assignee | ||
Comment 8•18 years ago
|
||
This will fix the problem - builds debugQA before packaging it on mac.
Comment 9•18 years ago
|
||
Comment on attachment 271379 [details] [diff] [review]
Build debugQA before suite/app
Yes, this should do it. r=me
Attachment #271379 -
Flags: review?(kairo) → review+
| Assignee | ||
Comment 10•18 years ago
|
||
I've just checked this in. Should be fixed in today's nightlies (next few hours probably...).
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•