brave / muon

[DEPRECATED] Build browsers and browser like applications with HTML, CSS, and JavaScript
https://discord.gg/TcT5tX2
MIT License
971 stars 114 forks source link

Enable features::kSitePerProcess for chrome parity #643

Open darkdh opened 6 years ago

darkdh commented 6 years ago

Alternatively, we can trun on switches::kSitePerProcess in browser-laptop by default, otherwise we have to provide a toggle switches::kDisableSiteIsolationTrials which is equivalent to site-isolation-trial-opt-out in chrome://flags see SiteIsolationPolicy::UseDedicatedProcessesForAllSites

Auditors: @bridiver, @diracdeltas