gecko-dev/toolkit/components/extensions
Kris Maglione 3272bfe2fb Bug 1444758: Follow-up: Disable test_ext_unload_frame for too frequent intermittent failures. r=bustage DONTBUILD
MozReview-Commit-ID: 7HrXu2mcnmW
2018-03-12 22:52:21 -07:00
..
docs Bug 1433417 - Fix a bunch of typo in the doc r=ahal 2018-01-26 12:50:07 +01:00
schemas Bug 1444456 - Fix contentScripts.register API schema should not use additionalProperties. r=mixedpuppy 2018-03-09 18:38:22 +01:00
test Bug 1444758: Follow-up: Disable test_ext_unload_frame for too frequent intermittent failures. r=bustage DONTBUILD 2018-03-12 22:52:21 -07:00
webrequest Bug 1444680: Follow-up: Fix StreamFilter race that turns up when running tests in parallel. r=mixedpuppy 2018-03-12 18:31:58 -07:00
.eslintrc.js Bug 1434869 - Automatically mark EXPORTED_SYMBOLS as used, so that we don't need to ignore it in ESLint's no-unused-vars rule. r=florian. 2018-03-06 12:01:59 +00:00
Extension.jsm Merge inbound to mozilla-central. a=merge 2018-03-01 19:29:00 +02:00
ExtensionChild.jsm Bug 1444758: Part 14 - Migrate test_ext_unload_frame to xpcshell. r=aswan 2018-03-11 16:21:23 -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 1441333: Part 5 - Use proper async caller location in normalizeError. r=zombie 2018-03-01 16:39:08 -08: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 1444758: Part 14 - Migrate test_ext_unload_frame to xpcshell. r=aswan 2018-03-11 16:21:23 -07: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 1430317: Follow-up: Support QI to nsIMemoryReporter. r=me 2018-01-12 18:52:36 -08: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 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01: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 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ExtensionTestCommon.jsm Bug 1444758: Part 5 - Migrate test_ext_contentscript_api_injection to xpcshell. r=aswan 2018-03-11 13:19:27 -07:00
ExtensionUtils.jsm Bug 1420485: Follow-up: Remove unnecessary single-use stringToCryptoHash function. r=me 2018-03-11 22:25:56 -07:00
ExtensionXPCShellUtils.jsm Bug 1444758: Part 20 - Remove test_ext_background_generated_url. r=aswan 2018-03-12 20:58: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 1415644: Create a list of restricted domains. r=aswan,mixedpuppy 2018-03-03 16:28:18 -08:00
MatchPattern.h Bug 1415644: Create a list of restricted domains. r=aswan,mixedpuppy 2018-03-03 16:28:18 -08:00
MessageChannel.jsm Bug 1441333: Part 5 - Use proper async caller location in normalizeError. r=zombie 2018-03-01 16:39:08 -08: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 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ProxyScriptContext.jsm Bug 1409878 implement async proxy api for webextensions, r=kmag,rpl 2018-03-01 19:09:54 -06:00
Schemas.jsm Bug 1444758: Part 3 - Migrate test_ext_schema to xpcshell. r=aswan 2018-03-11 12:48:30 -07:00
WebExtensionContentScript.h Bug 1396399 - Clarify rules for applying activeTab permission to content scripts. r=kmag, r=bz 2017-11-04 21:06:20 -07:00
WebExtensionPolicy.cpp Bug 1415644: Follow-up: Fix assertion in debug builds. r=bustage CLOSED TREE 2018-03-09 16:09:03 -08:00
WebExtensionPolicy.h Bug 1415644: Create a list of restricted domains. r=aswan,mixedpuppy 2018-03-03 16:28:18 -08:00
dummy.xul
ext-alarms.js Bug 1432605: Fix alarms API when multiple contexts use it. r=aswan 2018-01-23 18:08:00 -08:00
ext-backgroundPage.js Bug 1398713 pass triggeringPrincipal when using browser.loadURI, r=Gijs,kmag 2018-02-28 17:32:01 -06:00
ext-browser-content.js Bug 1324255 make webextension panels focused when opened, r=Gijs,rpl 2018-02-15 09:52:54 -07:00
ext-browserSettings.js Backed out changeset 0d138609abfd (bug 1344749) 2018-03-03 15:04:51 +01:00
ext-c-backgroundPage.js
ext-c-contentScripts.js Bug 1332273 - Support programmatically registered content scripts. r=baku,kmag 2017-11-03 17:01:58 +01:00
ext-c-extension.js
ext-c-identity.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-c-runtime.js
ext-c-storage.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-c-test.js Bug 1406695 - Fail if a browser.test.onMessage handler throws an error. r=aswan 2017-10-07 19:24:32 +09:00
ext-c-toolkit.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-c-webRequest.js
ext-clipboard.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
ext-contentScripts.js Bug 1429425 - contentScripts.register runAt option should be set to document_idle when missing. r=mixedpuppy,zombie 2018-01-31 20:55:39 +01:00
ext-contextualIdentities.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-cookies.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-dns.js Bug 1373640 implement async dns resolve api for webextensions, r=kmag 2018-02-27 19:35:01 -06:00
ext-downloads.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-extension.js
ext-i18n.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-identity.js Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
ext-idle.js
ext-management.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-notifications.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-permissions.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-privacy.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-protocolHandlers.js Remove unused imports. r=trivial (no bug) 2017-11-09 16:39:57 -08:00
ext-proxy.js Bug 1409878 implement async proxy api for webextensions, r=kmag,rpl 2018-03-01 19:09:54 -06:00
ext-runtime.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-storage.js
ext-tabs-base.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-theme.js Backed out changeset b03fd1004cac (bug 1417883) for failing browser_ext_themes_autocomplete_popup.js. CLOSED TREE 2018-03-06 19:35:12 +02:00
ext-toolkit.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-toolkit.json Bug 1373640 implement async dns resolve api for webextensions, r=kmag 2018-02-27 19:35:01 -06:00
ext-topSites.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-webNavigation.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-webRequest.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
extension-process-script.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
extensions-toolkit.manifest
jar.mn Bug 1373640 implement async dns resolve api for webextensions, r=kmag 2018-02-27 19:35:01 -06:00
moz.build Bug 1403519 - only build docs when necessary r=gps 2017-10-02 18:22:56 +00:00
mozIExtensionProcessScript.idl