..
child
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
2019-07-10 12:03:37 +00:00
docs
Bug 1451212 remove backward compat code in EventManager class r=robwu
2019-07-25 19:33:29 +00:00
parent
Bug 1562844 - GeckoView webextensions tabs and webnavigation listeners support r=robwu,rpl,snorp
2019-08-13 18:59:55 +00:00
schemas
Bug 1542403 Add privileged activity logging api r=rpl,zombie
2019-08-16 23:00:56 +00:00
test
Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop
2019-08-19 07:11:56 +00:00
webrequest
Bug 1547140 add classification data to webRequest API r=zombie,kmag,Fallen
2019-08-14 16:10:51 +00:00
.eslintrc.js
Bug 1558517 - Pre 3.0: Remove conflicting eslint rules, and turn on "curly: all" everywhere, r=standard8
2019-06-28 17:14:01 +02:00
DocumentObserver.h
…
Extension.jsm
Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop
2019-08-19 07:11:56 +00:00
ExtensionActivityLog.jsm
Bug 1542403 Add extension activity logging facility r=rpl,zombie
2019-08-16 23:57:30 +00:00
ExtensionChild.jsm
Bug 1542403 Add extension activity logging facility r=rpl,zombie
2019-08-16 23:57:30 +00:00
ExtensionChildDevToolsUtils.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionCommon.jsm
Bug 1542403 Add extension activity logging facility r=rpl,zombie
2019-08-16 23:57:30 +00:00
ExtensionContent.jsm
Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop
2019-08-19 07:11:56 +00:00
ExtensionPageChild.jsm
Bug 1542403 Add extension activity logging facility r=rpl,zombie
2019-08-16 23:57:30 +00:00
ExtensionParent.jsm
Bug 1542403 Add extension activity logging facility r=rpl,zombie
2019-08-16 23:57:30 +00:00
ExtensionPermissions.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionPolicyService.cpp
Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika
2019-07-26 16:48:31 +00:00
ExtensionPolicyService.h
…
ExtensionPreferencesManager.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionProcessScript.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionSettingsStore.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionShortcuts.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionStorage.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionStorageIDB.jsm
Bug 1555491 - Normalize errors raised from the storage.local IndexedDB backend. r=kmag,ttung
2019-07-09 16:01:23 +00:00
ExtensionStorageSync.jsm
Bug 1541496 - Ensure storage.sync does sync the data for previously synced extensions without an active extension context. r=glasserc
2019-07-11 14:30:20 +00:00
ExtensionTelemetry.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionTestCommon.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionUtils.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ExtensionXPCShellUtils.jsm
Bug 1568013 set initial value of REMOTE_CONTENT_SCRIPTS to the autostart pref r=zombie
2019-07-24 18:44:31 +00:00
FindContent.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
MatchGlob.h
…
MatchPattern.cpp
Bug 1565688. Remove unused IOService arg from NS_NewURI. r=mayhemer
2019-07-15 13:39:51 +00:00
MatchPattern.h
…
MatchURLFilters.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
MessageChannel.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
MessageManagerProxy.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
NativeManifests.jsm
Bug 1289821 - Add logging to _winLookup if host manifest is missing r=zombie
2019-07-09 16:58:16 +00:00
NativeMessaging.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
PerformanceCounters.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
ProfilerGetSymbols-worker.js
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
2019-07-10 12:03:37 +00:00
ProfilerGetSymbols.jsm
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
2019-07-10 12:03:37 +00:00
ProxyScriptContext.jsm
Bug 1542403 Add extension activity logging facility r=rpl,zombie
2019-08-16 23:57:30 +00:00
Schemas.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
WebExtensionContentScript.h
Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb
2019-07-08 16:37:45 +00:00
WebExtensionPolicy.cpp
Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika
2019-07-26 16:48:31 +00:00
WebExtensionPolicy.h
…
WebNavigation.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
WebNavigationContent.js
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
2019-07-10 12:03:37 +00:00
WebNavigationFrames.jsm
Bug 1561435 - Format toolkit/components/, a=automatic-formatting
2019-07-05 11:14:05 +02:00
dummy.xul
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
2019-07-10 12:03:37 +00:00
ext-browser-content.js
Bug 1566833 - Update to use ReferrerInfo in nsIWebBrowserChrome3 r=Gijs,snorp
2019-07-29 10:13:45 +00:00
ext-toolkit.json
Bug 1542403 Add privileged activity logging api r=rpl,zombie
2019-08-16 23:00:56 +00:00
extensions-toolkit.manifest
…
jar.mn
Bug 1542403 Add privileged activity logging api r=rpl,zombie
2019-08-16 23:00:56 +00:00
moz.build
Bug 1542403 Add extension activity logging facility r=rpl,zombie
2019-08-16 23:57:30 +00:00
mozIExtensionProcessScript.idl
…
profiler_get_symbols.js
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
2019-07-10 12:03:37 +00:00