aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/ParentNode.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-30/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-3/+3
| | | | Fixes #27660
* Implement ParentNode#replaceChildrenVincent Ricard2020-09-251-0/+2
|
* Migrate to IDL mixin syntaxKagami Sascha Rosylight2019-10-011-2/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-2/+2
|
* Partial fix for 12415Scott Trinh2016-10-171-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Implement [Unscopable] (fixes #11583)Anthony Ramine2016-06-071-2/+2
|
* Remove some commented-out methods that were removed from specAnthony Ramine2016-06-031-3/+0
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Annotate many DOM attribute and methods with [Constant] and [Pure]Anthony Ramine2015-09-191-1/+1
|
* Fix ParentNode missing attributesAnthony Ramine2015-09-111-3/+2
| | | | ParentNode.children is [SameObject], querySelectorAll() is [NewObject].
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Finish implementation of ChildNode and ParentNodeAnthony Ramine2015-04-161-3/+4
|
* 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' ```
* Implement ParentNode attributesAnthony Ramine2015-04-071-2/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+34