Questions tagged [e10s]

E10s (Electrolysis) is a project to turn Firefox in a multi-process browser, where the browser and web content are run in separate processes.

The goal of the Electrolysis project ("e10s" for short) is to decompose Firefox in multiple processes, where the main browser process spawns content processes to render and execute web content. This allows for major enhancements in security and performance. Normal web pages are usually not affected by this change, but Firefox add-ons may cease to function properly.

E10s is only enabled by default on Firefox Nightly, but will eventually be enabled by default on Firefox stable.

17 questions
0
votes
1 answer

Opening a new tab in multiprocess Firefox?

I am trying to port my existing firefox addon code to the new multiprocess architecture. In my existing code I am able to launch a new tab on the addon install event using the code below: function install(data, aReason) { if (aReason ==…
Stacked
  • 841
  • 2
  • 12
  • 23
0
votes
1 answer

Do windows in Firefox e10s have different process IDs?

Will new windows in Firefox e10s have a common PID or different? New tabs definitely have different PIDs, I know that. Will windows of different profiles have different PIDs?
Noitidart
  • 35,443
  • 37
  • 154
  • 323
1
2