fune/toolkit/components/extensions
Shane Caraveo 02063c6559 Bug 1380186 test http redirects to moz-ext protocol, r=kmag
MozReview-Commit-ID: Kg8ELe3tV2z

--HG--
extra : rebase_source : b4bb1c86016ae551eef001bccf7d866740d43564
2017-07-27 13:34:54 -07:00
..
schemas Bug 1363886 - Part 2: Fix a number of async callback parameters schemas r=kmag 2017-07-25 20:57:45 +02:00
test Bug 1380186 test http redirects to moz-ext protocol, r=kmag 2017-07-27 13:34:54 -07:00
webrequest Bug 1380426 - Make nsWebRequestListener use NS_DECL_THREADSAFE_ISUPPORTS. r=kmag 2017-07-19 19:25:43 -04:00
.eslintrc.js
dummy.xul Bug 1377523 - Part 1: add dummy.xul. r=smaug 2017-07-13 12:27:30 +08:00
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 1357486: Part 0g - Run remote debugger host browser in same TabGroup as extension pages. r=me 2017-07-08 15:56:10 -07:00
ext-browser-content.js
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
ext-c-extension.js
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
ext-c-storage.js Bug 1370752: Part 3 - Use structured clone rather than JSON to sanitize storage values. r=aswan 2017-07-10 18:24:11 -07:00
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 1382501: Don't use NetUtil to parse URIs. r=trivial 2017-07-19 18:26:41 -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 1352239 Don't prompt for optional permissions an extension already has r=kmag 2017-07-01 16:49:14 -07:00
ext-privacy.js Bug 1380009 - Enable the ESLint no-return-await call to avoid unnecessary intermediate promise creation. r=mossop 2017-07-11 22:49:55 +01: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 1370752: Part 3 - Use structured clone rather than JSON to sanitize storage values. r=aswan 2017-07-10 18:24:11 -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
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 1380267: Fix shutdown blocker corner cases. r=aswan 2017-07-12 16:58:15 -07:00
Extension.jsm Bug 1382501: Don't use NetUtil to parse URIs. r=trivial 2017-07-19 18:26:41 -07:00
ExtensionAPI.jsm
ExtensionChild.jsm Bug 1370752: Part 3 - Use structured clone rather than JSON to sanitize storage values. r=aswan 2017-07-10 18:24:11 -07:00
ExtensionChildDevToolsUtils.jsm
ExtensionCommon.jsm Bug 1370752: Part 3 - Use structured clone rather than JSON to sanitize storage values. r=aswan 2017-07-10 18:24:11 -07:00
ExtensionContent.jsm
ExtensionPageChild.jsm
ExtensionParent.jsm Bug 1381687: Follow-up: Fix bustage where theme code is touching raw schema JSON that it shouldn't be. 2017-07-19 22:28:09 -07:00
ExtensionPermissions.jsm
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
ExtensionPreferencesManager.jsm Bug 1380009 - Enable the ESLint no-return-await call to avoid unnecessary intermediate promise creation. r=mossop 2017-07-11 22:49:55 +01:00
extensions-toolkit.manifest
ExtensionSettingsStore.jsm Bug 1381297 - Store the installDate of an extension as a number in the extension-settings.json file, r=aswan 2017-07-20 09:02:36 -04:00
ExtensionStorage.jsm Bug 1370752: Part 3 - Use structured clone rather than JSON to sanitize storage values. r=aswan 2017-07-10 18:24:11 -07:00
ExtensionStorageSync.jsm Bug 1380009 - Enable the ESLint no-return-await call to avoid unnecessary intermediate promise creation. r=mossop 2017-07-11 22:49:55 +01:00
ExtensionTabs.jsm Bug 1333376 - Support reading the title and setting the title preface of a Window object, r=aswan 2017-07-05 16:53:10 -04:00
ExtensionTestCommon.jsm Backed out changeset 90ae2fcd089a (bug 1378727) for numerous xpcshell test failures on Windows, starting with test_ext_browsingData_downloads.js. 2017-07-12 22:23:42 -07:00
ExtensionUtils.jsm Bug 1364768: Part 4 - Switch to a compressed, binary flat file for startup cache. r=aswan 2017-07-10 22:51:28 -07:00
ExtensionXPCShellUtils.jsm Bug 1380186 test http redirects to moz-ext protocol, r=kmag 2017-07-27 13:34:54 -07:00
jar.mn Bug 1377523 - Part 1: add dummy.xul. r=smaug 2017-07-13 12:27:30 +08:00
LegacyExtensionsUtils.jsm Bug 1379721: Add separate AsyncShutdown blocker for embedded extension shutdown. r=rhelmer 2017-07-10 12:29:27 -07:00
MatchGlob.h
MatchPattern.cpp Bug 1271354 support moz-extension in webrequests, r=kmag 2017-07-06 13:08:31 -07:00
MatchPattern.h
MessageChannel.jsm Bug 1380290: Use correct message manager when communicating with inline options browsers. r=aswan 2017-07-12 17:41:12 -07:00
moz.build Backed out changeset 4ea831e6e7d1 (bug 1357490) for frequently failing toolkit/components/extensions/test/xpcshell/test_ext_privacy_update.js on Linux x64 asan. r=backout 2017-07-08 11:31:57 +02:00
mozIExtensionProcessScript.idl
NativeMessaging.jsm
ProxyScriptContext.jsm
Schemas.jsm merge mozilla-inbound to mozilla-central a=merge 2017-07-26 11:11:40 +02:00
WebExtensionContentScript.h
WebExtensionPolicy.cpp
WebExtensionPolicy.h