Closed
Bug 510418
Opened 16 years ago
Closed 16 years ago
Consider setting app.update.showInstalledUI to false in fennec's default prefs
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: robert.strong.bugs, Assigned: vingtetun)
Details
Attachments
(1 file)
|
1.04 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
From firefox.js
// Whether or not we show a dialog box informing the user that the update was
// successfully applied. This is off in Firefox by default since we show a
// upgrade start page instead! Other apps may wish to show this UI, and supply
// a whatsNewURL field in their brand.properties that contains a link to a page
// which tells users what's new in this new update.
pref("app.update.showInstalledUI", false);
iirc there isn't even the ability to show a link at present and no other apps show this ui except Sunbird which I believe is just an oversight.
| Assignee | ||
Comment 1•16 years ago
|
||
I'm agree. I think we want this pref to default to false because the behavior is: search for a open window of type Update:Wizard or open a new window.
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/update/src/nsUpdateService.js.in#3024
Comment 2•16 years ago
|
||
Comment on attachment 394497 [details] [diff] [review]
Patch
I agree too
Attachment #394497 -
Flags: review+
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•