Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -1/+1 |
| | | | | Fixes #27660 | ||||
* | adding .isConnected DOM attribute | Patrick Shaughnessy | 2019-12-11 | 1 | -0/+3 |
| | |||||
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Require default dictionary value for optional dicts | Kagami Sascha Rosylight | 2019-07-12 | 1 | -1/+1 |
| | |||||
* | Throw NotSupported when trying to deep clone a shadow root | Fernando Jiménez Moreno | 2019-04-26 | 1 | -1/+1 |
| | |||||
* | Implement shadow-including root, set node as in doc when connected. Makes JS ↵ | Fernando Jiménez Moreno | 2019-04-26 | 1 | -1/+5 |
| | | | | work in shadow trees | ||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Add CEReactions where needed | Connor Brewster | 2017-07-18 | 1 | -6/+8 |
| | |||||
* | Partial fix for 12415 | Scott Trinh | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | Replacing Node.prototype.rootNode for Node.prototype.getRootNode. | Rafael Gomes Dantas | 2016-10-13 | 1 | -1/+3 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | use USVStrings instead of DOMString for urls in Node and Document | Thiago Pontes | 2016-05-28 | 1 | -1/+1 |
| | |||||
* | Implements Node::isSameNode | Arnaud Marant | 2016-04-23 | 1 | -0/+2 |
| | | | | | | Fixes #10746 Adapted the tests from dom/nodes/Node-isEqualNode.html | ||||
* | Auto merge of #10757 - ineol:root-node, r=Ms2ger | bors-servo | 2016-04-22 | 1 | -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::rootNode | Léo Stefanesco | 2016-04-22 | 1 | -0/+2 |
| | | |||||
* | | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
|/ | |||||
* | Auto merge of #7601 - nox:cleanup-dom-webidls, r=Ms2ger | bors-servo | 2015-09-19 | 1 | -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 Ramine | 2015-09-19 | 1 | -0/+7 |
| | | |||||
| * | Fix Node.childNodes attributes | Anthony Ramine | 2015-09-11 | 1 | -1/+1 |
| | | |||||
* | | Introduce [Abstract] to mark non-leaf interfaces | Anthony Ramine | 2015-09-13 | 1 | -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. | Ms2ger | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | Add/format license headers for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -3/+3 |
| | |||||
* | Implement Node.baseURI | Kevin Ball | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -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 servo | Jack Moffitt | 2014-09-08 | 1 | -0/+79 |