citylims / browser.html

Experimental browser built in HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

browser.html is a platform research project closely related to Servo. It's not a product. We are exploring future UI paradigms strictly only because we are curious what future needs will be on our platform and processes to build our platform, which we want to evolve.

Setup

npm install
npm run server
npm start

Runtime

Browser.html needs a special build of B2G desktop called Graphene. Build this branch: https://hg.mozilla.org/projects/larch with --enable-application=b2g/graphene.

In the future, we want browser.html to be able to run on top of Servo.

Using WebIDE

The easiest way to use developer tools with Browser.html is to select the "Remote Runtime" option in WebIDE. By default you should be able to connect to the running browser at: localhost:6000.

About

Experimental browser built in HTML

License:Other


Languages

Language:JavaScript 88.8%Language:CSS 9.3%Language:HTML 1.6%Language:Shell 0.3%