WebExtensions/Testing-out-of-process: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
To test out of process extensions, go to about:config and set '''extensions.webextensions.remote''' to true.
To test out of process extensions, go to about:config and set '''extensions.webextensions.remote''' to true. Note: after flipping this pref it shouldn't require a restart, but it might not run reliably without one, so just restart Firefox ok?


APIs that are particularly affected by out of process:
APIs that are particularly affected by out of process:

Latest revision as of 20:38, 17 April 2017

To test out of process extensions, go to about:config and set extensions.webextensions.remote to true. Note: after flipping this pref it shouldn't require a restart, but it might not run reliably without one, so just restart Firefox ok?

APIs that are particularly affected by out of process:

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

For more information see this etherpad