fune/toolkit/components/extensions
2024-05-19 18:51:06 +00:00
..
child Bug 1889897 - Implement asyncBlocking support for webRequest.onAuthRequired. r=robwu 2024-05-14 10:37:20 +00:00
docs Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
parent Bug 1874406 - Refactor, optimize and cleanup event page idle management r=robwu 2024-05-19 18:51:06 +00:00
schemas Bug 1766026 - Add support for mv3 optional_host_permissions r=robwu 2024-05-18 02:02:57 +00:00
storage Bug 1889231 - Remove redundant import from webext_storage_bridge. r=markh 2024-04-03 23:54:51 +00:00
test Bug 1874406 - Refactor, optimize and cleanup event page idle management r=robwu 2024-05-19 18:51:06 +00:00
types Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
webidl-api Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
webrequest Bug 1889897 - Implement asyncBlocking support for webRequest.onAuthRequired. r=robwu 2024-05-14 10:37:20 +00:00
.eslintrc.js Bug 1864896: Enable unused argument lint rule. r=Standard8,perftest-reviewers,geckoview-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,nchevobbe,robwu,sparky,issammani,sgalich,owlish,migration-reviewers,mconley 2024-03-21 08:50:00 +00:00
components.conf
ConduitsChild.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ConduitsParent.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
DocumentObserver.h
dummy.xhtml
ext-browser-content.js
ext-toolkit.json
Extension.sys.mjs Bug 1766026 - Add support for mv3 optional_host_permissions r=robwu 2024-05-18 02:02:57 +00:00
ExtensionActions.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionActivityLog.sys.mjs
ExtensionChild.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionChildDevToolsUtils.sys.mjs
ExtensionCommon.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionContent.sys.mjs Bug 1892775 - Avoid unnecessary await cssPromise r=willdurand 2024-04-22 21:44:58 +00:00
ExtensionDNR.sys.mjs Bug 1810762 - [DNR] Add support for the updateStaticRules and getDisabledRuleIds API methods. r=robwu 2024-05-15 11:23:32 +00:00
ExtensionDNRLimits.sys.mjs Bug 1803370 - Bump MAX_NUMBER_OF_STATIC_RULESETS from 50 to 100. r=rpl 2024-04-16 14:45:39 +00:00
ExtensionDNRStore.sys.mjs Bug 1886608 - Accept DNR rules with unrecognized keys. r=robwu 2024-05-17 10:16:53 +00:00
ExtensionPageChild.sys.mjs Bug 1880162 - Decouple ExtensionChild namespace, rename BrowserExtensionContent, r=robwu 2024-04-06 09:47:03 +00:00
ExtensionParent.sys.mjs Bug 1874406 - Refactor, optimize and cleanup event page idle management r=robwu 2024-05-19 18:51:06 +00:00
ExtensionPermissionMessages.sys.mjs
ExtensionPermissions.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionPolicyService.cpp Bug 1884496 - Switch extension files to use do_importESModule for importing sys.mjs files directly. r=arai,extension-reviewers,robwu 2024-03-11 11:31:30 +00:00
ExtensionPolicyService.h
ExtensionPreferencesManager.sys.mjs
ExtensionProcessScript.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
extensionProcessScriptLoader.js
extensions-toolkit.manifest
ExtensionsChild.cpp
ExtensionsChild.h
ExtensionScriptingStore.sys.mjs Bug 1853411 - Add matchOriginAsFallback to scripting.RegisteredContentScript r=willdurand 2024-05-13 17:06:51 +00:00
ExtensionSettingsStore.sys.mjs
ExtensionShortcuts.sys.mjs Bug 1892965 - Rename SidebarUI and SidebarLauncher r=sidebar-reviewers,places-reviewers,nsharpley 2024-05-03 15:20:15 +00:00
ExtensionsParent.cpp Bug 1884496 - Switch extension files to use do_importESModule for importing sys.mjs files directly. r=arai,extension-reviewers,robwu 2024-03-11 11:31:30 +00:00
ExtensionsParent.h
ExtensionStorage.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionStorageIDB.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionStorageSync.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionStorageSyncKinto.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionTelemetry.sys.mjs Bug 1892156 - Remove histograms and glean timing distribution related to the legacy storage.local JSONFile backend. r=willdurand 2024-05-02 18:14:29 +00:00
ExtensionTestCommon.sys.mjs Bug 1826390 - Make sure that post-uninstall cleanup runs for generated extensions in mochitests r=zombie 2024-04-17 11:55:40 +00:00
ExtensionUtils.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionWorkerChild.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
ExtensionXPCShellUtils.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
extIWebNavigation.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
FindContent.sys.mjs
jar.mn
MatchGlob.h
MatchPattern.cpp Bug 1475831 - Drop redundant check in URLInfo::InheritsPrincipal r=rpl 2024-05-13 17:06:50 +00:00
MatchPattern.h Bug 1411641 - Support content scripts on sandboxed http(s)/file:-URLs r=rpl 2024-05-13 17:06:49 +00:00
MatchURLFilters.sys.mjs
MessageChannel.sys.mjs Bug 1864896: Remove jsdoc params for removed arguments (webextensions). r=extension-reviewers,zombie 2024-03-05 14:21:14 +00:00
MessageManagerProxy.sys.mjs Bug 1864896: Autofix unused function arguments (webextensions). r=extension-reviewers,zombie 2024-03-05 14:21:14 +00:00
metrics.yaml Bug 1892156 - Remove histograms and glean timing distribution related to the legacy storage.local JSONFile backend. r=willdurand 2024-05-02 18:14:29 +00:00
moz.build
mozIExtensionAPIRequestHandling.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
mozIExtensionProcessScript.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
NativeManifests.sys.mjs
NativeMessaging.sys.mjs
PExtensions.ipdl
ProxyChannelFilter.sys.mjs Bug 1884623 - Update more jsm references in production code and docs in toolkit/. r=mossop,extension-reviewers,desktop-theme-reviewers,application-update-reviewers,credential-management-reviewers,places-reviewers,reusable-components-reviewers,translations-reviewers,omc-reviewers,robwu,Dexter,mconley,aminomancer,emilio,bytesized,sgalich,hjones 2024-03-14 17:42:29 +00:00
Schemas.sys.mjs Bug 1886608 - Accept DNR rules with unrecognized keys. r=robwu 2024-05-17 10:16:53 +00:00
tsconfig.json Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00
WebExtensionContentScript.h Bug 1475831 - Add match_origin_as_fallback support r=rpl 2024-05-13 17:06:51 +00:00
WebExtensionPolicy.cpp Bug 1475831 - Add match_origin_as_fallback support r=rpl 2024-05-13 17:06:51 +00:00
WebExtensionPolicy.h
WebNavigation.sys.mjs Bug 1742889 - Rewrite consumers of whereToOpenLink to use BrowserUtils.whereToOpenLink. r=Gijs,search-reviewers,places-reviewers,firefox-desktop-core-reviewers ,home-newtab-reviewers,reusable-components-reviewers,hjones,nbarrett 2024-05-08 14:33:17 +00:00
WebNavigationFrames.sys.mjs Bug 1880162 - Update types and fix issues from introducing gecko typelibs, r=robwu 2024-04-06 19:10:42 +00:00