aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/settings_stack.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+6
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format remaining filesPyfisch2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Format script componentchansuke2018-09-191-20/+26
* Add a check for when the js execution stack is emptyConnor Brewster2018-01-111-0/+6
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-4/+4
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-7/+7
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Perform a microtask checkpoint after executing classic scripts and callbacks.Josh Matthews2017-02-011-5/+11
* Implement the incumbent global.Ms2ger2017-01-171-1/+95
* Use usize for AutoEntryScript::global.Ms2ger2017-01-171-4/+4
* Implement the entry global.Ms2ger2017-01-061-0/+70