Boris Zbarsky
2d88f7a86d
Bug 1450182. Remove the EventListenerWasAdded/Removed hooks from DOMEventTargetHelper. r=smaug
...
MozReview-Commit-ID: GWnAvK61hVT
2018-04-04 15:32:19 -04:00
Andrew Swan
a16898d304
Bug 1335829 Add mozAddonManager.permissionPromptsEnabled r=qdot
...
MozReview-Commit-ID: FldFilY24kf
2017-02-02 10:59:54 -08:00
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
Andrew Swan
83df0b6503
Bug 1308261 Add hash to options for mozAddonManager.createInstall() r=bz,kmag
...
MozReview-Commit-ID: Dx4Giy5k26c
2016-10-06 17:50:55 -07:00
Andrew Swan
99cdadd09c
Bug 1297028 Expose Addon.canUninstall flag to content r=bz,rhelmer
...
MozReview-Commit-ID: Ec6QPj9h9k7
2016-08-23 19:24:15 -07:00
Andrew Swan
350c271d98
Bug 1279034 Add Addon.setEnabled() for a.m.o r=rhelmer,smaug
...
MozReview-Commit-ID: 6mvHMWinkle
2016-06-24 12:54:18 -07:00
Andrew Swan
93c8915030
Bug 1268077: expose AddonListener through mozAddonManager r=rhelmer,smaug
...
MozReview-Commit-ID: Klw4o0qIvCE
2016-05-27 15:43:05 -07:00
Andrew Swan
286602ba99
Bug 1255040 - Add webidl for install/uninstall via AddonManager. r=bz
...
MozReview-Commit-ID: 9eLMPbxostQ
2016-04-20 09:42:38 -07:00
Wes Kocher
90b9686f90
Backed out changeset 00bb04b8c9a0 (bug 1255040) for failures in browser_webapi.js
...
MozReview-Commit-ID: 1qKiUTNw4fV
2016-04-19 16:37:08 -07:00
Andrew Swan
09f3df586a
Bug 1255040 Add webidl for install/uninstall via AddonManager r=bz
...
MozReview-Commit-ID: 9eLMPbxostQ
2016-04-18 13:51:41 -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