Closed
Bug 910465
Opened 12 years ago
Closed 11 years ago
Explicitly store the application kind in webapps.json
Categories
(Core Graveyard :: DOM: Apps, defect)
Core Graveyard
DOM: Apps
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1042882
People
(Reporter: fabrice, Unassigned)
References
Details
Currently the webapps registry doesn't store whether an app is packaged, hosted or hosted+appcache. The situation is re-discovered with various heuristics and fragile.
We should just add that to as a "kind" field to the webapps.json registry storage, and use that in the call sites.
Reporter | ||
Updated•12 years ago
|
Summary: Eplicitly store the application kind in webapps.json → Explicitly store the application kind in webapps.json
Comment 1•12 years ago
|
||
I'm going to work on this tomorrow. We could also have a different "kind" value for core apps, so that we don't have to do the check with the basePath.
Assignee: nobody → mcastelluccio
Status: NEW → ASSIGNED
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Assignee: mar.castelluccio → nobody
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•