Closed
Bug 288225
Opened 20 years ago
Closed 20 years ago
Several overlays on navigator.xul are broken
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: WeirdAl, Assigned: jag+mozilla)
Details
Attachments
(1 file)
|
9.45 KB,
image/png
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050329
On a debug build with code checked out at about 03/29/2005 @ 15:45 p.m., I have
lost several overlays. For example, the context menu for the browser is broken,
and several menus have no labels (File, Edit, Tools, etc.)
I have a few extra assertions and exceptions as well at Mozilla startup:
###!!! ASSERTION: redundant multiplexed document?: 'docMapEntry->mString ==
nsnull', file r:/mozilla.org/mozilla/xpcom/io/nsFastLoadFile.cpp, line 1403
###!!! ASSERTION: forward references have already been resolved: 'Error', file
r:/mozilla.org/mozilla/content/xul/document/src/nsXULDocument.cpp, line 1320
###!!! ASSERTION: forward references have already been resolved: 'Error', file
r:/mozilla.org/mozilla/content/xul/document/src/nsXULDocument.cpp, line 1320
###!!! ASSERTION: redundant multiplexed document?: 'docMapEntry->mString ==
nsnull', file r:/mozilla.org/mozilla/xpcom/io/nsFastLoadFile.cpp, line 1403
###!!! ASSERTION: forward references have already been resolved: 'Error', file
r:/mozilla.org/mozilla/content/xul/document/src/nsXULDocument.cpp, line 1320
###!!! ASSERTION: forward references have already been resolved: 'Error', file
r:/mozilla.org/mozilla/content/xul/document/src/nsXULDocument.cpp, line 1320
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "this.stopContext has no properties" {file:
"chrome://navigator/content/nsBrowserStatusHandler.js" line: 197}]' when calling
method: [nsIWebProgressListener::onStateChange]" nsresult: "0x80570021
(NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :
: chrome://global/content/bindings/browser.xml :: loadURIWithFlags :: line 144"
data: yes]
************************************************************
Document http://www.mozilla.org/start/ loaded successfully
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "this.stopContext has no properties" {file:
"chrome://navigator/content/nsBrowserStatusHandler.js" line: 258}]' when calling
method: [nsIWebProgressListener::onStateChange]" nsresult: "0x80570021
(NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "<unknown>"
data: yes]
************************************************************
Starting Mozilla with "-chrome chrome://inspector/content/" works just fine.
Starting Navigator from Inspector generates the assertions and errors, and
content context menu is broken.
With no command options and a fresh profile, things are decidedly broken.
Filing as UNCO for now.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
ac_add_options --enable-application=suite
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --disable-mathml
ac_add_options --disable-installer
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-tests
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-chrome-format=both
| Reporter | ||
Comment 3•20 years ago
|
||
After replacing my Mozilla source tree, I was unable to reproduce.
You need to log in
before you can comment on or make changes to this bug.
Description
•