|
|
|
|
|
by ianb
4661 days ago
|
|
Same idea from a different direction: Firefox OS currently includes a browser built in HTML: https://wiki.mozilla.org/Gaia/Browser with an API: https://wiki.mozilla.org/WebAPI/BrowserAPI Of course it's embedded in Firefox OS, but Firefox OS is really just Firefox built with special options, so in theory with some work you could expose that BrowserAPI to desktop. And there's actually a viable path whereby you could create a new browser as an open web app (https://developer.mozilla.org/en-US/docs/Web/Apps) with the permissions to use the BrowserAPI and it could be installed as a normal application, including on desktop. Of course that's a bunch of steps and unimplemented bits, but you'll be following a path that "upstream" is actually committed to. So committed they actually made just what you describe ;) (Even though the design of the browser is pretty conventional – but it's the concept of a browser-built-on-html that you are exploring at this point.) |
|
Still really awesome. Thanks for sharing that. Are you involved with this?