Closed
Bug 823040
Opened 13 years ago
Closed 13 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•13 years ago
|
Assignee: nobody → fabrice
blocking-basecamp: ? → +
| Assignee | ||
Comment 1•13 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•13 years ago
|
Attachment #694080 -
Flags: review?(ferjmoreno) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•13 years ago
|
Whiteboard: [qa-]
Comment 5•13 years ago
|
||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•