Closed
Bug 1159904
Opened 10 years ago
Closed 10 years ago
JavaScript Warning: "SyntaxError: unreachable code after return statement" {file: "chrome://browser/content/Reader.js" line: 291 column: 7 }
Categories
(Firefox for Android Graveyard :: Reader View, defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: Margaret, Assigned: clayton2, Mentored)
Details
(Whiteboard: [good first bug][lang=js])
Attachments
(1 file, 1 obsolete file)
|
1.10 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
Looks like this warning is in _getArticle.
To fix this bug, you should first try to reproduce this by building and running Firefox for Android, and looking in the log. Then you should look into Reader.js to try to see if you can make the warning go away.
Comment 1•10 years ago
|
||
Hi Margaret,
I would like to take this and work on it. I am new Mozilla volunteer and this is my first bug.
Regards,
Nithya
| Reporter | ||
Comment 2•10 years ago
|
||
Hi, Nithya! First of all, you'll want to set up a Firefox for Android build environment. You can find instructions for that here: https://wiki.mozilla.org/Mobile/Fennec/Android#Building_Fennec
After that, you should try to reproduce the issue as I mentioned in comment 0. You can use adb logcat to look at the logs:
https://wiki.mozilla.org/Mobile/Fennec/Android#Using_logcat
Please join us in #mobile on irc.mozilla.org to ask questions if you run into any issues; you can find instructions here, https://wiki.mozilla.org/IRC#Getting_Started. Also, feel free to say Hi to introduce yourself!
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Attachment #8603857 -
Attachment is obsolete: true
| Assignee | ||
Updated•10 years ago
|
Attachment #8603859 -
Flags: review?(margaret.leibovic)
| Reporter | ||
Comment 5•10 years ago
|
||
Comment on attachment 8603859 [details] [diff] [review]
Fixed syntax error in Reader.js
Review of attachment 8603859 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks for the patch!
Attachment #8603859 -
Flags: review?(margaret.leibovic) → review+
| Reporter | ||
Comment 6•10 years ago
|
||
This patch will be automatically checked in for you soon. Let me know if you need help finding more bugs to work on! :)
Assignee: nobody → clayton2
Keywords: checkin-needed
Comment 7•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [good first bug][lang=js] → [good first bug][lang=js][fixed-in-fx-team]
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [good first bug][lang=js][fixed-in-fx-team] → [good first bug][lang=js]
Target Milestone: --- → Firefox 41
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
•