fune/toolkit/components/extensions
Tim Nguyen d0b7351fd9 Bug 1486018 - Make additional_backgrounds_alignment default to right top. r=dao
--HG--
extra : rebase_source : a96efbc387cca4b424aaa5116f3548a69e9de046
2018-08-24 21:03:11 +01:00
..
child Bug 1477015 - Select storage.local backend on startup when the extension is not migrating its data. r=aswan,mixedpuppy 2018-07-26 13:53:22 +02:00
docs Bug 1477866 Fix documentation typo r=me 2018-07-30 22:23:04 -07:00
parent Bug 1484496: Part 5b - Convert toolkit/ nsISimpleEnumerator users to use JS iteration. r=Gijs 2018-08-18 19:27:50 -07:00
schemas Backed out changeset ffe0fc382b2f (bug 1369209) for bc failures on browser_ext_management.js. CLOSED TREE 2018-08-23 02:28:19 +03:00
test Bug 1486018 - Make additional_backgrounds_alignment default to right top. r=dao 2018-08-24 21:03:11 +01:00
webrequest Bug 1476570 - allow proxy to work on restricted domains, r=aswan 2018-08-02 14:03:00 -03:00
.eslintrc.js
DocumentObserver.h Bug 1472491: Part 2b - Add MozDocumentObserver class to notify on new pattern-matched documents. r=zombie 2018-07-31 21:50:34 -07:00
dummy.xul
ext-browser-content.js
ext-toolkit.json Backed out changeset 3dc7979622c3 (bug 1280234) for xpcshell failures e.g. test_ext_contentscript_restrictSchemes.js. CLOSED TREE 2018-08-11 05:17:02 +03:00
extension-process-script.js Bug 1484373: Part 12 - Use policy object rather than keeping serialized extension data alive. r=mixedpuppy 2018-08-18 00:10:53 -07:00
Extension.jsm Bug 1484373: Part 12 - Use policy object rather than keeping serialized extension data alive. r=mixedpuppy 2018-08-18 00:10:53 -07:00
ExtensionChild.jsm Bug 1484373: Part 12 - Use policy object rather than keeping serialized extension data alive. r=mixedpuppy 2018-08-18 00:10:53 -07:00
ExtensionChildDevToolsUtils.jsm Backed out 4 changesets (bug 1478308) for ESlint failure on AttributionCode.jsm. CLOSED TREE 2018-07-26 11:13:28 +03:00
ExtensionCommon.jsm Bug 1474440 - Implement support for the 'onHighlighted' API for multiselect tabs r=mixedpuppy 2018-07-28 13:15:55 +02:00
ExtensionContent.jsm Bug 1484496: Part 5b - Convert toolkit/ nsISimpleEnumerator users to use JS iteration. r=Gijs 2018-08-18 19:27:50 -07:00
ExtensionPageChild.jsm Bug 1479569 part 2. Use the new messageManager getter on docshell. r=kmag 2018-08-02 23:49:09 -04:00
ExtensionParent.jsm Bug 1480244: Part 5 - Run most framescripts in shared scope. r=mconley 2018-08-10 13:58:18 -07:00
ExtensionPermissions.jsm
ExtensionPolicyService.cpp Bug 1484373: Follow-up: Fix null deref. r=bustage CLOSED TREE 2018-08-23 16:05:55 -07:00
ExtensionPolicyService.h Bug 1484373: Part 4 - Move more content script injection logic into policy service. r=mixedpuppy 2018-08-17 22:09:23 -07:00
ExtensionPreferencesManager.jsm Backed out 4 changesets (bug 1478308) for ESlint failure on AttributionCode.jsm. CLOSED TREE 2018-07-26 11:13:28 +03:00
extensions-toolkit.manifest
ExtensionSettingsStore.jsm Backed out 4 changesets (bug 1478308) for ESlint failure on AttributionCode.jsm. CLOSED TREE 2018-07-26 11:13:28 +03:00
ExtensionStorage.jsm Bug 1475306 - Changes to the detection of extensions already migrated to ExtensionStorageIDB and rename successfully migrated JSONFile. r=mixedpuppy 2018-07-06 19:07:28 +02:00
ExtensionStorageIDB.jsm Bug 1481607 - Fix ExtensionStorageIDB storage.local.get when called with a string param. r=aswan 2018-08-08 16:56:47 +00:00
ExtensionStorageSync.jsm
ExtensionTestCommon.jsm
ExtensionUtils.jsm Bug 1476145 part 6. Stop using getInterface(nsIDOMWindowUtils) in toolkit. r=mossop 2018-07-24 19:47:42 -04:00
ExtensionXPCShellUtils.jsm Bug 1484326 - Load customElements.js even for windowless browsers in xpcshell tests;r=kmag 2018-08-20 16:22:47 +00:00
FindContent.jsm
jar.mn Backed out changeset 3dc7979622c3 (bug 1280234) for xpcshell failures e.g. test_ext_contentscript_restrictSchemes.js. CLOSED TREE 2018-08-11 05:17:02 +03:00
LegacyExtensionsUtils.jsm Backed out 4 changesets (bug 1478308) for ESlint failure on AttributionCode.jsm. CLOSED TREE 2018-07-26 11:13:28 +03:00
MatchGlob.h
MatchPattern.cpp Bug 1280370 - Remove unneeded DomainIsWildcard check r=mixedpuppy 2018-08-08 18:56:53 +02:00
MatchPattern.h
MessageChannel.jsm Bug 1479569 part 2. Use the new messageManager getter on docshell. r=kmag 2018-08-02 23:49:09 -04:00
MessageManagerProxy.jsm
moz.build Bug 1472491: Part 2b - Add MozDocumentObserver class to notify on new pattern-matched documents. r=zombie 2018-07-31 21:50:34 -07:00
mozIExtensionProcessScript.idl Bug 1484373: Part 9 - Move more extension page matching logic into policy service. r=mixedpuppy 2018-08-17 22:30:17 -07:00
NativeManifests.jsm
NativeMessaging.jsm Bug 1481225: Avoid confusing console spam on native app shutdown. r=aswan 2018-08-16 11:13:36 -07:00
ProxyScriptContext.jsm
Schemas.jsm Bug 1325814 - Add extension API to find menu target r=mixedpuppy 2018-08-04 18:09:49 +02:00
WebExtensionContentScript.h Bug 1484373: Part 6 - Minimize the amount of JS processing required to init extension policies. r=mixedpuppy 2018-08-17 21:14:10 -07:00
WebExtensionPolicy.cpp Bug 1484373: Follow-up: Fix stupid typo. r=bustage 2018-08-24 19:22:54 -07:00
WebExtensionPolicy.h Bug 1484373: Part 4 - Move more content script injection logic into policy service. r=mixedpuppy 2018-08-17 22:09:23 -07:00