Closed
Bug 586036
Opened 14 years ago
Closed 14 years ago
JS error from HelperAppDialog.js
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: naginenis, Unassigned)
Details
Attachments
(1 file)
796 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
I see the following JS error in the console, when try to download a file.
JS Component Loader: ERROR (null):0 uncaught exception: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: file:///m-c/mobilebase-QT-i686-pc-linux-gnu/dist/bin/components/HelperAppDialog.js :: <TOP_LEVEL> :: line 45" data: no]
Reporter | ||
Comment 1•14 years ago
|
||
Attachment #464505 -
Flags: review?(mark.finkle)
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
There will still be errors/issues when downloading files until I land my patches for the download manager.
Reporter | ||
Comment 4•14 years ago
|
||
(In reply to comment #3)
> There will still be errors/issues when downloading files until I land my
> patches for the download manager.
Yes. I am checking download functionality with your patches in bug 562444 and 567267.
Comment 5•14 years ago
|
||
verified FIXED (no error in error console when starting a download) on build:
Mozilla/5.0 (X11; U; Linux armv71; Nokia N900; en-US; rv:2.0b4pre) Gecko/20100811 Namoroka/4.0b4pre Fennec/2.0a1pre
Status: RESOLVED → VERIFIED
Comment 6•14 years ago
|
||
Comment on attachment 464505 [details] [diff] [review]
fix Services.jsm file name
For posterity
Attachment #464505 -
Flags: review?(mark.finkle) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•