How Browsers Work (2012)
taligarsiel.com
How Browsers Work (2012)
1–10 of 13 posts
Re: How Browsers Work (2012)
#2Re: How Browsers Work (2012)
#3...and Mozilla has some people dorking around with VR headsets.
Re: How Browsers Work (2012)
#4There are a ton of new API's the browser has added since HTML5 giving all sorts of capabilities. Hell, Chrome can access USB devices on your host if you allow it permissions.
But is there a canonical list of all standardized web API's somewhere? Something that a browser engine developer could look at to decide what API's are must haves and what are optional.
Re: How Browsers Work (2012)
#5I've known a few people (including myself) who have casually thought about what it would take to write a new browser engine. Obviously it's a titanic undertaking and unrealistic project but one thing I considered recently: There are a ton of new API's the browser has added since HTML5 giving all sorts of capabilities. Hell, Chrome can access USB devices on your host if you allow it permissions. But is there a canonic…
Re: How Browsers Work (2012)
#6This says Webkit uses flex and bison for HTML parsing.
Re: How Browsers Work (2012)
#7Re: How Browsers Work (2012)
#8I've known a few people (including myself) who have casually thought about what it would take to write a new browser engine. Obviously it's a titanic undertaking and unrealistic project but one thing I considered recently: There are a ton of new API's the browser has added since HTML5 giving all sorts of capabilities. Hell, Chrome can access USB devices on your host if you allow it permissions. But is there a canonic…
Re: How Browsers Work (2012)
#9I've known a few people (including myself) who have casually thought about what it would take to write a new browser engine. Obviously it's a titanic undertaking and unrealistic project but one thing I considered recently: There are a ton of new API's the browser has added since HTML5 giving all sorts of capabilities. Hell, Chrome can access USB devices on your host if you allow it permissions. But is there a canonic…
MDN[0] is probably the best list intended for this purpose, but it's easier to use if you already know what you're looking for.
While not explicitly its intent, I think caniuse[1] may be a better list for top-level browsing.
Re: How Browsers Work (2012)
#10I've known a few people (including myself) who have casually thought about what it would take to write a new browser engine. Obviously it's a titanic undertaking and unrealistic project but one thing I considered recently: There are a ton of new API's the browser has added since HTML5 giving all sorts of capabilities. Hell, Chrome can access USB devices on your host if you allow it permissions. But is there a canonic…
https://www.ekioh.com/flow-browser/
Probably had to ask themselves the same question. Not sure if they have a published list though.