gecko-dev/toolkit/components/extensions
Edouard Oger 9d1dc7c4a7 Bug 1368560 part 2 - Move Svc.Crypto to Weave.Crypto. r=markh
MozReview-Commit-ID: 74IFsVjZSgz

--HG--
extra : rebase_source : 00f77b7a24a509d5e9fabb8ee7793a59b38f639f
2017-05-29 13:24:01 -04:00
..
schemas Bug 1364975 - Allow WebExtensions to disable WebRTC, r=aswan 2017-05-24 09:58:43 -04:00
test Bug 1307852 - Pass ID of calling add-on to native messaging app r=aswan 2017-06-01 19:08:02 +02: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 1368041 - Enable no-array-constructor across mozilla-central r=standard8 2017-05-27 15:17:29 +01: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 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 1330369 - Part 2 - Add browser_style support to ext-sidebar.js r=kmag 2017-05-25 19:46:59 -04: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 1367232 - Clean up various ESLint global definitions in toolkit/. r=mossop 2017-05-19 09:22:48 +01: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 1364895 - Expose contextualIdentities to webExtensions also if privacy.userContext.enabled is set to false, r=aswan 2017-05-30 21:10:14 +02: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 1364975 - Allow WebExtensions to disable WebRTC, r=aswan 2017-05-24 09:58:43 -04: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 1361899 - Allow extensions to specify provider when calling topSites.get. r=mixedpuppy 2017-05-20 14:06:16 +12: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
Extension.jsm Merge inbound to m-c. a=merge 2017-05-30 20:36:44 -04: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
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 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 1349896 - Part 2: Implement devtools.panels.themeName API property, f?rpl r=mixedpuppy 2017-05-11 08:54:02 -04: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 Bug 1345583 - Move code for startup and shutdown handling of preferences to ExtensionPreferencesManager, r=aswan 2017-03-08 14:47:26 -05:00
extensions-toolkit.manifest Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -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 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 1368560 part 2 - Move Svc.Crypto to Weave.Crypto. r=markh 2017-05-29 13:24:01 -04: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 Bug 1343583 - Adapt test framework to function toString revision r=aswan 2017-03-02 20:38:25 +01:00
ExtensionUtils.jsm Bug 1330369 - Part 1 - Share the extension stylesheets between sidebar, popups, and options r=mixedpuppy 2017-05-19 15:48:44 -04:00
ExtensionXPCShellUtils.jsm Bug 1331742 - Part 5 - Add unit tests for browserAction.onClicked r=mixedpuppy 2017-05-12 15:02:11 -04:00
jar.mn Bug 1317697: Split ExtensionContent.jsm into a stub process script. r=mixedpuppy 2017-04-14 17:00:51 -07: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
moz.build Backed out 4 changesets (bug 1357490) for causing frequent xpcshell timeouts. 2017-05-30 12:36:43 -04:00
NativeMessaging.jsm Bug 1307852 - Pass ID of calling add-on to native messaging app r=aswan 2017-06-01 19:08:02 +02:00
ProxyScriptContext.jsm Bug 1359417 WebExtensions ProxyAPI uses HTTPS proxy instead of HTTP proxy and Bug 1362798 WebExtensions ProxyAPI should support return strings HTTP and SOCKS4 r=mixedpuppy 2017-05-26 09:36:14 -07:00
Schemas.jsm Bug 1367232 - Clean up various ESLint global definitions in toolkit/. r=mossop 2017-05-19 09:22:48 +01:00