gecko-dev/toolkit/components/extensions
Mike Cooper 94879bdf84 Bug 1361578 - Remove SelfSupport, since it is obsoleted by shield-recipe-client. r=Gijs
MozReview-Commit-ID: 1FCqNa5wxZk

--HG--
extra : rebase_source : a7a20b4376ecaf2d4e91da27a7b7b32091f03dbd
2017-05-19 10:02:11 -07:00
..
schemas Bug 1299053 - support tabId in browser.extension.getViews r=aswan 2017-04-23 13:01:34 +02:00
test Bug 1361578 - Remove SelfSupport, since it is obsoleted by shield-recipe-client. r=Gijs 2017-05-19 10:02:11 -07:00
webrequest Bug 1326298 implement off-main-thread delivery with start/stop/error listeners, r=kmag 2017-04-18 15:50:53 -07:00
.eslintrc.js Bug 1358948 - Remove redundant eslint "no-spaced-func" rules and standardize on new "func-call-spacing" name. r=standard8 2017-04-23 19:40:28 -07:00
Extension.jsm Backed out changeset 5c8ee0487056 (bug 1302702) for failing xpcshell's toolkit/components/extensions/test/xpcshell/test_ext_shutdown_cleanup.js and more on Android. r=backout 2017-05-17 20:02:30 +02:00
ExtensionAPI.jsm Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
ExtensionChild.jsm Bug 1317697: Split extension page child and content script child code as much as possible. r=mixedpuppy 2017-04-14 16:57:34 -07:00
ExtensionCommon.jsm Bug 1362225 - Speed up i18n.getMessage. r=aswan 2017-05-04 16:38:18 -07:00
ExtensionContent.jsm Bug 1362623 - Wait for idle callback before executing document_idle content scripts. r=mixedpuppy 2017-05-05 21:17:37 -07:00
ExtensionManagement.jsm Bug 1356826: Wait for startup to finish before shutting down. r=me 2017-05-10 20:26:01 -07:00
ExtensionPageChild.jsm Bug 1299053 - Ensure that background pages have windowId -1 in browser.extension.getViews r=aswan 2017-04-23 13:03:11 +02:00
ExtensionParent.jsm Bug 1266012 - Add identity indication for the moz-extensions scheme r=mixedpuppy 2017-05-10 15:14:15 -04:00
ExtensionPermissions.jsm Bug 1197420 Part 4 Apply dynamic permission changes r=kmag 2017-03-23 17:28:52 -07:00
ExtensionPreferencesManager.jsm
ExtensionSettingsStore.jsm
ExtensionStorage.jsm Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
ExtensionStorageSync.jsm Bug 1365005: Cleanup async code after Task.jsm migration. r=aswan 2017-05-15 12:07:06 -07:00
ExtensionTabs.jsm Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
ExtensionTestCommon.jsm
ExtensionUtils.jsm Bug 1362224: Cached normalized object for simple icon URLs. r=aswan 2017-05-05 12:53:30 -07:00
ExtensionXPCShellUtils.jsm Bug 1331742 - Part 5 - Add unit tests for browserAction.onClicked r=mixedpuppy 2017-05-12 15:02:11 -04:00
LegacyExtensionsUtils.jsm Bug 1317697: Split extension page child and content script child code as much as possible. r=mixedpuppy 2017-04-14 16:57:34 -07:00
MessageChannel.jsm Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
NativeMessaging.jsm Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
ProxyScriptContext.jsm Backed out changeset ddcbb81610fd (bug 1355198) for Android test_ext_proxy.html bustage 2017-04-26 20:38:36 -07:00
Schemas.jsm Bug 1317697: Split ExtensionContent.jsm into a stub process script. r=mixedpuppy 2017-04-14 17:00:51 -07:00
ext-alarms.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-backgroundPage.js Bug 1302702 - Remove from ext-backgroundPage any code that uses the AddonManager object. r=kmag 2017-03-21 16:28:15 +01:00
ext-browser-content.js Bug 1359083 - stop using devtools color utils in ext-browser-content.js;r=kmag 2017-04-24 20:57:01 +02:00
ext-c-backgroundPage.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07: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 1356569 - Remove appendElement's last parameter when it is false, r=jaws. 2017-04-14 21:51:39 +02:00
ext-c-permissions.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
ext-c-runtime.js Bug 1259944 Fix runtime.sendMessage() handling of 2 arguments r=zombie 2017-05-01 10:08:56 -07:00
ext-c-storage.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
ext-c-test.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-c-toolkit.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-contextualIdentities.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
ext-cookies.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-downloads.js Bug 1344822 Remove downloads.onChanged hack r=mixedpuppy 2017-05-08 11:13:15 -07:00
ext-extension.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
ext-geolocation.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
ext-i18n.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-idle.js Bug 1356231 - Use toolkit EventEmitter.jsm instead of devtools module. r=mossop 2017-04-27 17:58:09 +02:00
ext-management.js Bug 1336908 implement management APIs needed for theme management, r=aswan 2017-05-04 11:40:02 -07:00
ext-notifications.js Bug 1356231 - Use toolkit EventEmitter.jsm instead of devtools module. r=mossop 2017-04-27 17:58:09 +02:00
ext-permissions.js Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
ext-privacy.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
ext-protocolHandlers.js Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws. 2017-04-14 21:51:39 +02:00
ext-proxy.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-runtime.js Bug 1354590 - Add 'temporary' flag to runtime.onInstalled details. r=aswan,zombie 2017-05-14 10:54:11 +05:30
ext-storage.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-theme.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
ext-toolkit.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-topSites.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
ext-webNavigation.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
ext-webRequest.js Bug 1317697: Remove things from ExtensionUtils that don't belong there. r=mixedpuppy 2017-04-07 13:39:06 -07:00
extension-process-script.js Bug 1356826: Wait for startup to finish before shutting down. r=me 2017-05-10 20:26:01 -07:00
extensions-toolkit.manifest Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
jar.mn Bug 1317697: Split ExtensionContent.jsm into a stub process script. r=mixedpuppy 2017-04-14 17:00:51 -07:00
moz.build Bug 1326298 implement off-main-thread delivery with start/stop/error listeners, r=kmag 2017-04-18 15:50:53 -07:00