..
schemas
Bug 1412595 - Implement colors.bookmark_text as alias for colors.toolbar_text. r=jaws
2017-10-31 10:35:26 +00:00
test
Bug 1414512 - Refactor ext-theme.js to have per-theme Theme objects and global tracking variables. r=mixedpuppy
2017-11-07 17:22:56 +00:00
webrequest
Bug 1414549: Correctly handle GetDeliveryTarget failure. r=mixedpuppy
2017-11-05 19:22:38 -08:00
.eslintrc.js
Bug 1412778 - Enable ESLint rule no-cpows-in-tests across the whole tree. r=florian
2017-10-30 09:55:39 +00:00
Extension.jsm
Bug 1398762 Fix unparseable host permission warning r=mixedpuppy
2017-10-27 17:07:29 -07:00
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 1412893 - Change instances of using getService to Services.jsm where possible in toolkit/components - Part 1. r=mossop
2017-10-30 16:29:58 +00:00
ExtensionContent.jsm
Bug 1410415 - Set a sandboxName on the WebExtensions Content Script sandboxes. r=mixedpuppy
2017-10-20 15:35:29 +02: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
Backed out changeset 607922c730a1 (bug 1386018) for eslint bustage
2017-10-31 19:12:01 -07:00
ExtensionSettingsStore.jsm
Backed out changeset 607922c730a1 (bug 1386018) for eslint bustage
2017-10-31 19:12:01 -07: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 1414997 - Ensure extension storage sync initializes Kinto exactly once r=glasserc
2017-11-06 19:53:49 -05:00
ExtensionTestCommon.jsm
…
ExtensionUtils.jsm
Bug 1412893 - Change instances of using getService to Services.jsm where possible in toolkit/components - Part 1. r=mossop
2017-10-30 16:29:58 +00: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
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 1409152. Add an nsTArray::ContainsSorted method. r=froydnj
2017-10-17 15:39:59 -04:00
MessageChannel.jsm
Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop
2017-10-26 11:47:01 +01:00
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
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 1364942 - Allow WebExtensions to disable Web API notifications, r=mixedpuppy
2017-10-18 17: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 1394851 - downloads.download API should default to use Firefox's "Save As" pref r=kmag
2017-10-04 14:39:58 -07: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 1412893 - Change instances of using getService to Services.jsm where possible in toolkit/components - Part 1. r=mossop
2017-10-30 16:29:58 +00:00
ext-notifications.js
Add bug number to comment about implementing notifications.onClose.byUser support. (no bug) r=trivial DONTBUILD
2017-10-31 12:04:03 -07:00
ext-permissions.js
…
ext-privacy.js
Bug 1409045 Expose a websites.firstPartyIsolate pref that Web Extensions can toggle r=aswan
2017-10-16 15:58:21 -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 1414512 - Refactor ext-theme.js to have per-theme Theme objects and global tracking variables. r=mixedpuppy
2017-11-07 17:22:56 +00: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
Bug 1412893 - Change instances of using getService to Services.jsm where possible in toolkit/components - Part 1. r=mossop
2017-10-30 16:29:58 +00:00
extensions-toolkit.manifest
Bug 1386427 - Part 3: Add `storage` and `pkcs11` NativeManifest types r=kmag
2017-09-16 05:30:13 +02: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
moz.build
Bug 1386427 - Part 2: Extract HostManifestManager to NativeManifests.jsm r=kmag
2017-09-15 20:14:56 +02:00
mozIExtensionProcessScript.idl
…