WebExtensions: Difference between revisions

Jump to navigation Jump to search
→‎Out-of-process Extensions: Link to Implementing_APIs_out-of-process
(→‎Out-of-process Extensions: Link to Implementing_APIs_out-of-process)
Line 45: Line 45:


WebExtensions are compatible with Electrolysis. They run in the main Firefox process (except for content scripts, which run in the same process as web content). We are considering a plan to run extensions in a separate process (or possibly the content process) eventually, see {{Bugzilla|1190679}} for more details.
WebExtensions are compatible with Electrolysis. They run in the main Firefox process (except for content scripts, which run in the same process as web content). We are considering a plan to run extensions in a separate process (or possibly the content process) eventually, see {{Bugzilla|1190679}} for more details.
Technical details about the implementation are published at [[WebExtensions/Implementing_APIs_out-of-process]].


== Packaging ==
== Packaging ==
47

edits

Navigation menu