XULRunner: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (re-categorization)
No edit summary
Line 1: Line 1:
[http://developer.mozilla.org/en/docs/XULRunner XULRunner] is a Mozilla runtime package that does not include a browser. It allows developers to implement applications as rich and flexible as the Firefox web browser or Thunderbird email reader. [[GECKO]] is actually the subset of XULRunner that takes care of rendering HTML. More details on what is included are [http://developer.mozilla.org/en/docs/XULRunner:What_XULRunner_Provides here]. Note that the lightweight [[SQLite]] relational database is integrated with XULRunner.
[http://developer.mozilla.org/en/docs/XULRunner XULRunner] is a Mozilla runtime package that does not include a browser. It allows developers to implement applications as rich and flexible as the Firefox web browser or Thunderbird email reader. [[GECKO]] is actually the subset of XULRunner that takes care of rendering HTML. More details on what is included are [http://developer.mozilla.org/en/docs/XULRunner:What_XULRunner_Provides here]. Note that the lightweight [[SQLite]] relational database is integrated with XULRunner.


XULRunner also supports Javascript however this is not part of [[GECKO]] and therefore is not supported by the current [[Sugar]] web browser which is a [[Python]] application that uses the geckoembed module.
XULRunner also supports Javascript however this is not part of [[GECKO]] and therefore is not supported by the current [[Sugar]] web browser which is a [[Python]] application that uses the geckoembed module. The web browser needs to change to use xulrunner instead in order to enable full web browser functionality. Firefox version 3 will be the first Firefox version to be based on xulrunner. More info is available on the [http://developer.mozilla.org/en/docs/XULRunner xulrunner developer's site].


[[Category:Developers]]
[[Category:Developers]]

Revision as of 15:23, 30 January 2007

XULRunner is a Mozilla runtime package that does not include a browser. It allows developers to implement applications as rich and flexible as the Firefox web browser or Thunderbird email reader. GECKO is actually the subset of XULRunner that takes care of rendering HTML. More details on what is included are here. Note that the lightweight SQLite relational database is integrated with XULRunner.

XULRunner also supports Javascript however this is not part of GECKO and therefore is not supported by the current Sugar web browser which is a Python application that uses the geckoembed module. The web browser needs to change to use xulrunner instead in order to enable full web browser functionality. Firefox version 3 will be the first Firefox version to be based on xulrunner. More info is available on the xulrunner developer's site.