gecko-dev/toolkit/components/extensions
Bob Silverberg 8f848ff9df Bug 1381992 - Add some reader mode support to the tabs API, r=mixedpuppy
This adds two properties to the Tab object:

- isArticle indicates whether the document in the tab is likely able to be
  rendered in reader mode.
- isInReaderMode indicates if the document in the tab is being rendered in
  reader mode.

It also adds a toggleReaderMode() which toggles a tab into and out of reader mode.

There is also a new case in which tabs.onUpdated will fire. When the isArticle
status of a tab changes, an onUpdated event will fire with data {isArticle: boolean}.

MozReview-Commit-ID: AaAQ0V5qm2Z

--HG--
extra : rebase_source : f9cbed6dff56781ecd86281cb46f23f0ec8aecf6
2017-09-08 17:00:27 -04:00
..
schemas Bug 1386427 - Part 4: Implement basic storage.managed functionality r=kmag 2017-09-16 19:42:40 +02:00
test Bug 1397615 - Skip some long-running mochitests on Android Debug only; r=snorp 2017-09-21 12:39:35 -06:00
webrequest Bug 1399646: Part 3 - Improve handling of StreamFilters at shutdown. r=mixedpuppy 2017-09-13 13:40:08 -07:00
.eslintrc.js Backed out changeset f4c33a37fe6d (bug 1395890) for failing browser-chrome's browser/components/extensions/test/browser/browser_ext_find.js. r=backout on a CLOSED TREE 2017-09-19 16:35:31 +02:00
dummy.xul Bug 1377523 - Part 1: add dummy.xul. r=smaug 2017-07-13 12:27:30 +08:00
ext-alarms.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-backgroundPage.js Bug 1391720 remove _blank support for background pages, r=kmag 2017-08-18 11:30:01 -07:00
ext-browser-content.js Bug 1392210: Follow-up: Fix missing Services.jsm import. r=trivial 2017-09-08 17:26:37 -07:00
ext-browserSettings.js Bug 1364972 - Allow WebExtensions to disable animated images, r=mixedpuppy 2017-09-06 16:46:38 -04:00
ext-c-backgroundPage.js
ext-c-extension.js Remove unused lazy imports. r=trivial (no bug) 2017-08-02 21:09:38 -07:00
ext-c-identity.js Bug 1399070 move launchWebAuthFlow to parent to fix opening auth window when remote, r=zombie 2017-09-14 09:18:27 -07:00
ext-c-runtime.js Bug 1368669 - Support explicit null callback for runtime.sendMessage r=aswan 2017-06-07 23:43:25 +02:00
ext-c-storage.js Bug 1386427 - Part 4: Implement basic storage.managed functionality r=kmag 2017-09-16 19:42:40 +02:00
ext-c-test.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-c-toolkit.js Bug 1255894: Part 7 - Expose response stream filtering via the webRequest API. r=mixedpuppy 2017-09-02 13:37:31 -07:00
ext-c-webRequest.js Bug 1398974: Follow-up: Disconnect StreamFilters when closing extension context. r=me 2017-09-12 18:55:24 -07:00
ext-clipboard.js Bug 1356543 - Add clipboard.setImageData API r=mixedpuppy 2017-09-04 21:43:06 +02:00
ext-contextualIdentities.js Bug 1397100 - Disable container about:preference checkbox if a container addon is enabled. r=bsilverberg,Felipe 2017-09-18 08:11:31 +01:00
ext-cookies.js Bug 1398630: Follow-up: Fix another typo. r=me 2017-09-11 17:03:20 -07:00
ext-downloads.js Bug 1392270 - Fix download.estimatedEndTime calculation. r=aswan 2017-08-22 20:32:11 +02:00
ext-extension.js
ext-i18n.js
ext-identity.js Bug 1399070 move launchWebAuthFlow to parent to fix opening auth window when remote, r=zombie 2017-09-14 09:18:27 -07:00
ext-idle.js Bug 1387898: Remove unnecessary uses of EventEmitter.decorate. r=mixedpuppy 2017-08-07 14:42:57 -07:00
ext-management.js Bug 1387898: Remove unnecessary uses of EventEmitter.decorate. r=mixedpuppy 2017-08-07 14:42:57 -07:00
ext-notifications.js Bug 1387898: Remove unnecessary uses of EventEmitter.decorate. r=mixedpuppy 2017-08-07 14:42:57 -07:00
ext-permissions.js Remove unused lazy imports. r=trivial (no bug) 2017-08-02 21:09:38 -07:00
ext-privacy.js Bug 1345158 - Implement privacy.websites.trackingProtectionMode r=aswan,bsilverberg 2017-08-09 15:47:02 -05:00
ext-protocolHandlers.js Bug 1374237 - Part 2: Declare all top-level functions in toolkit API files files via const., r=mixedpuppy 2017-06-21 14:29:37 -04:00
ext-proxy.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-runtime.js Bug 1398630: Part 6 - Avoid some avoidable uses of nsIURI. r=zombie 2017-09-10 15:36:57 -07:00
ext-storage.js Bug 1386427 - Part 4: Implement basic storage.managed functionality r=kmag 2017-09-16 19:42:40 +02:00
ext-tabs-base.js Bug 1381992 - Add some reader mode support to the tabs API, r=mixedpuppy 2017-09-08 17:00:27 -04:00
ext-theme.js Bug 1398630: Part 4 - Use getWinUtils everywhere we use DOMWindowUtils. r=zombie 2017-09-10 15:33:54 -07:00
ext-toolkit.js Bug 1398630: Part 6 - Avoid some avoidable uses of nsIURI. r=zombie 2017-09-10 15:36:57 -07:00
ext-toolkit.json Bug 1356543 - Add clipboard.setImageData API r=mixedpuppy 2017-09-04 21:43:06 +02:00
ext-topSites.js Bug 1361899 - Allow extensions to specify provider when calling topSites.get. r=mixedpuppy 2017-05-20 14:06:16 +12:00
ext-webNavigation.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-webRequest.js Bug 1397448: Part 1 - Generate WebRequest message objects in WebRequest.jsm. r=mixedpuppy 2017-09-06 17:43:38 -07:00
extension-process-script.js Bug 1401293 - Remove unneeded special handling for the devtools panel from extension-process-script.js. r=kmag 2017-09-19 20:28:56 +02:00
Extension.jsm Bug 1393150 prevent remote extensions when e10s is off, r=bz,kmag 2017-09-14 15:12:45 -07:00
ExtensionChild.jsm Bug 1383310 - Extensions Devtools panels should not receive messages or ports from content scripts. r=zombie 2017-09-14 16:43:45 +02:00
ExtensionChildDevToolsUtils.jsm Bug 1349896 - Part 2: Implement devtools.panels.themeName API property, f?rpl r=mixedpuppy 2017-05-11 08:54:02 -04:00
ExtensionCommon.jsm Bug 1398974: Follow-up: Disconnect StreamFilters when closing extension context. r=me 2017-09-12 18:55:24 -07:00
ExtensionContent.jsm Bug 1379148: Part 3 - Inject scripts synchronously if they're already available. r=mixedpuppy 2017-09-20 17:00:44 -07:00
ExtensionPageChild.jsm Bug 1398630: Part 3 - Use document.docShell rather than longer/slower XPC paths. r=zombie 2017-09-11 14:53:20 -07:00
ExtensionParent.jsm Bug 1398630: Part 3 - Use document.docShell rather than longer/slower XPC paths. r=zombie 2017-09-11 14:53:20 -07:00
ExtensionPermissions.jsm Bug 1398630: Part 1 - Remove/cleanup some old ExtensionUtils helpers. r=zombie 2017-09-10 15:39:28 -07:00
ExtensionPolicyService.cpp Bug 1393150 prevent remote extensions when e10s is off, r=bz,kmag 2017-09-14 15:12:45 -07:00
ExtensionPolicyService.h Bug 1393150 prevent remote extensions when e10s is off, r=bz,kmag 2017-09-14 15:12:45 -07:00
ExtensionPreferencesManager.jsm Bug 1354344 - Show extension controlling home page in preferences r=bsilverberg,jaws 2017-09-07 11:35:06 -05:00
extensions-toolkit.manifest Bug 1386427 - Part 3: Add storage and pkcs11 NativeManifest types r=kmag 2017-09-16 05:30:13 +02:00
ExtensionSettingsStore.jsm Bug 1354344 - Show extension controlling home page in preferences r=bsilverberg,jaws 2017-09-07 11:35:06 -05:00
ExtensionStorage.jsm Bug 1386427 - Part 4: Implement basic storage.managed functionality r=kmag 2017-09-16 19:42:40 +02:00
ExtensionStorageSync.jsm Bug 1395215: remove asynchrony from addListener, r=kmag 2017-09-05 16:11:39 -04:00
ExtensionTestCommon.jsm Bug 1372750 - allow generated embedded extensions to work in xpcshell tests r=kmag 2017-06-21 12:46:57 -07:00
ExtensionUtils.jsm Bug 1379148: Part 3 - Inject scripts synchronously if they're already available. r=mixedpuppy 2017-09-20 17:00:44 -07:00
ExtensionXPCShellUtils.jsm Bug 1379148: Part 4 - Add tests for document.write() with document_start content script present. r=mixedpuppy 2017-09-20 17:01:33 -07:00
FindContent.jsm Bug 1332144 - Add browser.find extension API. r=mikedeboer, r=mixedpuppy 2017-08-24 18:24:00 -04:00
jar.mn Bug 1399070 move launchWebAuthFlow to parent to fix opening auth window when remote, r=zombie 2017-09-14 09:18:27 -07:00
LegacyExtensionsUtils.jsm Bug 1392653: Remove redundant LegacyExtensionUtils shutdown blocker. r=aswan 2017-08-24 15:01:55 -07:00
MatchGlob.h Bug 1322235: Part 1 - Add native MatchPattern and MatchGlob bindings. r=billm,aswan 2017-05-24 14:57:29 -07:00
MatchPattern.cpp Bug 1397536: Avoid newURI overhead for MatchPattern. r=ehsan,mixedpuppy 2017-09-06 21:56:45 -07:00
MatchPattern.h Bug 1397536: Avoid newURI overhead for MatchPattern. r=ehsan,mixedpuppy 2017-09-06 21:56:45 -07:00
MessageChannel.jsm Bug 1398630: Part 7 - Random cleanup. r=zombie 2017-09-10 15:37:08 -07:00
moz.build Bug 1386427 - Part 2: Extract HostManifestManager to NativeManifests.jsm r=kmag 2017-09-15 20:14:56 +02:00
mozIExtensionProcessScript.idl Bug 1368102: Part 5 - Move static content script matching into C++. r=mixedpuppy,zombie 2017-06-04 15:38:11 -07:00
NativeManifests.jsm Bug 1386427 - Part 3: Add storage and pkcs11 NativeManifest types r=kmag 2017-09-16 05:30:13 +02:00
NativeMessaging.jsm Bug 1386427 - Part 3: Add storage and pkcs11 NativeManifest types r=kmag 2017-09-16 05:30:13 +02:00
ProxyScriptContext.jsm Bug 1401511 - Don't mutate return value of FindProxyForURL r=mixedpuppy 2017-09-20 14:47:15 +02:00
Schemas.jsm Bug 1398630: Part 1 - Remove/cleanup some old ExtensionUtils helpers. r=zombie 2017-09-10 15:39:28 -07:00
WebExtensionContentScript.h Bug 1370263: Don't try to match content scripts for non-codebase principals. r=mixedpuppy 2017-06-06 14:18:49 -07:00
WebExtensionPolicy.cpp Bug 1393150 prevent remote extensions when e10s is off, r=bz,kmag 2017-09-14 15:12:45 -07:00
WebExtensionPolicy.h Bug 1393150 prevent remote extensions when e10s is off, r=bz,kmag 2017-09-14 15:12:45 -07:00