Closed Bug 434842 Opened 16 years ago Closed 16 years ago

about:about file not found in Firefox

Categories

(Core :: DOM: Navigation, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 349451

People

(Reporter: glandium, Unassigned)

Details

Attachments

(1 file)

Attached patch patchSplinter Review
When going to about:about in Firefox 3.0rc1, you get a File not found error, because aboutAbout.html is not included, which, when you take a look at xpfe/Makefile.in, you understand why: xpfe/global is only built when NS_XUL_APP is not defined.

This means about:about shouldn't even be registered, which this patch fixes.
Attachment #321820 - Flags: review?(benjamin)
Alternately, the firefox build stuff should be changed to build about:about.... either way.
Or, other possibility, move aboutAbout to toolkit...
Dupe of Bug 349451 ? 
That patch preserves about:about for Camino, while breaking SeaMonkey's "I'm a MOZ_XUL_APP, but I don't agree with the Firefox drivers that about:about is stupid" copy in /suite/browser/aboutAbout.html (which makes it slightly better than the last patch in a dupe, which just broke it for everyone).

(Firefox's "no no no, we hates about:about we does" bug is bug 220253).
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Attachment #321820 - Flags: review?(benjamin)
v.
Status: RESOLVED → VERIFIED
(In reply to comment #4)
> That patch preserves about:about for Camino, while breaking SeaMonkey's "I'm a
> MOZ_XUL_APP, but I don't agree with the Firefox drivers that about:about is
> stupid" copy in /suite/browser/aboutAbout.html (which makes it slightly better
> than the last patch in a dupe, which just broke it for everyone).

Actually, seamonkey's solution is to register the about:about handler itself, and having both toolkit and seamonkey register it mean seamonkey's win, because it's loaded after (as being external component, contrary to internal nsAboutRedirector component), which makes the present patch work in both cases.

> (Firefox's "no no no, we hates about:about we does" bug is bug 220253).

And the rationale was that about:config should not be exposed. OTOH, now, about:config has a huge warning...
Blergh. You'd think I'd remember having filed bug 365852, where the wontfix directly resulted in bug 363491 reimplementing it for /suite, meaning your patch is just the final part of implementing what bsmedberg wanted instead of bug 365852. Still a duplicate, though.

And yes, none of the reasons why Firefox doesn't implement it make much sense, but then they never really did, which makes me think it's an emotional decision being continually papered over with whatever explanation might work at the time, so despite having just started in on what must be my fourth or fifth patch to implement it for Firefox (this one even had both l10n and style), I think I'll just give up, again.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: