Slashdot Mirror


Mozilla's Mini-Me

An anonymous contributor writes "LinuxDevices has a story by the leaders of the 'Minimo' (Mini Mozilla) project, an effort to reduce Mozilla's code and runtime footprints and optimize its display for the small screens on embedded devices. The Minimo authors believe Minimo will become the browser of choice on embedded Linux devices with 64MB of RAM."

6 of 258 comments (clear)

  1. Wow, only 64 MB of RAM? by Anonymous Coward · · Score: 5, Insightful

    So now it only requires 64 MB of RAM to format text and pictures, eh? I ran my first web browser on a computer with 32 MB of RAM. And what about Dillo, which has only 400k of source code?

    1. Re:Wow, only 64 MB of RAM? by alecf · · Score: 5, Insightful

      I'm not about to say that Mozilla isn't a resource hog.

      However, lets at least take things into perspective. When you browsed the web with 32MB of RAM (hey, so did I) it was with "HTML 1.0" and small images.. remember back when web pages had mostly text, grey backgrounds, and a few pictures here and there?

      These days we have:
      - JavaScript - a full fledged interpreted language
      - the DOM - complete read/write live access to the current document's structure
      - CSS, which involves applying complex matching of style to document fragments and formatting of those fragments,
      - new layout concepts like absolute and relative positining, floats, etc
      - vastly more complex layout due to interactions of HTML rules and CSS rules
      - plugins
      - XML
      - support for JPEG, PNG, animated GIFs
      - HTTP 1.1 with reusable connections, pipelining, compression, smarter but more complex caching, and more

      And thats the short list. And as much as you might say "that's just fluff! That's not the core of the web" you'd sure be complaining if your web browser didn't support all that.

      The web is a lot more complex than it once was. You can't harken back to the days of Mosaic without realizing all the technologies that go into a modern web browser.

  2. For regular desktops? by AtariAmarok · · Score: 5, Insightful

    The "reduce Mozilla's code and runtime footprints" features sound good for the regular desktop Mozilla experience as well. Why not demand tight, efficient outside of the handheld environment?

    --
    Don't blame Durga. I voted for Centauri.
  3. Qtopia port? by j0hndoe · · Score: 5, Insightful

    The Zaurus, and other embedded Linux distros tend to use Qtopia instead of X. Although X can be installed, it's sort of a power user thing right now, and believe it or not, not all Zaurus owners are Linux experts, and some who are don't want to deal with all the extra bloat that installing X requires. Minimo would gain a lot of users if they made a Qtopia port.

  4. Isn't 64M still too big? by dharma21 · · Score: 5, Insightful

    We were using browsers on computers that only had 16M on memory. Perhaps I'm just ignorant of new browser requirements. I understand that the entire device OS and application code would have to reside in the same 64M space, and you won't have a nice disk in which to cache pages for faster viewing, but if you're only going to be caching text and the occasional small image, how much space do you need? What is the smallest footprint in which to use for a browser?

  5. yes by hak1du · · Score: 5, Insightful

    ... but will this browser be able to do anything that my current Opera install cannot?

    Yes: it will be able to be modified freely, ported to more platforms, and incorporated into open source software.