-
Notifications
You must be signed in to change notification settings - Fork 13
Make support of multiple applications per origin a MUST #98
Comments
A few issues, to begin discussion:
IIRC we agree that applications should be sandboxed from each other.
IIRC Jonas and Marcos found it a good idea, but I haven't seen a proposition how to do it yet.
IMHO packaged apps should not be able to share origin nor any local resources.
Manifest URL should be enough to identify a hosted app. But for packaged apps, which can be delivered via different means, downloaded from different app stores etc. It is a bigger issue. Actually, I'm going to put this into a separate issue (#99) |
We are speaking of running two instance of the same installed
It seems that there are use cases where this is needed but I haven't
Unless that happens as an side effect from the previous point, I don't |
I think we are talking generally. What about instances of completely different installed applications then? Can such apps share origin, local resources, IDB, cookies, localStorage? |
The current runtime spec does not allow that. |
I though we were discussing how to change the spec? Did I get something wrong? |
Section 7 of the runtime spec (http://runtime.sysapps.org/#data-isolation) says that two running application instances should be isolated. At least that's how I understand it. |
Conclusion of "Single instance mode vs multiple instances in manifest spec" discussion in the mailing list: http://lists.w3.org/Archives/Public/public-sysapps/2013Apr/0205.html
The text was updated successfully, but these errors were encountered: