Closed
Bug 890976
Opened 11 years ago
Closed 11 years ago
JavaScript Syntax Error when loading WebAppRT.js
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P1)
Tracking
(firefox23 unaffected, firefox24 unaffected, firefox25- verified)
VERIFIED
FIXED
Firefox 25
Tracking | Status | |
---|---|---|
firefox23 | --- | unaffected |
firefox24 | --- | unaffected |
firefox25 | - | verified |
People
(Reporter: yzen, Assigned: yzen)
References
Details
(Keywords: regression, Whiteboard: [A4A])
Attachments
(1 file)
1.29 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
When trying to start any installed web app, getting the following error:
[JavaScript Error: "SyntaxError: missing ] after element list" {file: "chrome://browser/content/WebAppRT.js" line: 33 column: 46 source: " pref("media.useAudioChannelService", true);
To fix, need to simply remove the extra semicolon on line 33.
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Regression from bug 888836.
Updated•11 years ago
|
status-firefox23:
--- → unaffected
status-firefox24:
--- → unaffected
status-firefox25:
--- → affected
Updated•11 years ago
|
tracking-firefox25:
--- → ?
Comment 4•11 years ago
|
||
See the dupe of the bug for impact. This prevents loading of any web app on nightly right now.
Priority: -- → P1
Whiteboard: [A4A]
Updated•11 years ago
|
Attachment #772127 -
Flags: review?(wjohnston)
Updated•11 years ago
|
Attachment #772127 -
Flags: review?(wjohnston) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 5•11 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 25
Updated•11 years ago
|
Updated•11 years ago
|
Updated•11 years ago
|
Updated•11 years ago
|
tracking-fennec: ? → ---
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
•