fune/toolkit/components/extensions
Andrew Swan 503a78588d Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag
The implementations of browserAction, pageAction, and menu onClick
handlers now stash the current <browser> until we get a reply from
the extension process indicating that the handler has finished running.
We also have to take care to keep that <browser> around even if the
permissions api has to be loaded asynchronously.

MozReview-Commit-ID: BYJaiwdj40u

--HG--
extra : rebase_source : 3d9cba03d2853ef8d71b6c3e3a1fd0aba400b39c
2017-06-15 12:48:40 -07:00
..
schemas Bug 1371879 - Add support for unregistering proxy scripts r=mixedpuppy 2017-06-26 00:41:33 -04:00
test Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
webrequest
.eslintrc.js Bug 1370232 - Enabled the ESLint no-unneeded-ternary rule across mozilla-central. r=standard8 2017-06-13 00:23:54 +05:30
ext-alarms.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-backgroundPage.js Bug 1353172 - Add telemetry for background page load time time, r=bsmedberg,kmag 2017-04-18 15:35:21 -04:00
ext-browser-content.js Bug 1368189: Move more code out of ExtensionUtils.jsm. r=mixedpuppy 2017-05-26 15:44:41 -07:00
ext-browserSettings.js Bug 1374237 - Part 2: Declare all top-level functions in toolkit API files files via const., r=mixedpuppy 2017-06-21 14:29:37 -04:00
ext-c-backgroundPage.js
ext-c-downloads.js Bug 1369782 - Require user interaction for downloads.open() r=aswan 2017-06-02 18:34:08 -05:00
ext-c-extension.js Bug 1299053 - support tabId in browser.extension.getViews r=aswan 2017-04-23 13:01:34 +02:00
ext-c-identity.js Bug 1374237 - Part 2: Declare all top-level functions in toolkit API files files via const., r=mixedpuppy 2017-06-21 14:29:37 -04:00
ext-c-permissions.js
ext-c-runtime.js Bug 1368669 - Support explicit null callback for runtime.sendMessage r=aswan 2017-06-07 23:43:25 +02:00
ext-c-storage.js
ext-c-test.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-c-toolkit.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-contextualIdentities.js Bug 1374237 - Part 2: Declare all top-level functions in toolkit API files files via const., r=mixedpuppy 2017-06-21 14:29:37 -04:00
ext-cookies.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-downloads.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-extension.js
ext-geolocation.js
ext-i18n.js
ext-idle.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-management.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-notifications.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-permissions.js Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag 2017-06-15 12:48:40 -07:00
ext-privacy.js Bug 1374237 - Part 2: Declare all top-level functions in toolkit API files files via const., r=mixedpuppy 2017-06-21 14:29:37 -04:00
ext-protocolHandlers.js Bug 1374237 - Part 2: Declare all top-level functions in toolkit API files files via const., r=mixedpuppy 2017-06-21 14:29:37 -04:00
ext-proxy.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-runtime.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-storage.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-theme.js bug 1373850 add browser.theme.reset which allows unloading changes caused by browser.theme.update and resets to the default theme r=mattw,mikedeboer 2017-06-27 12:57:19 -07:00
ext-toolkit.js Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag 2017-06-15 12:48:40 -07:00
ext-topSites.js Bug 1361899 - Allow extensions to specify provider when calling topSites.get. r=mixedpuppy 2017-05-20 14:06:16 +12:00
ext-webNavigation.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-webRequest.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
extension-process-script.js Bug 1368289: Simplify frameloader global metadata tagging. r=mixedpuppy 2017-05-27 17:30:53 -07:00
Extension.jsm Bug 1374457: Key cached manifest and locale data by add-on version. r=rhelmer 2017-06-19 15:14:08 -07:00
ExtensionAPI.jsm Bug 1368152: Part 1 - Move API extension registration to ExtensionAPI.jsm. r=aswan 2017-05-26 12:12:13 -07:00
ExtensionChild.jsm Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag 2017-06-15 12:48:40 -07:00
ExtensionChildDevToolsUtils.jsm Bug 1349896 - Part 2: Implement devtools.panels.themeName API property, f?rpl r=mixedpuppy 2017-05-11 08:54:02 -04:00
ExtensionCommon.jsm Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag 2017-06-15 12:48:40 -07:00
ExtensionContent.jsm Bug 1368102: Part 7 - Remove ScriptMatcher and use WebExtensionConentScript directly. r=mixedpuppy 2017-06-04 13:29:03 -07:00
ExtensionPageChild.jsm Bug 1368289: Simplify frameloader global metadata tagging. r=mixedpuppy 2017-05-27 17:30:53 -07:00
ExtensionParent.jsm Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag 2017-06-15 12:48:40 -07:00
ExtensionPermissions.jsm Bug 1322235: Part 3 - Use MatchPatternSet for whiteListedHosts and webRequest. r=aswan,zombie 2017-06-03 22:11:20 -07:00
ExtensionPolicyService.cpp Bug 1374129: Avoid loading content scripts into uninitialized about:blank documents. r=aswan 2017-06-21 17:31:43 -07:00
ExtensionPolicyService.h Bug 1368102: Part 5 - Move static content script matching into C++. r=mixedpuppy,zombie 2017-06-04 15:38:11 -07:00
ExtensionPreferencesManager.jsm Bug 1368545 - Prevent the ExtensionPreferencesManager from mistakenly overriding a user set preference, r=aswan 2017-06-05 14:22:05 -04:00
extensions-toolkit.manifest Bug 1368102: Part 5 - Move static content script matching into C++. r=mixedpuppy,zombie 2017-06-04 15:38:11 -07:00
ExtensionSettingsStore.jsm Bug 1367453 - Do not throw an exception from ExtensionSettingsStore when trying to remove a setting that was not previously set, r=mixedpuppy 2017-05-24 12:29:16 -04:00
ExtensionStorage.jsm Bug 1320186: Don't sanitize storage values more than once. r=aswan 2017-06-06 18:59:06 -07:00
ExtensionStorageSync.jsm Bug 1368560 part 2 - Move Svc.Crypto to Weave.Crypto. r=markh 2017-05-29 13:24:01 -04:00
ExtensionTabs.jsm Bug 1368102: Part 3 - Use MatchPattern and MatchGlob bindings for content script matching. r=mixedpuppy 2017-05-25 15:42:18 -07:00
ExtensionTestCommon.jsm
ExtensionUtils.jsm Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag 2017-06-15 12:48:40 -07:00
ExtensionXPCShellUtils.jsm
jar.mn Bug 1369782 - Require user interaction for downloads.open() r=aswan 2017-06-02 18:34:08 -05:00
LegacyExtensionsUtils.jsm Bug 1374457: Key cached manifest and locale data by add-on version. r=rhelmer 2017-06-19 15:14:08 -07:00
MatchGlob.h Bug 1322235: Part 1 - Add native MatchPattern and MatchGlob bindings. r=billm,aswan 2017-05-24 14:57:29 -07:00
MatchPattern.cpp Bug 1367478 support websocket ws/wss protocol in matchpattern, r=kmag 2017-06-07 12:16:14 -07:00
MatchPattern.h Bug 1322235: Part 1 - Add native MatchPattern and MatchGlob bindings. r=billm,aswan 2017-05-24 14:57:29 -07:00
MessageChannel.jsm
moz.build Bug 1368152: Part 4 - Remove ExtensionManagement.jsm. r=aswan 2017-06-03 17:18:18 -07:00
mozIExtensionProcessScript.idl Bug 1368102: Part 5 - Move static content script matching into C++. r=mixedpuppy,zombie 2017-06-04 15:38:11 -07:00
NativeMessaging.jsm Bug 1356546: Part 2 - Use StructuredCloneHolder as transport for MessageManager messages. r=aswan 2017-06-04 20:46:38 -07:00
ProxyScriptContext.jsm Bug 1355198 - Fix DIRECT return type to take no arguments and update error handling r=mixedpuppy 2017-06-06 12:34:12 -04:00
Schemas.jsm Bug 1373293: Drop invalid permissions when normalizing manifests. r=bsilverberg 2017-06-21 12:12:51 -07:00
WebExtensionContentScript.h Bug 1370263: Don't try to match content scripts for non-codebase principals. r=mixedpuppy 2017-06-06 14:18:49 -07:00
WebExtensionPolicy.cpp Bug 1370263: Don't try to match content scripts for non-codebase principals. r=mixedpuppy 2017-06-06 14:18:49 -07:00
WebExtensionPolicy.h Bug 1368102: Part 2 - Add WebExtensionContentScript bindings. r=billm,mixedpuppy 2017-06-03 22:03:19 -07:00