On Mon, Apr 30, 2012 at 10:28 AM, Vivien <
2...@vingtetun.org> wrote:
> Bug 748896 is about supporting data:url for
> mozIDOMApplicationRegistry.install
>
> data:url are supported for:
> - XHR:
https://bugzilla.mozilla.org/show_bug.cgi?id=702820
> - Workers:
https://bugzilla.mozilla.org/show_bug.cgi?id=699857
> - @font-face, images, etc..
>
> Basically and per bug 699857, data URIs are considered same domain in Gecko.
> This will let a web site install an application without having to stored a
> manifest.json file on the server side.
>
> Any good reasons for not supporting it for mozApps?
This would only allow a site to install an app for it's own domain,
right. I.e. the origin of the app must be the same as the origin of
the manifest, and the origin of the manifest would be the origin of
the page calling install.
If that's ok then that sounds ok to me.
/ Jonas