fune/toolkit/components/extensions
2017-10-12 19:23:16 -07:00
..
schemas Merge m-c to inbound, a=merge 2017-10-03 14:54:08 -07:00
test Bug 1407056: Part 3 - Test that CSP overrides apply correctly based on triggering principals. r=bz 2017-10-12 15:44:32 -07:00
webrequest Bug 1380255 P3 Disable channel thread retargeting when webrequest is tracing the channel. r=kmag 2017-10-12 19:23:16 -07:00
.eslintrc.js Bug 1395890 - Change all ESLint rules that are warnings to errors. r=standard8 2017-09-18 19:07:17 +01:00
dummy.xul
ext-alarms.js
ext-backgroundPage.js
ext-browser-content.js Bug 1392210: Follow-up: Fix missing Services.jsm import. r=trivial 2017-09-08 17:26:37 -07:00
ext-browserSettings.js Bug 1364972 - Allow WebExtensions to disable animated images, r=mixedpuppy 2017-09-06 16:46:38 -04:00
ext-c-backgroundPage.js
ext-c-extension.js
ext-c-identity.js Bug 1399070 move launchWebAuthFlow to parent to fix opening auth window when remote, r=zombie 2017-09-14 09:18:27 -07:00
ext-c-runtime.js
ext-c-storage.js Bug 1386427 - Part 4: Implement basic storage.managed functionality r=kmag 2017-09-16 19:42:40 +02: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 1255894: Part 7 - Expose response stream filtering via the webRequest API. r=mixedpuppy 2017-09-02 13:37:31 -07:00
ext-c-webRequest.js Bug 1398974: Follow-up: Disconnect StreamFilters when closing extension context. r=me 2017-09-12 18:55:24 -07:00
ext-clipboard.js Bug 1356543 - Add clipboard.setImageData API r=mixedpuppy 2017-09-04 21:43:06 +02:00
ext-contextualIdentities.js Bug 1403243 - Fix typo in identity exceptions. r=kmag 2017-09-26 17:50:42 +01:00
ext-cookies.js Bug 1398630: Follow-up: Fix another typo. r=me 2017-09-11 17:03:20 -07:00
ext-downloads.js Bug 1402279 - Part 2 - Unify the usage of the DownloadPaths module. r=mak,aswan 2017-09-27 12:13:07 +01:00
ext-extension.js
ext-i18n.js
ext-identity.js Bug 1399070 move launchWebAuthFlow to parent to fix opening auth window when remote, r=zombie 2017-09-14 09:18:27 -07:00
ext-idle.js
ext-management.js Bug 1403721 - Limit management.get to allowed addon types. r=mixedpuppy 2017-10-04 16:06:27 +02:00
ext-notifications.js
ext-permissions.js
ext-privacy.js Bug 1397611 Expose a websites.resistFingerprinting pref that Web Extensions can toggle r=aswan,bsilverberg 2017-09-07 00:58:54 -05:00
ext-protocolHandlers.js
ext-proxy.js
ext-runtime.js Bug 1398630: Part 6 - Avoid some avoidable uses of nsIURI. r=zombie 2017-09-10 15:36:57 -07:00
ext-storage.js Bug 1386427 - Part 4: Implement basic storage.managed functionality r=kmag 2017-09-16 19:42:40 +02:00
ext-tabs-base.js Bug 1381992 - Add some reader mode support to the tabs API, r=mixedpuppy 2017-09-08 17:00:27 -04:00
ext-theme.js Bug 1401691 - Accept windowId parameter for browser.theme.reset(). r=jaws 2017-09-29 16:47:48 +01:00
ext-toolkit.js Bug 1398630: Part 6 - Avoid some avoidable uses of nsIURI. r=zombie 2017-09-10 15:36:57 -07:00
ext-toolkit.json Bug 1356543 - Add clipboard.setImageData API r=mixedpuppy 2017-09-04 21:43:06 +02:00
ext-topSites.js
ext-webNavigation.js Bug 1404172: Remove MatchPattern.jsm. r=aswan 2017-09-28 18:27:44 -07:00
ext-webRequest.js Bug 1402944: Part 5 - Move request filtering and permission matching into ChannelWrapper. r=mixedpuppy,ehsan 2017-09-27 18:15:12 -07:00
extension-process-script.js Backed out changeset d828e2c01a60 (bug 1402066) for frequently failing modified xpcshell test toolkit/components/extensions/test/xpcshell/test_ext_redirects.js on Android 4.3 debug. r=backout 2017-09-26 11:38:33 +02:00
Extension.jsm Bug 1346722 - Display permissions in alphabetical order. r=aswan 2017-10-06 21:58:13 +05:30
ExtensionChild.jsm Bug 1402944: Part 11 - Use number rather than string value for getUniqueId(). r=mixedpuppy 2017-09-25 15:00:17 -07:00
ExtensionChildDevToolsUtils.jsm
ExtensionCommon.jsm Bug 1398974: Follow-up: Disconnect StreamFilters when closing extension context. r=me 2017-09-12 18:55:24 -07:00
ExtensionContent.jsm Bug 1403369: Correctly handle content-side errors in tabs.executeScript(). r=zombie 2017-09-26 15:33:11 -07:00
ExtensionPageChild.jsm Bug 1398630: Part 3 - Use document.docShell rather than longer/slower XPC paths. r=zombie 2017-09-11 14:53:20 -07:00
ExtensionParent.jsm Bug 1404568 - Improve webext browser_action icon fallbacks. r=mixedpuppy 2017-10-08 13:23:33 +01:00
ExtensionPermissions.jsm Bug 1398630: Part 1 - Remove/cleanup some old ExtensionUtils helpers. r=zombie 2017-09-10 15:39:28 -07:00
ExtensionPolicyService.cpp Bug 1393150 prevent remote extensions when e10s is off, r=bz,kmag 2017-09-14 15:12:45 -07:00
ExtensionPolicyService.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
ExtensionPreferencesManager.jsm Bug 1354344 - Show extension controlling home page in preferences r=bsilverberg,jaws 2017-09-07 11:35:06 -05:00
extensions-toolkit.manifest Bug 1386427 - Part 3: Add storage and pkcs11 NativeManifest types r=kmag 2017-09-16 05:30:13 +02:00
ExtensionSettingsStore.jsm Bug 1354344 - Show extension controlling home page in preferences r=bsilverberg,jaws 2017-09-07 11:35:06 -05:00
ExtensionStorage.jsm Bug 1386427 - Part 4: Implement basic storage.managed functionality r=kmag 2017-09-16 19:42:40 +02:00
ExtensionStorageSync.jsm Bug 1400467 - Make WeaveCrypto use promises instead of spinning event loops r=eoger,markh 2017-09-15 19:21:31 -07:00
ExtensionTestCommon.jsm
ExtensionUtils.jsm Bug 1402944: Part 11 - Use number rather than string value for getUniqueId(). r=mixedpuppy 2017-09-25 15:00:17 -07:00
ExtensionXPCShellUtils.jsm Bug 1402066: Part 2 - Enable permissions tests in OOP mode. r=aswan 2017-09-25 21:05:00 -07:00
FindContent.jsm Bug 1406912 - Fix _serializeRangeData does not handle ranges found in same node properly. r=mixedpuppy 2017-10-09 12:42:00 -04:00
jar.mn Bug 1399070 move launchWebAuthFlow to parent to fix opening auth window when remote, r=zombie 2017-09-14 09:18:27 -07:00
LegacyExtensionsUtils.jsm
MatchGlob.h
MatchPattern.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
MatchPattern.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
MessageChannel.jsm Bug 1404652: Part 2 - Coalesce multiple event dispatches into a single message during an idle slice. r=zombie 2017-09-28 20:14:17 -07:00
moz.build Bug 1386427 - Part 2: Extract HostManifestManager to NativeManifests.jsm r=kmag 2017-09-15 20:14:56 +02:00
mozIExtensionProcessScript.idl
NativeManifests.jsm Bug 1386427 - Part 3: Add storage and pkcs11 NativeManifest types r=kmag 2017-09-16 05:30:13 +02:00
NativeMessaging.jsm Bug 1386427 - Part 3: Add storage and pkcs11 NativeManifest types r=kmag 2017-09-16 05:30:13 +02:00
ProxyScriptContext.jsm Bug 1401511 - Don't mutate return value of FindProxyForURL r=mixedpuppy 2017-09-20 14:47:15 +02:00
Schemas.jsm Backed out changeset d828e2c01a60 (bug 1402066) for frequently failing modified xpcshell test toolkit/components/extensions/test/xpcshell/test_ext_redirects.js on Android 4.3 debug. r=backout 2017-09-26 11:38:33 +02:00
WebExtensionContentScript.h
WebExtensionPolicy.cpp Bug 1393150 prevent remote extensions when e10s is off, r=bz,kmag 2017-09-14 15:12:45 -07:00
WebExtensionPolicy.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00