>>698
予定はあるよ、遠い未来になってるけど
https://wiki.mozilla.org/WebExtensions/Implementing_APIs_out-of-process

・At first there was only one process.

・With e10s, one process was added for content (bugzil.la/e10s).

・With e10s-multi, multiple processes may be used for content (bugzil.la/e10s-multi).

・With webext-oop, addon code runs in a separate process (bugzil.la/webext-oop).

・In the far future, addon code may also run in multiple processes.