Closed
Bug 868699
Opened 13 years ago
Closed 12 years ago
XML Parsing Error on UX branch start
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 28
People
(Reporter: mconley, Assigned: mconley)
Details
Attachments
(1 file, 1 obsolete file)
|
642 bytes,
patch
|
Details | Diff | Splinter Review |
I think this is only a day or so old, but I just ran the UX Nightly on Ubuntu, and got the yellow screen of death, with:
XML Parsing Error: no element found Location: chrome://browser/content/browser.xul Line Number 2799, Column 1:
I've got a patch that fixes this - coming right up.
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Comment 2•13 years ago
|
||
This was a case of an unclosed #ifdef caused by bug 865374.
Attachment #745479 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•13 years ago
|
||
I went ahead and landed this with r=bustage-fix, since it was a pretty trivial bug.
Landed on UX as https://hg.mozilla.org/projects/ux/rev/f1c4c4ac8a36
Whiteboard: [fixed-in-ux]
| Assignee | ||
Comment 4•13 years ago
|
||
Pushed to Jamun as https://hg.mozilla.org/projects/jamun/rev/f1c4c4ac8a36
Whiteboard: [fixed-in-ux] → [fixed-in-ux][fixed-in-jamun]
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-ux][fixed-in-jamun]
Target Milestone: --- → Firefox 28
Comment 6•12 years ago
|
||
I couldn't reproduce this issue with the UX build from ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013/05/2013-05-02-04-02-02-ux/ on Ubuntu 13.10 32-bit.
I don't get the yellow screen of death when opening the UX build, and neither when opening a XML file in the browser. Also, I don't see any errors in the console.
I've also tried the above scenarios with Firefox 28 beta 1, and all looks good there, too.
Does anyone have a testcase to reproduce this, or any other suggestions/thoughts?
Flags: needinfo?(mconley)
| Assignee | ||
Comment 7•12 years ago
|
||
Hey Manuela - it sounds like you've tried the primary scenario - the XML parsing error was occurring on start-up when Gecko attempted to parse the XUL markup for the browser UI.
So I think we're good here.
Flags: needinfo?(mconley)
You need to log in
before you can comment on or make changes to this bug.
Description
•