Gecko: Difference between revisions
Jump to navigation
Jump to search
(avoid redirect) |
|||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
===What is |
===What is Gecko?=== |
||
[http://www.mozilla.org/newlayout/ Gecko] is the HTML rendering engine that is used in Firefox, Mozilla and Netscape. It is basically the part of the browser that handles the main viewing window and does not include menus, toolbars, status lines or even Javascript execution. |
|||
It is part of the [[XULRunner]] engine from Mozilla that the [[Browse]] activity uses. |
|||
[[Sugar]] uses the [[Python]] module "geckoembed" to implement the web browser window that you see if you run an image of the OLPC distro. Currently geckoembed is not documented but if you look through the [[Python]] code for the [http://crank.laptop.org/gitbrowse.php?p=sugar;a=tree;h=5750a80c0cf1cab3348481f9c5f7d1985719a318;hb=29fb2321fec21fea36ed5b5b234600ac7de78bb6;f=sugar/browser browser component of Sugar] then you will see some of what it can do. Also, check the module directory in the "/usr/lib/python2.4/site-packages". |
|||
===See also=== |
|||
⚫ | |||
⚫ | |||
⚫ | |||
===GECKO website=== |
|||
[[Category:Software]] |
|||
⚫ |
Latest revision as of 22:24, 26 January 2009
What is Gecko?
Gecko is the HTML rendering engine that is used in Firefox, Mozilla and Netscape. It is basically the part of the browser that handles the main viewing window and does not include menus, toolbars, status lines or even Javascript execution.
It is part of the XULRunner engine from Mozilla that the Browse activity uses.
See also
There is a Wikipedia entry and a Gecko developers Wiki that may help you get an idea of what Gecko will do.