Closed
Bug 1043659
Opened 12 years ago
Closed 7 years ago
App size does not exceed 1.15GB when you update an app even though the manifest tells a superior value
Categories
(Core Graveyard :: DOM: Apps, defect)
Tracking
(b2g-v2.0 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| b2g-v2.0 | --- | affected |
People
(Reporter: jlorenzo, Unassigned)
Details
Build Info
Device: Flame
Gaia 8cb1a949f2e9650bb2c5598e78a6f24a58bbaf97
Gecko https://hg.mozilla.org/releases/mozilla-aurora/rev/4bd4b0ae7bbe
BuildID 20140721000201
Version 32.0a2
ro.build.version.incremental=109
ro.build.date=Mon Jun 16 16:51:29 CST 2014
B1TC00011220
STR
1. Get http://mozilla.github.io/qa-testcase-data/webapi/apps/singleasm.manifest and host it on your own HTTP server
2. Install the app by pointing to your self-hosted manifest via you browser
3. To simulate an app update, in the the mini-manifest, modify:
"version": "1.0" to "version": "2.0"
"size": 10000 to "size": 2000000000000000 (yes nearly 2PB)
4. Check for new version and wait until the notification pop.
Actual result:
1.15GB is displayed
Expected result:
1.78PB should. An interesting thing is, if you uninstall the app and try to install it again, the correct size is displayed.
Updated•8 years ago
|
Product: Core → Core Graveyard
Comment 1•7 years ago
|
||
Core Graveyard / DOM: Apps is inactive. Closing all bugs in this component.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•