Closed
Bug 87905
Opened 24 years ago
Closed 24 years ago
debug menu entries are mostly broken
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.5
People
(Reporter: jmd, Assigned: cls)
References
Details
Attachments
(1 file)
|
4.11 KB,
patch
|
jag+mozilla
:
review+
|
Details | Diff | Splinter Review |
...and have been for months. They simply do not load.
Examples include:
Verification->Transparency
Verification->JPEG
Viewer Demos->(all of them)
XPToolkit->(all of them)
Comment 1•24 years ago
|
||
possibly a packaging issue. We have all these working on win32.
Assignee: asa → cls
Component: Browser-General → Build Config
QA Contact: doronr → granrose
Comment 2•24 years ago
|
||
what build? your own debug build or one of the installer builds? I suspect
this is that the installer builds still have the debug menu but the underlying
files are not there and that this bug should be to remove the debug menu in the
installer builds.
Priority: -- → P3
Target Milestone: --- → mozilla1.0
| Reporter | ||
Comment 3•24 years ago
|
||
Every linux installer verif build (and I think normal linux .tar.gz verif
builds) for the past 4-6 months. I figured this was known and didn't bother to
report it until now, when no one on #mozilla thought it was broken.
| Reporter | ||
Comment 4•24 years ago
|
||
> that this bug should be to remove the debug menu in the installer builds.
I'd like to see non-milestone nightly verification builds still include the
Debug and QA menus, regardles of weither it's installed with the installer or
not. I use the installer to test it, and to save mozilla.org and myself
bandwidth by unchecking mail/news and chatzilla, which I have no interest in
using/testing. The purpose of the nightlies are testing, it wouldn't make much
sense to remove the debug and qa menus from them, regardless of how the files
are downloaded.
Comment 5•24 years ago
|
||
I noticed that some of the items I used in the editor's debug menu (e.g.
Output*) stopped working a month or so ago. That's true even in my debug build.
I'm not sure if this is a general problem or not. Are other debug menus working
in debug builds, and broken only in release builds? I need to know whether to
file a separate bug on the editor menus or not.
| Reporter | ||
Comment 6•24 years ago
|
||
heh... this is targeted for 1.0, but the debug menu will be removed for 1.0, I'd
assume. Preferably someone could take a look at this before, so QA people can
actually make use of the menu while there's still time?
So the problem is that in most (all?) cases the res/ files are installed from
what turns out to be a 'test' directory. Since the releases are made with
--disable-tests, viewer isn't even built...much less its demos.
Removing the --disable-tests means that the release tarballs (nightlies
included) will contain the extra "junk" that we build by default. The installer
builds should contain only the extra res/* files since we specify them in the
package file.
Building certain tests by regardless of the --disable-tests setting will cause
bogus bugreports. See the TestGtkEmbed bugs as evidence of that.
Playing with makefile ordering to grab just the resource files....
No longer depends on: 99329
Target Milestone: mozilla1.0 → mozilla0.9.5
Comment 10•24 years ago
|
||
Comment on attachment 50212 [details] [diff] [review]
Export viewer samples from toplevel webshell makefile
r=jag
Attachment #50212 -
Flags: review+
| Assignee | ||
Comment 11•24 years ago
|
||
Patch checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 12•24 years ago
|
||
*** Bug 29565 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•