aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/TreeWalker.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-34/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-0/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Partial fix for 12415Scott Trinh2016-10-171-1/+0
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Update the WebIDL parser.Ms2ger2015-03-131-1/+1
|
* Remove incorrect SetterThrows annotation.Ms2ger2015-02-081-1/+1
| | | | This was copied from Gecko, which has an outdated throwing condition.
* Implement TreeWalkerChris Paris2014-09-181-11/+22
|
* Cargoify servoJack Moffitt2014-09-081-0/+23