Closed
Bug 538096
Opened 15 years ago
Closed 6 years ago
Use branding to show about:fennec or about:firefox
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mfinkle, Unassigned)
Details
Attachments
(1 file)
7.35 KB,
patch
|
Gavin
:
review-
|
Details | Diff | Splinter Review |
Bug 538035 removed about:fennec URI. This patch switches between about:fennec and about:firefox based on branding.
Attachment #420276 -
Flags: review?(pavlov)
Comment 1•15 years ago
|
||
Desktop Firefox doesn't have an about:firefox, does it? (At least, my 3.6b4 doesn't have it.) So is this a completely new thing for mobile? What's the content on the page?
I'm not sure it's helpful to have exactly one of about:minefield, about:namoroka, about:firefox and about:fennec work in different builds. The removal of "firefox" from unbranded builds is not total. For example, the executable is still called "firefox". So it's not an absolute requirement that we have this URL be variable.
Gerv
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Desktop Firefox doesn't have an about:firefox, does it? (At least, my 3.6b4
> doesn't have it.) So is this a completely new thing for mobile? What's the
> content on the page?
Yes, it's mobile specific - content is http://mxr.mozilla.org/mobile-browser/source/chrome/content/about.xhtml (mostly just links to other pages).
> The removal of "firefox" from unbranded builds is not total. For example, the
> executable is still called "firefox". So it's not an absolute requirement that
> we have this URL be variable.
Though that specific example doesn't apply to mobile (our executable is always "fennec"), I agree. I think we should just WONTFIX this, especially considering that since this file is used to seed profiles, this patch wouldn't help people who create their profile with an unbranded build and use it with a branded one (or vice versa).
Comment 3•15 years ago
|
||
Comment on attachment 420276 [details] [diff] [review]
patch
...and if we were to fix this, we shouldn't do it by moving the information into a localized file (since these values shouldn't be localized). We should just put the ifdef in bookmarks.json.in if it comes to it.
Attachment #420276 -
Flags: review?(pavlov) → review-
Comment 4•15 years ago
|
||
Now I see the content, this looks basically like what we call "about:" (i.e. no suffix) in desktop builds. Is there any reason it couldn't be called that?
Gerv
Reporter | ||
Comment 5•15 years ago
|
||
We already have an "about:" and it shows different content than "about:fennec" / "about:firefox"
Comment 6•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•