Closed
Bug 536791
Opened 16 years ago
Closed 6 months ago
XPCOMUtils.jsm Line: 245 NS_ERROR_ILLEGAL_VALUE
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philip.chee, Unassigned)
Details
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2b6pre) Gecko/20091225 Namoroka/3.6b6pre
STR:
1. Start Namoroka
2. Open the DOM Inspector
3. Inspect the chrome document chrome://browser/content/browser.xul
4. Close The DOM Inspector window.
5. Open the Error Console. Look at the following errors.
Error: Win7Features is not defined
Source file: chrome://browser/content/browser.js
Line: 1235
----------
Error: gIdentityHandler is undefined
Source file: chrome://browser/content/browser.js
Line: 3959
----------
Error: Illegal value = NS_ERROR_ILLEGAL_VALUE
Source file: file:///c:/Program%20Files/Mozilla.Org/Firefox36branch/modules/XPCOMUtils.jsm
Line: 245
about:buildconfig
Source
Built from http://hg.mozilla.org/releases/mozilla-1.9.2/rev/e0d4561865c1
Build platform
target
i686-pc-mingw32
Build tools
Compiler Version Compiler flags
cl 14.00.50727.762 -TC -nologo -W3 -Gy -Fdgenerated.pdb -DNDEBUG -DTRIMMED -Zi -UDEBUG -DNDEBUG -GL -wd4624 -wd4952 -O1
cl 14.00.50727.762 -GR- -TP -nologo -Zc:wchar_t- -W3 -Gy -Fdgenerated.pdb -DNDEBUG -DTRIMMED -Zi -UDEBUG -DNDEBUG -GL -wd4624 -wd4952 -O1
Configure arguments
--enable-application=browser --enable-update-channel=nightly --enable-update-packaging --enable-jemalloc
Updated•3 years ago
|
Severity: normal → S3
Comment 1•6 months ago
|
||
We now have checking for errors on startup, so generally errors like this shouldn't get into production. Hence I believe this is now WFM, the code was probably change a long time ago.
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•