Firefox

From OLPC
Revision as of 21:47, 14 August 2008 by Skierpage (talk | contribs) (one category, Web browsers)
Jump to: navigation, search
Activity-firefox.svg
.xo BundleFirefox.xo
TST Firefox
Trac print.png Tickets all - active - new

see more templates or propose new

The sugarized Firefox interface

Description

There is a port of Firefox 3 to the XO linked from the Activities page on our wiki. It has been partly sugarized by C. Scott Ananian. Work still to be done:

  • integrate with journal, so downloaded files "work right" and get launched in the appropriate activity.
  • use proper sugar activity start/stop mechanism so icons in view switcher look right, and URLs can be launched from the journal in firefox.
  • integrate bookmark mechanism with journal, so that bookmarks show up in journal.
  • fix persistence issues with rainbow, so that bookmarks, settings, and installed extensions are persistent.

Implementation strategy

Most of the tweaks needed to integrate Firefox into the Sugar environment are done via the preferences set in the vendor.js file in firefox. The firefox-activity.sh file parses the options sugar gives and translates them into command-line options firefox understands. We install a custom 'Sugar' extension to provide additional Sugar integration features (journal, bookmarks) and perform a few theme tweaks to make sugarized checkboxes lay out properly. The plan is to implement journal via a 'default plugin' that handles all mime types by invoking python code to save them to the journal.

As I implement further sugar integration features, I hope to split the code into multiple independent extensions which can be installed and enabled/disabled separately, so that the sugarized firefox can be customized by the user to fit better into their existing environment. We could also do more extensive theming work to make Firefox better match the designs for Browse; for example, implementing the "page title when not focused" behavior of Browse's location bar, and transforming firefox's traditional menu bar into a sugar-style tabbed button bar. These extensions could be disabled if you prefer the traditional firefox layout.

Related pages

Other related pages on the OLPC wiki: