Closed
Bug 823040
Opened 10 years ago
Closed 10 years ago
we should update the app's manifest during update (for hosted apps with appcache)
Categories
(Core Graveyard :: DOM: Apps, defect)
Tracking
(blocking-basecamp:+, firefox19 fixed, firefox20 fixed, b2g18 fixed)
People
(Reporter: julienw, Assigned: fabrice)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.59 KB,
patch
|
ferjm
:
review+
|
Details | Diff | Splinter Review |
We update the manifest at 2 points : [1] and [2] In the hosted apps with appcache case, we're not executing these lines though. We should update the manifest somewhere in [3]. Nominating as this could impact our update mechanism and this is a very low-risk patch (one line). [1] http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/Webapps.js#524 [2] http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/Webapps.js#529 [3] http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/Webapps.js#472
Updated•10 years ago
|
Assignee: nobody → fabrice
blocking-basecamp: ? → +
Assignee | ||
Comment 1•10 years ago
|
||
We failed to update the app.manifest (or app.updateManifest for packaged apps) when checking for updates.
Attachment #694080 -
Flags: review?(ferjmoreno)
Updated•10 years ago
|
Attachment #694080 -
Flags: review?(ferjmoreno) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a2e79ebb34af
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a2e79ebb34af
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•10 years ago
|
Whiteboard: [qa-]
Comment 5•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/f8a3aa985c03 https://hg.mozilla.org/releases/mozilla-b2g18/rev/1eaf5b0d8c63
Updated•5 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•