chromeless/examples
Lloyd Hilaiel 6f43b10e1c fix stop() function in example 2011-05-18 16:09:22 -06:00
..
dragdrop added a dragdrop sample project 2011-01-14 16:29:13 +01:00
first_browser fix stop() function in example 2011-05-18 16:09:22 -06:00
fisheyetabs Some polish to fisheye demo 2011-04-08 09:43:49 -03:00
jsctypes add instructions for compiling jsctypes example on osx 2011-05-11 17:26:03 -06:00
localstorage move localstorage from tests to examples, as it'll be referenced from documentation 2011-05-03 17:46:25 -06:00
thumbnails Cleanup to sample, DOMNodeRemoved for iframes, and detaching with the require("web-content")'s ProgressMonitor. Removed the new, and go=new. No way to change URL for the loaded tab. Simplified demo. 2011-05-03 03:18:07 -03:00
ui added more docs and fixed two issues (checkbox item icw hotkey activation and SubMenu redrawing) 2011-02-15 09:52:15 -07:00
webgl port opengl demo to new chromeless events 2011-02-11 11:23:05 -07:00
README.md document examples 2010-11-08 18:12:17 -07:00

README.md

This directory contains several different examples which demonstrate different aspects of writing the HTML to build your own browser. In order of increasing complexity:

first_browser shows you the very basics of building a browser. This example looks very much like a normal webpage and inline we document where chromeless' features come into play. Start with this example.

thumbnails A more fancy example that shows you how to build a basic tabbed browser. The tabs are webpage snapshots taken using canvas.

webgl The fanciest sample here! Demonstrates how webgl can be used in chromeless for fancy visual effects.