gecko-dev/toolkit/components/extensions
Narcis Beleuzu 77795dbade Backed out changeset ffe0fc382b2f (bug 1369209) for bc failures on browser_ext_management.js. CLOSED TREE 2018-08-23 02:28:19 +03: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 Backed out changeset ffe0fc382b2f (bug 1369209) for bc failures on browser_ext_management.js. CLOSED TREE 2018-08-23 02:28:19 +03: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 1443561 - Part 0: Workaround bug 1482157, set -moz-appearance:toolbox on #navigator-toolbox::after. r=dao 2018-08-17 10:22:42 +01: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 1480948 - Defer or await storage.local data migration on extension shutdown. r=aswan 2018-08-04 17:00:41 +02:00
ExtensionChild.jsm Bug 1325814 - Remove unnecessary schemas/menus_internal.json r=mixedpuppy 2018-08-03 11:09:38 +02: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 Backed out 2 changesets (bug 1463016, bug 1463291) for geckoview failures 2018-07-29 03:55:23 +03: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 1472491: Follow-up: Add missing CC trace for document observer hashtable. r=me 2018-08-14 12:05:11 -07:00
ExtensionPolicyService.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
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 1472491: Part 2b - Add MozDocumentObserver class to notify on new pattern-matched documents. r=zombie 2018-07-31 21:50:34 -07:00
WebExtensionPolicy.cpp Bug 1472491: Part 2b - Add MozDocumentObserver class to notify on new pattern-matched documents. r=zombie 2018-07-31 21:50:34 -07:00
WebExtensionPolicy.h Bug 1476570 - allow proxy to work on restricted domains, r=aswan 2018-08-02 14:03:00 -03: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 1479569 part 2. Use the new messageManager getter on docshell. r=kmag 2018-08-02 23:49:09 -04: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 1460940 - Remove nsIDOMDocument uses in toolkit/. r=bz 2018-05-11 19:46:15 +02:00