gecko-dev/toolkit/components/extensions
Narcis Beleuzu 08e410f7c9 Backed out changeset 6630148c9bea (bug 1465762) for xpcshell failures on test_ext_schemas_async.js. CLOSED TREE 2018-06-01 12:32:24 +03:00
..
child Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8 2018-04-24 20:18:09 -07:00
docs Bug 1453522 Document bundled webextension experiments r=kmag 2018-04-11 16:44:07 -07:00
parent Bug 1459455 - Allow changing the tab separator color. r=jaws 2018-05-30 04:34:51 +02:00
schemas Bug 1459455 - Allow changing the tab separator color. r=jaws 2018-05-30 04:34:51 +02:00
test Backed out changeset 6630148c9bea (bug 1465762) for xpcshell failures on test_ext_schemas_async.js. CLOSED TREE 2018-06-01 12:32:24 +03:00
webrequest Bug 1446933 - Remove 'using namespace mozilla::net' from BackgroundUtils.h, r=qdot 2018-05-30 21:21:17 +02:00
.eslintrc.js Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8 2018-04-24 20:18:09 -07:00
Extension.jsm Bug 1461145: Follow-up: Fix more racy tests. r=bustage CLOSED TREE 2018-05-27 17:53:01 -07:00
ExtensionChild.jsm Bug 1456485: Part 2 - Allow extensions with the mozillaAddons permission to match restricted schemes. r=zombie 2018-05-09 18:55:59 -07:00
ExtensionChildDevToolsUtils.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ExtensionCommon.jsm Bug 1447551 Part 1: Fix some issues with persistent EventManagers r=kmag 2018-04-20 16:09:13 -07:00
ExtensionContent.jsm Bug 1445026: Don't try to decode a binary hash blob as UTF-8. r=rpl 2018-03-12 14:18:43 -07:00
ExtensionPageChild.jsm Bug 1444758: Follow-up: Fix some flakiness when tests are run in parallel. r=aswan 2018-03-11 20:00:08 -07:00
ExtensionParent.jsm Bug 1392067 - Disconnect open extension ports when the message manager goes away 2018-04-25 22:31:03 +02:00
ExtensionPermissions.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ExtensionPolicyService.cpp Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
ExtensionPolicyService.h Bug 1430317: Add memory reporter to show basic information about active WebExtensions. r=erahm 2018-01-12 16:01:18 -08:00
ExtensionPreferencesManager.jsm Bug 1455755 Move browserSettings.proxyConfig to proxy.settings, r=aswan, mstrimer 2018-04-25 18:50:22 -05:00
ExtensionSettingsStore.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ExtensionStorage.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ExtensionStorageSync.jsm Bug 1457071 - allow all extension-storage data to be deleted from the profile. r=glasserc 2018-04-26 17:53:56 +10:00
ExtensionTestCommon.jsm Bug 1461145: Follow-up: Fix more racy tests. r=bustage CLOSED TREE 2018-05-27 17:53:01 -07:00
ExtensionUtils.jsm Bug 1453053 part 3. Remove JS QIs to nsIMessageSender. r=qdot 2018-04-12 00:06:25 -04:00
ExtensionXPCShellUtils.jsm Bug 1461062: Follow-up: Fix rebase bustage. r=bustage CLOSED TREE 2018-05-16 19:07:01 -07:00
FindContent.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
LegacyExtensionsUtils.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
MatchGlob.h
MatchPattern.cpp Bug 1461292 part 1 - Rename JSAutoCompartment to JSAutoRealm. r=bz,luke 2018-05-16 10:53:16 +02:00
MatchPattern.h Bug 1456485: Part 1 - Support unrestricted matching in MatchPattern. r=zombie 2018-04-18 14:02:05 -07:00
MessageChannel.jsm Bug 1451058: Follow-up: Fix some errors that show up during tests. r=me 2018-04-06 16:34:15 -07:00
NativeManifests.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
NativeMessaging.jsm Bug 1392067 - Disconnect open extension ports when the message manager goes away 2018-04-25 22:31:03 +02:00
ProxyScriptContext.jsm Bug 1457213 support early startup for proxy api, r=aswan 2018-05-01 18:46:07 -05:00
Schemas.jsm Bug 1452307: Follow-up: Fix typeo. r=aswan 2018-04-16 14:21:02 -07:00
WebExtensionContentScript.h Bug 1456485: Part 2 - Allow extensions with the mozillaAddons permission to match restricted schemes. r=zombie 2018-05-09 18:55:59 -07:00
WebExtensionPolicy.cpp Bug 1456485: Part 2 - Allow extensions with the mozillaAddons permission to match restricted schemes. r=zombie 2018-05-09 18:55:59 -07:00
WebExtensionPolicy.h Bug 1449631 part 12. Remove the Nullable smuggling from nsIDOMEventTarget. r=smaug 2018-04-05 13:42:42 -04:00
dummy.xul
ext-browser-content.js Bug 1449933 - Webextension popups that don't define a background-color can be hard to read. r=mixedpuppy 2018-03-30 15:29:31 -07:00
ext-toolkit.json Backed out changeset 6af40fb76692 (bug 1372406) for Doc lint failure in builds/worker/checkouts/gecko/docs-out/html/main/_staging/python/mach.commands.rst on a CLOSED TREE 2018-03-28 07:26:10 +03:00
extension-process-script.js Bug 1456485: Part 2 - Allow extensions with the mozillaAddons permission to match restricted schemes. r=zombie 2018-05-09 18:55:59 -07:00
extensions-toolkit.manifest Backed out changeset 6af40fb76692 (bug 1372406) for Doc lint failure in builds/worker/checkouts/gecko/docs-out/html/main/_staging/python/mach.commands.rst on a CLOSED TREE 2018-03-28 07:26:10 +03:00
jar.mn Backed out changeset 6af40fb76692 (bug 1372406) for Doc lint failure in builds/worker/checkouts/gecko/docs-out/html/main/_staging/python/mach.commands.rst on a CLOSED TREE 2018-03-28 07:26:10 +03:00
moz.build Bug 1403519 - only build docs when necessary r=gps 2017-10-02 18:22:56 +00:00
mozIExtensionProcessScript.idl Bug 1460940 - Remove nsIDOMDocument uses in toolkit/. r=bz 2018-05-11 19:46:15 +02:00