Gecko: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 1: Line 1:
===What is GECKO?===
===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.
This question needs to be answered by someone familiar with the details of [[Sugar]]. It is easy enough to give a general answer, but what we really need to know is what capabilities does GECKO provide to application developers and content developers on the OLPC. Is it just a fancy text widget for GTK+? Or is there something more to it?


[[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".
GECKO is the Rendering Engine behind Mozilla and Firefox.

[[Category:Developers]]


===GECKO website===
===GECKO website===

Revision as of 16:47, 16 June 2006

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.

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 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".

GECKO website

There is a Wikipedia entry and a GECKO developers Wiki that may help you get an idea of what GECKO will do.