On 30 January 2015 at 16:03, Andrew Overholt <[email protected]> wrote:
> Is it possible for us to get a list of the non-standard APIs that are being > used, sorted by usage? I'd like to say work is being prioritized based on > need :) > Yes, here's a snapshot of permissions used: http://people.mozilla.org/~bfrancis/images/permissions-2015-01-30.png Most of the frequently used permissions do not require the use of a packaged app, but the second most used permission is systemXHR which does. Apparently most developers are only using this because they created a packaged app purely for its offline properties, then found they needed systemXHR to talk to their own server. Which is silly. I hope Service Workers will help with this situation. The proportion of apps in the Marketplace which actually need to be privileged is surprisingly small. Service Workers should hopefully make it smaller. Ben _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
