Closed
Bug 528588
Opened 13 years ago
Closed 13 years ago
add-on update dialog coming up
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0
People
(Reporter: madhava, Assigned: mfinkle)
Details
Attachments
(1 file)
1.08 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
This dialog has shown up with trying to start the browser. http://www.flickr.com/photos/madhava_work/4101577750/in/photostream/ We should be catching this and doing it within the browser instead.
Reporter | ||
Updated•13 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•13 years ago
|
||
Disable all attempts of the nsExtensionManager code from notifying the user that new add-ons are available. Fennec currently handles this via a manual check in the Add-ons Manager
Assignee: nobody → mark.finkle
Attachment #412280 -
Flags: review?(gavin.sharp)
Comment 2•13 years ago
|
||
Comment on attachment 412280 [details] [diff] [review] patch >diff --git a/app/mobile.js b/app/mobile.js >+pref("extensions.update.notifyUser", false); I'd omit this one since it is potentially confusing.
Attachment #412280 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 3•13 years ago
|
||
pushed with nit fixed: https://hg.mozilla.org/mobile-browser/rev/f48724db5471
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Post-B5
Comment 4•13 years ago
|
||
verified FIXED on builds: Mozilla/5.0 (Windows; U; Window3sCE 5.2; en-US; rv:1.9.2b4pre) Gecko/20091116 Namoroka/3.6b4pre Fennec/1.0a4pre and Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.2b3pre) Gecko/20091116 Firefox/3.6b4pre Fennec/1.0b6pre and Mozilla/5.0 (X11; U; Linux armv6l; Nokia N8xx; en-US; rv:1.9.3a1pre) Gecko/20091116 Firefox/3.7a1pre Fennec/1.0b5
Status: RESOLVED → VERIFIED
Flags: in-litmus?
Comment 5•13 years ago
|
||
The add-on update dialog popping up at startup will be obvious enough to find without a testcase in litmus.
Flags: in-litmus? → in-litmus-
Updated•9 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•