Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Script

TODO:

SpiderMonkey

Current state of, and outlook on, Servo's integration of SpiderMonkey: https://github.com/gterzian/spidermonkey_servo

DOM Bindings

DOM bindings are implementations of WebIDL interfaces. The WebIDL interfaces are located in components/script_bindings/webidls/; these define the interfaces names, their attributes, and their methods. The implementation of these interfaces is located in components/script/dom/. The implementation includes the actual data the object contains.

Script Thread

Layout DOM