| .. |
|
child
|
Bug 1745760 - Implement DNR regexFilter and regexSubstitution r=rpl
|
2023-03-08 15:21:44 +00:00 |
|
docs
|
no bug - fx doc: fix links on WebExtensions doc page r=sylvestre DONTBUILD
|
2023-03-16 15:30:46 +00:00 |
|
parent
|
Bug 1821051 - Enforce rule limit for session rules r=rpl
|
2023-03-19 17:57:08 +00:00 |
|
schemas
|
Bug 1745767 - Implement DNR isRegexSupported r=rpl
|
2023-03-08 15:21:45 +00:00 |
|
storage
|
Bug 1806306 - Convert AsyncShutdown imports to direct ES imports. r=mak,webdriver-reviewers,application-update-reviewers,bytesized
|
2022-12-23 12:37:06 +00:00 |
|
test
|
Bug 1823278 - Update consumers of toolkit/components/utils to import ES modules directly. r=Standard8
|
2023-03-22 02:02:51 +00:00 |
|
webidl-api
|
Bug 1823347 - Make toolkit/components/extensions/webidl-api buildable outside of a unified build environment r=andi
|
2023-03-21 10:47:31 +00:00 |
|
webrequest
|
Bug 1823348 - Make toolkit/components/extensions/webrequest buildable outside of a unified build environment r=andi
|
2023-03-21 10:47:31 +00:00 |
|
.eslintrc.js
|
|
|
|
components.conf
|
|
|
|
ConduitsChild.jsm
|
|
|
|
ConduitsParent.jsm
|
|
|
|
DocumentObserver.h
|
|
|
|
dummy.xhtml
|
|
|
|
ext-browser-content.js
|
Bug 1718082 - move isAppTab from docshell to browsing context, r=nika,rpl
|
2023-03-13 17:32:07 +00:00 |
|
ext-toolkit.json
|
|
|
|
Extension.jsm
|
Bug 1805526 - Fix granted_host_permissions to actually grant and keep Origin Controls r=robwu
|
2023-03-16 23:42:31 +00:00 |
|
ExtensionActions.jsm
|
Bug 1813108 - Add support for pinning to ExtensionSettings policy. r=willdurand
|
2023-03-16 15:57:14 +00:00 |
|
ExtensionActivityLog.jsm
|
|
|
|
ExtensionChild.jsm
|
|
|
|
ExtensionChildDevToolsUtils.jsm
|
|
|
|
ExtensionCommon.jsm
|
Bug 1820667 - Add checkLoadURI helper for extensions r=rpl
|
2023-03-08 15:21:44 +00:00 |
|
ExtensionContent.jsm
|
Bug 1821928 - Convert toolkit/components/translation to ES modules. r=Standard8,extension-reviewers,robwu
|
2023-03-14 21:16:46 +00:00 |
|
ExtensionDNR.sys.mjs
|
Bug 1821051 - Enforce quota for regexFilter rules r=rpl
|
2023-03-19 17:57:08 +00:00 |
|
ExtensionDNRLimits.sys.mjs
|
Bug 1745760 - Implement DNR regexFilter and regexSubstitution r=rpl
|
2023-03-08 15:21:44 +00:00 |
|
ExtensionDNRStore.sys.mjs
|
Bug 1823390 - Replace extension.readJSON with fetch to reduce perf impact of loading the DNR ruleset. r=robwu
|
2023-03-20 13:46:14 +00:00 |
|
ExtensionPageChild.jsm
|
Bug 1718082 - move isAppTab from docshell to browsing context, r=nika,rpl
|
2023-03-13 17:32:07 +00:00 |
|
ExtensionParent.jsm
|
Bug 1718082 - move isAppTab from docshell to browsing context, r=nika,rpl
|
2023-03-13 17:32:07 +00:00 |
|
ExtensionPermissions.jsm
|
Bug 1821621 - Convert toolkit/components/kvstore to ES modules r=Standard8,extension-reviewers,robwu
|
2023-03-17 08:10:33 +00:00 |
|
ExtensionPolicyService.cpp
|
|
|
|
ExtensionPolicyService.h
|
|
|
|
ExtensionPreferencesManager.jsm
|
|
|
|
ExtensionProcessScript.jsm
|
Bug 1811443 - Support optional background.type "module" for WebExtensions Event Page scripts. r=willdurand,robwu
|
2023-02-16 13:56:18 +00:00 |
|
extensionProcessScriptLoader.js
|
|
|
|
extensions-toolkit.manifest
|
|
|
|
ExtensionsChild.cpp
|
Bug 1812680 - Implement nsIObserver for contract ID '@mozilla.org/extensions/child;1' r=extension-reviewers,robwu
|
2023-02-24 21:16:19 +00:00 |
|
ExtensionsChild.h
|
Bug 1812680 - Implement nsIObserver for contract ID '@mozilla.org/extensions/child;1' r=extension-reviewers,robwu
|
2023-02-24 21:16:19 +00:00 |
|
ExtensionScriptingStore.jsm
|
Bug 1821621 - Convert toolkit/components/kvstore to ES modules r=Standard8,extension-reviewers,robwu
|
2023-03-17 08:10:33 +00:00 |
|
ExtensionSettingsStore.jsm
|
|
|
|
ExtensionShortcuts.jsm
|
|
|
|
ExtensionsParent.cpp
|
|
|
|
ExtensionsParent.h
|
|
|
|
ExtensionStorage.jsm
|
Backed out changeset 4e2a9894fb4c (bug 1772932) for causing bc failures on browser_addon_list_reordering.js. CLOSED TREE
|
2023-02-25 08:57:55 +02:00 |
|
ExtensionStorageIDB.jsm
|
Backed out changeset 4e2a9894fb4c (bug 1772932) for causing bc failures on browser_addon_list_reordering.js. CLOSED TREE
|
2023-02-25 08:57:55 +02:00 |
|
ExtensionStorageSync.jsm
|
|
|
|
ExtensionStorageSyncKinto.jsm
|
Bug 1819019 - Update consumers of services/common to import ES modules directly. r=markh,webdriver-reviewers,extension-reviewers,jdescottes
|
2023-02-28 10:11:55 +00:00 |
|
ExtensionTelemetry.jsm
|
|
|
|
ExtensionTestCommon.jsm
|
Bug 1819176 - Set default extension.startupReason for our tests, r=rpl
|
2023-03-15 12:18:25 +00:00 |
|
ExtensionUtils.jsm
|
|
|
|
ExtensionWorkerChild.jsm
|
|
|
|
ExtensionXPCShellUtils.jsm
|
|
|
|
extIWebNavigation.idl
|
Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich
|
2022-12-28 09:52:44 +00:00 |
|
FindContent.jsm
|
|
|
|
jar.mn
|
Bug 1809721 - Expose DNR limits as api namespace properties. r=robwu
|
2023-01-18 22:00:38 +00:00 |
|
MatchGlob.h
|
|
|
|
MatchPattern.cpp
|
|
|
|
MatchPattern.h
|
|
|
|
MatchURLFilters.jsm
|
|
|
|
MessageChannel.jsm
|
|
|
|
MessageManagerProxy.jsm
|
|
|
|
metrics.yaml
|
|
|
|
moz.build
|
Bug 1809721 - Expose DNR limits as api namespace properties. r=robwu
|
2023-01-18 22:00:38 +00:00 |
|
mozIExtensionAPIRequestHandling.idl
|
Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich
|
2022-12-28 09:52:44 +00:00 |
|
mozIExtensionProcessScript.idl
|
|
|
|
NativeManifests.jsm
|
Backed out changeset 4e2a9894fb4c (bug 1772932) for causing bc failures on browser_addon_list_reordering.js. CLOSED TREE
|
2023-02-25 08:57:55 +02:00 |
|
NativeMessaging.jsm
|
Backed out changeset 4e2a9894fb4c (bug 1772932) for causing bc failures on browser_addon_list_reordering.js. CLOSED TREE
|
2023-02-25 08:57:55 +02:00 |
|
PerformanceCounters.jsm
|
|
|
|
PExtensions.ipdl
|
Bug 1814686 - Part 1b: Add nullable annotations to refcounted types in ipdl, r=ipc-reviewers,mccr8
|
2023-03-20 15:40:37 +00:00 |
|
ProxyChannelFilter.jsm
|
|
|
|
Schemas.jsm
|
Bug 1748313 - Account for nested WebExtensions APINamespace to support parameter validation request originated from ExtensionSettings. r=willdurand
|
2023-02-01 19:36:11 +00:00 |
|
WebExtensionContentScript.h
|
|
|
|
WebExtensionPolicy.cpp
|
Bug 1811443 - Support optional background.type "module" for WebExtensions Event Page scripts. r=willdurand,robwu
|
2023-02-16 13:56:18 +00:00 |
|
WebExtensionPolicy.h
|
Bug 1811443 - Support optional background.type "module" for WebExtensions Event Page scripts. r=willdurand,robwu
|
2023-02-16 13:56:18 +00:00 |
|
WebNavigation.jsm
|
|
|
|
WebNavigationFrames.jsm
|
|
|