Closed
Bug 896127
Opened 12 years ago
Closed 11 years ago
App contexts launched in Gaia need to support multiple apps off the same origin
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1036788
People
(Reporter: jsmith, Unassigned)
References
Details
Currently, Gaia assumes that any launches within the same origin of the app will launch into the same context. This however will not work when we add support for multiple apps per origin in bug 778277. bug 778277 allows an origin on the web to have multiple apps off the same origin, so each app context needs to be separated on for each app, rather than confined to a single origin context.
Here's an example STR off the try build in bug 778277 that demonstrates this problem:
1. Go to http://mozqa.com/webapi-permissions-tests/
2. Install Hosted App Test Case 1 & 2
3. Launch app #1 & scroll it down
4. Launch app #2
Result - app #2 just loads up app #1's context, instead of loading it's own context.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•