- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Fri, 16 Aug 2013 09:10:43 -0700
- To: "Robert O'Callahan" <robert@ocallahan.org>
- Cc: Justin Uberti <juberti@google.com>, Chris Wilson <cwilso@google.com>, "public-media-capture@w3.org" <public-media-capture@w3.org>, Harald Alvestrand <hta@google.com>, Victoria Kirst <vrk@google.com>, Tommy Widenflycht (ᛏᚮᛘᛘᚤ) <tommyw@google.com>, Tommi Gunnarsson <tommi@google.com>
On 15 August 2013 19:15, Robert O'Callahan <robert@ocallahan.org> wrote: > "One application at multiple origins" is not supported by the Web platform. > Features like persistent storage, application cache and remembered > permissions don't handle that case. This is not something we should be > trying to support. That's only superficially true. To give a concrete example, Google Hangouts operates at https://mail.google.com and https://plus.google.com, but it's the same application in every meaningful sense (aside from perhaps the strict web origin sense). I imagine that Google access the same server-side state to run the application. And with postMessage, the client-side state can also be consolidated. In that case, the origin is completely insufficient to identify the app. And Hangouts isn't the only application on those origins.
Received on Friday, 16 August 2013 16:11:11 UTC