aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Node.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-1/+1
| | | | Fixes #27660
* adding .isConnected DOM attributePatrick Shaughnessy2019-12-111-0/+3
|
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-1/+1
|
* Throw NotSupported when trying to deep clone a shadow rootFernando Jiménez Moreno2019-04-261-1/+1
|
* Implement shadow-including root, set node as in doc when connected. Makes JS ↵Fernando Jiménez Moreno2019-04-261-1/+5
| | | | work in shadow trees
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-6/+8
|
* Partial fix for 12415Scott Trinh2016-10-171-1/+1
|
* Replacing Node.prototype.rootNode for Node.prototype.getRootNode.Rafael Gomes Dantas2016-10-131-1/+3
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* use USVStrings instead of DOMString for urls in Node and DocumentThiago Pontes2016-05-281-1/+1
|
* Implements Node::isSameNodeArnaud Marant2016-04-231-0/+2
| | | | | | Fixes #10746 Adapted the tests from dom/nodes/Node-isEqualNode.html
* Auto merge of #10757 - ineol:root-node, r=Ms2gerbors-servo2016-04-221-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Implement Node::rootNode Fixes #10747. I don't know whether it's OK to recurse up the tree, though it is a tail call. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10757) <!-- Reviewable:end -->
| * Implement Node::rootNodeLéo Stefanesco2016-04-221-0/+2
| |
* | Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|/
* Auto merge of #7601 - nox:cleanup-dom-webidls, r=Ms2gerbors-servo2015-09-191-1/+8
|\ | | | | | | | | | | | | | | | | | | Improve DOM interfaces' extended attributes Some should have been `[SameObject]` instead of `[Constant]`. The rest of the changes are additional `[Constant]` and `[Pure]` extended attributes on many operations. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7601) <!-- Reviewable:end -->
| * Annotate many DOM attribute and methods with [Constant] and [Pure]Anthony Ramine2015-09-191-0/+7
| |
| * Fix Node.childNodes attributesAnthony Ramine2015-09-111-1/+1
| |
* | Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-0/+1
|/ | | | | | | Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums.
* Correct the default value for Node#cloneNode's deep argument.Ms2ger2015-08-131-1/+1
|
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Implement Node.baseURIKevin Ball2015-07-051-1/+1
|
* 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' ```
* Cargoify servoJack Moffitt2014-09-081-0/+79