Closed
Bug 329130
Opened 19 years ago
Closed 19 years ago
XML Parsing Error: undefined entity while opening about: page on builds without --enable-official-branding
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha1
People
(Reporter: Valdis.Kletnieks, Assigned: asqueella)
References
Details
(Keywords: fixed1.8.1)
Attachments
(2 files)
842 bytes,
patch
|
Pike
:
review+
mconnor
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
798 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060224 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060224 Firefox/1.6a1
I have the start page set to about: so I can easily tell I've gotten the version I'm expecting (I update to latest nightly build 2-3 times a week). Today's (2006/03/02) bombs out with this error msg:
XML Parsing Error: undefined entity
Location: jar:file:///usr/local/firefox/chrome/toolkit.jar!/content/global/about.xhtml
Line Number 82, Column 1:
<a id="mozlink" href="&releaseBaseURL;1.6a1.html">&brandShortName; 1.6a1</a>
^
and things go downhill rapidly from there (history and bookmarks fail to be found, so the 'Go' and 'Bookmarks' menus are essentially empty.
The 2006/02/24 build I'm running now works fine. The actual history and bookmarks are still there and intact, so presumably it's all an error cascade from the same root cause of XML parsing issues.
Reproducible: Always
Comment 1•19 years ago
|
||
I see also the error on WinXP, latest trunk.
It appeared for the first time between 1.9a1_2006022414 and 1.9a1_2006022423.
Updated•19 years ago
|
OS: Linux → All
Version: unspecified → Trunk
Assignee | ||
Comment 2•19 years ago
|
||
Regression from bug 318991.
Assignee: nobody → asqueella
Status: UNCONFIRMED → ASSIGNED
Attachment #214127 -
Flags: review?(benjamin)
Updated•19 years ago
|
Hardware: PC → All
Summary: XML Parsing Error: undefined entity while opening about: page → XML Parsing Error: undefined entity while opening about: page on builds without --enable-official-branding
Comment 3•19 years ago
|
||
*** Bug 329753 has been marked as a duplicate of this bug. ***
Comment 4•19 years ago
|
||
*** Bug 329899 has been marked as a duplicate of this bug. ***
Comment 5•19 years ago
|
||
Comment on attachment 214127 [details] [diff] [review]
update brand.dtd used for builds without --enable-official-branding
r=me
Attachment #214127 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #214127 -
Flags: review+ → review?(l10n)
Updated•19 years ago
|
Attachment #214127 -
Flags: review?(l10n) → review+
Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 6•19 years ago
|
||
The patch works.
------------------------- Output of about: -------------------------------
Deer Park
Deer Park 1.5
Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8) Gecko/20060311 Firefox/1.5
* Copyright © 1998-2005 by its contributors
according to terms set out in the
Mozilla Public License and Netscape Public Licensedocument. All Rights Reserved.
* Portions of this software are copyright © 1994 The Regents of the
University of California. All Rights Reserved.
* This software may contain portions that are copyright © 1998-2002
SupportSoft, Inc. All Rights Reserved.
U.S. GOVERNMENT END USERS. The Software is a "commercial
item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting
of "commercial computer software" and "commercial computer software
documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
(June 1995), all U.S. Government End Users acquire the Software with only
those rights set forth herein.
Comment 7•19 years ago
|
||
mozilla/browser/locales/en-US/chrome/branding/brand.dtd 1.4
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → Firefox 3
Comment 8•19 years ago
|
||
Comment on attachment 214127 [details] [diff] [review]
update brand.dtd used for builds without --enable-official-branding
+<!ENTITY releaseBaseURL "http://www.mozilla.org/projects/deerpark/releases/">
Why this? Trunk is not Deer Park...
The 1.8 Branch is affected by this bug also.
Attachment #214881 -
Flags: review?
Attachment #214881 -
Flags: approval-branch-1.8.1?
Assignee | ||
Comment 10•19 years ago
|
||
(In reply to comment #8)
> Why this? Trunk is not Deer Park...
>
Re-branding is a separate issue which I didn't want deal with.
Comment 11•19 years ago
|
||
You don't need another review since this is basically the same patch.
And please request approval-branch-1.8.1 from someone particular.
Assignee | ||
Updated•19 years ago
|
Attachment #214127 -
Flags: approval-branch-1.8.1?(mconnor)
Updated•19 years ago
|
Target Milestone: Firefox 3 → Firefox 2 alpha1
Version: Trunk → 2.0 Branch
Attachment #214881 -
Flags: review?
Attachment #214881 -
Flags: approval-branch-1.8.1?
Updated•19 years ago
|
Attachment #214127 -
Flags: approval-branch-1.8.1?(mconnor) → approval-branch-1.8.1+
Assignee | ||
Comment 12•19 years ago
|
||
Could someone check this one into 1.8 branch, please (Gavin?)
Whiteboard: [checkin need]
Comment 13•19 years ago
|
||
Checking in browser/locales/en-US/chrome/branding/brand.dtd;
/cvsroot/mozilla/browser/locales/en-US/chrome/branding/brand.dtd,v <-- brand.dtd
new revision: 1.3.2.2; previous revision: 1.3.2.1
You need to log in
before you can comment on or make changes to this bug.
Description
•