Hacker News new | ask | show | jobs
by zee2345 989 days ago
It is not about crashing, but security. Chromium based browsers have multiple layers of sandboxing and hardening. Webpage rendered basically runs in several virtual machines that are very hard to breach.

Mozilla had process based isolation (mainly due old code base). That is far less effective. Some things like GPU access are not sandboxed at all!

>Google remains the default search engine provider inside the Firefox browser until 2023 for an estimated $400 million to $450 million per year.

Mozilla is a multibilion corporation. They DO have resources for proper rewrite in Rust. How they spend their money is another thing!

Old code base was good excuse in 2016! Brave Software Inc is much smaller company, and they do advanced stuff like their own search engine!

1 comments

GPU sandboxing landed in 110 on Windows. https://wiki.mozilla.org/Security/Sandbox/Process_model#GPU_... says it will be likely added to OSX and Linux with Webrender. Web Content processes are already sandboxed so I wouldn't say it's a joke ;) - sure they lag behind Chromium but Google has way more resources than Mozilla.