Closed
Bug 985184
Opened 11 years ago
Closed 11 years ago
WebappsUpdateTimer.js not packaged with Fennec
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P1)
Tracking
(firefox29+ fixed, firefox30+ fixed, firefox31 fixed)
RESOLVED
FIXED
Firefox 31
People
(Reporter: myk, Assigned: myk)
Details
Attachments
(1 file)
727 bytes,
patch
|
mfinkle
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
The WebappsUpdateTimer.js component script isn't included in Fennec's package manifest, so it isn't being packaged with Fennec, and the update timer manager isn't able to trigger a periodic automatic update check.
The fix is obvious and trivial. (And it begs the question why I didn't catch this in testing, where I'm sure I saw these timers fire, although now I don't see how I could have.)
Attachment #8393190 -
Flags: review?(mark.finkle)
Assignee | ||
Updated•11 years ago
|
Severity: normal → blocker
Assignee | ||
Updated•11 years ago
|
tracking-firefox30:
--- → ?
Updated•11 years ago
|
Attachment #8393190 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8393190 [details] [diff] [review]
patch v1: obvious, trivial fix
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
Bug 934760.
User impact if declined:
Fennec will not check for webapp updates automatically.
Testing completed (on m-c, etc.):
I tested this locally and have pushed it to inbound.
Risk to taking this patch (and alternatives if risky):
The risk is low, as it's a small, obvious patch.
String or IDL/UUID changes made by this patch:
None
Attachment #8393190 -
Flags: approval-mozilla-beta?
Attachment #8393190 -
Flags: approval-mozilla-aurora?
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: Firefox 29 → Firefox 31
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8393190 -
Flags: approval-mozilla-beta?
Attachment #8393190 -
Flags: approval-mozilla-beta+
Attachment #8393190 -
Flags: approval-mozilla-aurora?
Attachment #8393190 -
Flags: approval-mozilla-aurora+
Comment 4•11 years ago
|
||
Updated•4 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
•