Slashdot Mirror


Firefox Lorentz Keeps Plugin Crashes Under Control

pastababa writes "A beta of the Firefox Lorentz project is now available for download and public testing. Eming reports Firefox 'Lorentz' provides uninterrupted browsing for Windows and Linux users when there is a crash in plugins. Plugins run in a separate process from the browser. If a plugin crashes it will not crash the browser, and unresponsive plugins are automatically restarted. The process-isolation feature has been in Google's Chrome from the beginning. Chrome sandboxes individual tabs, and the crash of one tab does not affect the running of the rest of Chrome browser. Firefox currently isolates only Adobe Flash, Apple Quicktime, and Microsoft Silverlight, but will eventually isolate all plugins running on a page. Mozilla encourages users to test Firefox 'Lorentz' on their favorite websites. Users who install Firefox 'Lorentz' will eventually be automatically updated to a future version of Firefox 3.6 in which this feature is included."

5 of 115 comments (clear)

  1. This is all fine and dandy, by gzipped_tar · · Score: 5, Insightful

    but can it be extended so that plugins are not only run in their separate processes, but separate SELinux sandboxes as well?

    --
    Colorless green Cthulhu waits dreaming furiously.
    1. Re:This is all fine and dandy, by mrsteveman1 · · Score: 5, Funny

      I'd prefer they run on a separate machine. Someone else's machine in fact.

  2. Re:Using it now by The+MAZZTer · · Score: 5, Informative

    I didn't think it autorestarted plugins. They even provided a reason (probably the same reason Google did it)... current webpages will not expect plugins to restart. And because it's possible for Flash to make JS calls etc this could lead to side effects and page breaking, I think they thought it was just best to reload the page so JS restarts too. Of course I read this on a blog a few weeks back, they could have changed their minds?

  3. No restart on plugin installtion/update? by deek · · Score: 5, Interesting

    Does this mean that, when "Lorentz" covers all plugins, we can install and update plugins without having to restart Firefox?

    That would be a worthwhile feature. It's annoying having to restart the browser for any plugin changes.

  4. Re:Why processes and not threads? by Cobra_666 · · Score: 5, Informative

    Separate address spaces. When a thread crashes, the whole process goes down. If separate process dies, the browser should still be intact.