|
|
|
|
|
by pcwalton
3285 days ago
|
|
> There is no way Firefox can guarantee anywhere near the level of stability and security Chrome offers without a process per tab. It has no security benefit without Site Isolation (which isn't unconditionally a process per origin either for performance reasons). In both Chrome and Firefox, any site can embed another cross-origin site in an iframe, and it will share a process (and a main thread). Chrome does not use an unconditional process per tab. Nobody would. |
|