Closed
Bug 1422291
Opened 7 years ago
Closed 7 years ago
ReferenceError: AppConstants is not defined (SessionStore.js line: 1242)
Categories
(Firefox for Android Graveyard :: Session Restore, defect, P1)
Tracking
(firefox57 unaffected, firefox58 unaffected, firefox59 fixed)
RESOLVED
DUPLICATE
of bug 1421874
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | fixed |
People
(Reporter: JanH, Unassigned)
References
Details
(Keywords: regression)
Saw this line in some Robocop test logs:
> 11-30 10:40:52.583 2709 2725 E GeckoConsole: [JavaScript Error: "ReferenceError: AppConstants is not defined" {file: "jar:jar:file:///data/app/org.mozilla.fennec_aurora-1.apk!/assets/omni.ja!/components/SessionStore.js" line: 1242}]
Apart from breaking the crash reporter URL annotation itself, this also has the potential to mess up other session store stuff, although luckily _updateCrashReportURL is usually called near the end of our session store event handlers so it seems that nothing major is broken, although there could be some edge cases.
Flags: needinfo?(gsvelto)
Reporter | ||
Comment 1•7 years ago
|
||
Never mind, jchen spotted it first.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(gsvelto)
Resolution: --- → DUPLICATE
Comment 2•7 years ago
|
||
Fixed in Bug 1421874.
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•