Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Swan
57a7511000 Bug 1308688 Expose mozAddonManager allowed hosts to chrome r=bkelly
MozReview-Commit-ID: JI3qMmCtYFT
2016-10-28 14:39:18 -07:00
Wil Clouser
2975c810d9 Bug 1288178 - add Test Pilot to mozAddonManager allow list r=rhelmer
MozReview-Commit-ID: Klx75vFhKUI
2016-08-09 15:15:01 -07:00
Andrew Swan
4125268108 Bug 1262218 - Update permissions for APIs used for addon discovery. r=rhelmer
MozReview-Commit-ID: H7xXTpnsCC2
2016-04-15 16:04:01 -07:00
Dave Townsend
1530896215 Bug 1245571: Add a window.navigator.mozAddonManager object that can only be accessed by AMO. r=bz
Since we want to add a few APIs that AMO can use to query and manipulate the
user's add-ons we want to expose a custom API. This implements the webidl and
a stub implementation in JavaScript. We use the webidl functions for controlling
access to the API, only the AMO production domains (and some test domains when
testing is enabled) can access it and only when retrieved securely and not in
an inner frame of a page that shouldn't have the API.

MozReview-Commit-ID: 3HUUrduuHwf
2016-02-19 16:49:30 -08:00