gecko-dev/toolkit/components/extensions
Kris Maglione bd83d82562 Bug 1486057: Skip uninitialized windows when injecting content scripts. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D4286

--HG--
extra : rebase_source : bb47e0f6462be249b636b72a55ddaa4c9d56028c
2018-08-25 14:00:03 -07: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 1485426 - Use createXULElement instead of createElement in XUL docs. r=bgrins 2018-08-25 00:16:27 +00:00
webrequest Bug 1476570 - allow proxy to work on restricted domains, r=aswan 2018-08-02 14:03:00 -03:00
.eslintrc.js Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8 2018-04-24 20:18:09 -07:00
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
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 1486057: Skip uninitialized windows when injecting content scripts. r=mixedpuppy 2018-08-25 14:00:03 -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
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 Bug 1471102: Move more code out of ExtensionUtils.jsm. r=aswan 2018-06-25 19:30:21 -07:00
ExtensionTestCommon.jsm Bug 1471102: Move more code out of ExtensionUtils.jsm. r=aswan 2018-06-25 19:30:21 -07:00
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
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 Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
MatchPattern.cpp Bug 1280370 - Remove unneeded DomainIsWildcard check r=mixedpuppy 2018-08-08 18:56:53 +02:00
MatchPattern.h Bug 1466168: Remove mozilla::Forward in favor of std::forward. r=froydnj 2018-06-02 09:33:26 +02:00
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 Bug 1471102: Move more code out of ExtensionUtils.jsm. r=aswan 2018-06-25 19:30:21 -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 Bug 1471102: Move more code out of ExtensionUtils.jsm. r=aswan 2018-06-25 19:30:21 -07:00
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
dummy.xul
ext-browser-content.js Bug 1449933 - Webextension popups that don't define a background-color can be hard to read. r=mixedpuppy 2018-03-30 15:29:31 -07:00
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
extensions-toolkit.manifest Backed out changeset 6af40fb76692 (bug 1372406) for Doc lint failure in builds/worker/checkouts/gecko/docs-out/html/main/_staging/python/mach.commands.rst on a CLOSED TREE 2018-03-28 07:26:10 +03:00
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
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