You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very abstract and high-level overview of gngr. Probably also applicable to most other browsers.
Typical flow
User enters a URL in the Navigation Window
Request Engine fetches the URL and the content is passed to the appropriate parser. The Request Engine uses the
Persistence modules to get/set the cookies, and to cache requests.
Any dependent resources are fetched as well (Images, CSS, Frames, etc) through the Request Engine.
After parsing, an HTML DOM or CSS AST is created in memory.
The HTML DOM and CSS AST are used by the layout and rendering modules to display content back on the Navigation Window.
The Javascript engine allows scripts to interact with the DOM and CSS DOM APIs.