Closed Bug 1059538 Opened 10 years ago Closed 10 years ago

XML error page missing entities

Categories

(Firefox for Android Graveyard :: General, defect)

All
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1059096

People

(Reporter: rnewman, Assigned: wesj)

Details

I got this loading accounts.firefox.com/reset_password via "Forgot password". It's nothing to do with FxA, so I'll move this bug shortly.

Current fx-team.



netError.xhtml:306, column 40

Undefined entity:

objdir-droid/dist/bin/chrome/chrome/content/netError.xhtml
306:        <div id="ed_connectionFailure">&connectionFailure.longDesc;</div>




Looking for the entity, we have:

mobile/locales/en-US/overrides/netError.dtd
14:<!ENTITY connectionFailure.longDesc2 "&sharedLongDesc3;">

and DOM has:

dom/locales/en-US/chrome/netError.dtd
11:<!ENTITY connectionFailure.longDesc "<p>Though the site seems valid

and browser has:

browser/locales/en-US/chrome/overrides/netError.dtd
14:<!ENTITY connectionFailure.longDesc "&sharedLongDesc;">
Component: Firefox Accounts → General
Product: Android Background Services → Firefox for Android
find objdir-droid -name 'netError.dtd'
objdir-droid/dist/bin/chrome/en-US/locale/en-US/browser/netError.dtd
objdir-droid/dist/bin/chrome/en-US/locale/en-US/global/netError.dtd

Only the latter contains the right entity. It looks like both of them are meant to be complete, but the global one is much more verbose.

mobile's locale override isn't present in my objdir.
If I open

jar:jar:file:///data/app/org.mozilla.fennec_rnewman-2.apk!/assets/omni.ja!/chrome/chrome/content/netError.xhtml

in Nightly 2014-08-26 -- not a build that I made -- I get 'undefined entity' on line 302, which is:

        <div id="ed_dnsNotFound">&dnsNotFound.longDesc3;</div>

so it looks like there's definitely something up with netError.xhtml.

Wes, could you take a look tomorrow?
Assignee: nobody → wjohnston
Status: NEW → ASSIGNED
Summary: XML error page missing entity → XML error page missing entities
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.