Closed
Bug 617000
Opened 15 years ago
Closed 15 years ago
webconsole doesn't load for firefox-on-xulrunner setups
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 4.0b8
People
(Reporter: wolfiR, Assigned: wolfiR)
Details
Attachments
(2 files)
1.77 KB,
patch
|
Gavin
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
1.06 KB,
patch
|
Gavin
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
Fehler: 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 :: resource:///modules/HUDService.jsm :: <TOP_LEVEL> :: line 53" data: no]
Line 53 is:
Cu.import("resource://gre/modules/NetworkHelper.jsm");
but NetworkHelper.jsm is installed in //app/modules (as HUDService.js)
Proposed patch is coming
Comment 1•15 years ago
|
||
Pardon my ignorance. What is a firefox-on-xulrunner setup?
Assignee | ||
Comment 2•15 years ago
|
||
This patch fixes the resource links to NetworkHelper.jsm and PropertyPanel.jsm which are both installed in app/modules besides HUDService.jsm
_But_ I still get errors when trying to open webconsole.
I couldn't figure out why as the errors are still the same:
Fehler: 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 :: resource:///modules/HUDService.jsm :: <TOP_LEVEL> :: line 53" data: no]
Fehler: 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 :: chrome://browser/content/browser.js :: <TOP_LEVEL> :: line 12914" data: no]
But I can verify that the resource links are pointing to available modules.
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #1)
> Pardon my ignorance. What is a firefox-on-xulrunner setup?
running Firefox as xul app on top of xulrunner. Both are installed in different places and therefore //app and //gre are not pointing to the same place.
Assignee | ||
Updated•15 years ago
|
Attachment #495502 -
Flags: review?(gavin.sharp)
Comment 4•15 years ago
|
||
Comment on attachment 495502 [details] [diff] [review]
initial patch
There are two PropertyPanel.jsm references in inspector.js that it wouldn't hurt to update as well.
Attachment #495502 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 5•15 years ago
|
||
patch for inspector.js
Assignee | ||
Comment 6•15 years ago
|
||
Comment on attachment 495502 [details] [diff] [review]
initial patch
webconsole does not load with firefox-on-xulrunner setups w/o this patch
Attachment #495502 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #495502 -
Flags: approval2.0? → approval2.0+
Updated•15 years ago
|
Attachment #495505 -
Flags: review?(gavin.sharp)
Attachment #495505 -
Flags: review+
Attachment #495505 -
Flags: approval2.0+
Assignee | ||
Comment 7•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b8
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•