Closed
Bug 429414
Opened 17 years ago
Closed 4 years ago
[meta] Firebug related issues in "Firefox:Session Restore"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: zeniko, Unassigned)
References
()
Details
Not sure whether this is the correct component (might be "Core:XPCOM" or Other "Applications:JavaScript Debugger" instead), so please move as appropriate.
There have been several reports of uncaught exceptions in nsSessionStore.js in locations where they just don't make sense, e.g.
Error: [Exception... "Component is not available" nsresult: "0x80040111
(NS_ERROR_NOT_AVAILABLE)" location: "JS frame ::
file:///usr/local/firefox-2.0/components/nsSessionStore.js :: sss_saveState ::
line 1753" data: no]
where line 1753 doesn't involve any components at all (see URL). However these exceptions have almost exclusively been observed with Firebug installed (I've never managed to see them myself without that extension).
Filing this tracker in the hope of getting the attention of somebody savvy and skilled enough for solving this riddle.
Flags: wanted1.9.0.x?
Reporter | ||
Updated•17 years ago
|
Flags: wanted1.9.0.x?
OS: Windows XP → All
Hardware: PC → All
Updated•17 years ago
|
Comment 1•16 years ago
|
||
Setting
disablehistory="true"
on browser XUL elements in extensions might make this problem go away.
I suppose setting this as the default then creating "enablehistory" would make the problem go away for good.
Reporter | ||
Comment 2•16 years ago
|
||
These issues might all have been fixed (in a "we avoid doing what hurts" kind of way) by replacing toSource with JSON.stringify over in bug 407110.
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 3•4 years ago
|
||
Firebug related bugs aren't valid anymore.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•