Closed
Bug 1022633
Opened 10 years ago
Closed 10 years ago
Branding file path is broken in DEBUG=1 mode
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
Details
Attachments
(1 file)
We can see an exception during firefox startup when using a DEBUG=1 profile.
1401093991993 addons.xpi WARN Exception running bootstrap method startup on httpd@gaiamobile.org: [Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: resource://gre/modules/addons/XPIProvider.jsm -> file:///home/alex/gaia/profile-debug/extensions/httpd/bootstrap.js :: startupHttpd :: line 137" data: no] Stack trace: startupHttpd()@resource://gre/modules/addons/XPIProvider.jsm -> file:///home/alex/gaia/profile-debug/extensions/httpd/bootstrap.js:137 < startup()@resource://gre/modules/addons/XPIProvider.jsm -> file:///home/alex/gaia/profile-debug/extensions/httpd/bootstrap.js:450 < XPI_callBootstrapMethod()@resource://gre/modules/addons/XPIProvider.jsm:4274 < XPI_startup()@resource://gre/modules/addons/XPIProvider.jsm:1956 < AMI_callProviders()@resource://gre/modules/AddonManager.jsm:870 < AMI_startup()@resource://gre/modules/AddonManager.jsm:746 < AMP_startup()@resource://gre/modules/AddonManager.jsm:2313 < AMC_observe()@resource://gre/components/addonManager.js:55 < <file:unknown>
############################### browserElementPanning.js loaded
The branding folder seems to have been moved from /shared/branding to /shared/resources/branding, that, without updating httpd sourcecode. (One more reason to work on bug 973786)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → poirot.alex
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8436918 -
Flags: review?(yurenju.mozilla)
Assignee | ||
Comment 2•10 years ago
|
||
(One visible breakage is that we don't see the red square Mozilla logo on startup)
Comment 3•10 years ago
|
||
Comment on attachment 8436918 [details] [review]
patch
thanks! r=yurenju
Attachment #8436918 -
Flags: review?(yurenju.mozilla) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•