WebExtensions/Testing-out-of-process

< WebExtensions
Revision as of 20:35, 17 April 2017 by Amckay (talk | contribs) (Created page with "To test out of process extensions, go to about:config and set '''extensions.webextensions.remote''' to true. APIs that are particularly affected by out of process: * context...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To test out of process extensions, go to about:config and set extensions.webextensions.remote to true.

APIs that are particularly affected by out of process:

  • context Menus
  • devtools
  • omnibox
  • tabs
  • permissions
  • webRequest

For more information see this etherpad