Closed
Bug 865348
Opened 12 years ago
Closed 8 years ago
Errors on startup (chrome.manifest and XUL box forcing)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bj, Unassigned)
Details
Steps to reproduce:
* Install the 24 April 2013 Nightly 23.
* Create a new profile.
* Start Nightly.
* Close the default initial tabs.
* Restart Nightly.
* Look in the error console.
Expected result:
* No errors in the console.
Actual result:
* The error console has the following four messages:
Could not read chrome manifest 'file:///C:/Program%20Files%20(x86)/Nightly/chrome.manifest'.
Could not read chrome manifest 'file:///C:/Program%20Files%20(x86)/Nightly/browser/extensions/%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D/chrome.manifest'.
Timestamp: 4/24/2013 1:20:33 PM
Warning: XUL box for _moz_generated_content_before element contained an inline #text child, forcing all its children to be wrapped in a block.
Source File: chrome://browser/content/browser.xul
Line: 0
Timestamp: 4/24/2013 1:20:33 PM
Warning: XUL box for _moz_generated_content_after element contained an inline #text child, forcing all its children to be wrapped in a block.
Source File: chrome://browser/content/browser.xul
Line: 0
After some timeout another message appears:
Timestamp: 4/24/2013 1:26:34 PM
Warning: WARN addons.updates: Update manifest for {972ce4c6-7e08-4474-a285-3208198ce6fd} did not contain an updates property
Source File: resource://gre/modules/AddonUpdateChecker.jsm
Line: 312
The only chrome.manifest under my Nightly directory is Nightly/browser/chrome.manifest.
Reporter | ||
Comment 1•11 years ago
|
||
One of the errors is still present with the 1 June 2013 Nightly 24.0a1, along with others. I created a new profile, set the start page to about:blank, and restarted. The default configuration shouldn't produce an errors starting and loading about:blank.
[14:00:12.166] Could not read chrome manifest 'file:///home/bj/firefox4B/browser/extensions/%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D/chrome.manifest'.
[14:00:12.169] While creating services from category 'profile-after-change', could not create service for entry 'Disk Space Watcher Service', contract ID '@mozilla.org/toolkit/disk-space-watcher;1'
[14:00:15.243] TypeError: aUrl is undefined @ chrome://browser/content/urlbarBindings.xml:642
Comment 2•11 years ago
|
||
I'm getting this with the live build of 23.0, on Windows 7 64-bit. Alas!
I've been getting this error since 18.0, apparently. Alas!
Reporter | ||
Comment 3•8 years ago
|
||
The behavior no longer occurs. Some change in the past three years fixed it.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•