XULRunner: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(more details) |
||
(10 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{ Translations }} <!-- This page is linked from http://www.laptop.org/laptop/software/specs.shtml --> |
|||
[http://developer.mozilla.org/en/docs/XULRunner XULRunner] is a |
[http://developer.mozilla.org/en/docs/XULRunner XULRunner] is a runtime package of the Mozilla platform. It allows developers to implement rich and flexible applications such as the Firefox web browser or Thunderbird email reader. [[Gecko]] is the subset of XULRunner that takes care of rendering HTML. XULRunner also includes a [[JavaScript]] engine, an XML UI Language for specifying application "chrome", the lightweight [[SQLite]] relational database, etc. More details on what is included are [http://developer.mozilla.org/en/docs/XULRunner:What_XULRunner_Provides here]. |
||
The [[Browse]] activity is built on [[XULRunner]] and the [[HulaHop]] Python layer. |
|||
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. |
|||
[[Category:Developers]] |
[[Category:Developers]] |
||
[[Category:Python]] |
|||
[[Category:Web browsers]] |
Latest revision as of 04:41, 19 August 2009
Please copy/paste "{{Translationlist | xx | origlang=en | translated={{{translated}}}}}" (where xx is ISO 639 language code for your translation) to XULRunner/translations | HowTo [ID# 215158] +/- |
XULRunner is a runtime package of the Mozilla platform. It allows developers to implement rich and flexible applications such as the Firefox web browser or Thunderbird email reader. Gecko is the subset of XULRunner that takes care of rendering HTML. XULRunner also includes a JavaScript engine, an XML UI Language for specifying application "chrome", the lightweight SQLite relational database, etc. More details on what is included are here.
The Browse activity is built on XULRunner and the HulaHop Python layer.