Graphene

In the early days of the project we developed a concept of a web runtime, designed to be thinnest possible layer for the web. Runtime would take URL to an HTML, would load (and cache) it as it's user interface.

 

image-20200201154707763

 

Empowering users to (re)shape their User Agent was the vision. But it also supercharged browser concept development and we kept it even as we switched web engine from gecko to servo. This also meant that deploying update was just git push away (as demonstrated in video below) and applying update did not require restarts, in fact even tabs were not reloaded.

 

 

There was also a setting in about:config to configure URL for the UI. However our update mechanism assumed UI was hosted on github.