Closed
Bug 985299
Opened 12 years ago
Closed 12 years ago
WebappsUpdateTimer component still registered when Synthetic APKs disabled
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 31
People
(Reporter: myk, Assigned: myk)
Details
Attachments
(1 file)
|
1.28 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
When Synthetic APKs are disabled, the WebappsUpdateTimer component is still registered with the category manager, which means the update timer manager will still try to notify the component that it's time to check for updates.
That shouldn't matter, because the attempt will throw an exception that the manager catches and ignores (or logs, if logging is enabled for that component). But we should still button this up.
Here's a patch that does that. Unlike bug 985184 and bug 985195, there's no need to uplift this, as Synthetic APKs are enabled on Aurora and Beta; and even if we were to disable them, the worst that will happen is that an exception will be caught and either completely ignored or logged.
Attachment #8393331 -
Flags: review?(mark.finkle)
Comment 1•12 years ago
|
||
Comment on attachment 8393331 [details] [diff] [review]
patch v1: registers webapps update timer only if Synthetic APKs enabled
Ugh, I should have caught this in my review.
Attachment #8393331 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•