Closed
Bug 939122
Opened 12 years ago
Closed 12 years ago
Toolkit code references chrome locales (breaks with Firefox OS)
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: paul, Assigned: paul)
Details
Attachments
(1 file)
18.54 KB,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
When using the inspector with Firefox OS, we see:
I/Gecko ( 909): Message: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/styleinspector/css-logic.js :: CssLogic.l10n :: line 730" data: no]
This is because of:
> XPCOMUtils.defineLazyGetter(CssLogic, "_strings", function() Services.strings
> .createBundle("chrome://browser/locale/devtools/styleinspector.properties"));
styleinspector.properties needs to be moved to /toolkit/
Updated•12 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•12 years ago
|
||
Mike, if you don't mind, I'll take that. It's blocking me.
Assignee: mratcliffe → paul
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #8333770 -
Flags: review?(mratcliffe)
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Comment on attachment 8333770 [details] [diff] [review]
patch.diff
Review of attachment 8333770 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine and I wouldn't expect any issues on try.
r+
Attachment #8333770 -
Flags: review?(mratcliffe) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Suspicious orange. Repushing: https://tbpl.mozilla.org/?tree=Try&rev=ac5f7f8793f4
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 28
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•