| Commit message (Expand) | Author | Age | Files | Lines |
* | script: Move code generation and webidl files to new script_bindings crate. (... | Josh Matthews | 2025-01-24 | 1 | -137/+0 |
* | Implement shadow dom slots (#35013) | Simon Wülker | 2025-01-19 | 1 | -1/+1 |
* | api: Flatten and simplify Servo preferences (#34966) | Martin Robinson | 2025-01-14 | 1 | -1/+1 |
* | Implement `ShadowRoot.clonable` attribute (#34514) | Simon Wülker | 2024-12-07 | 1 | -1/+1 |
* | Implement `ShadowRoot.innerHtml` attribute (#34335) | Simon Wülker | 2024-11-22 | 1 | -4/+2 |
* | Implement `element.shadowRoot` attribute (#34306) | Simon Wülker | 2024-11-21 | 1 | -1/+10 |
* | DOMRectList interface implementation (#34025) | chickenleaf | 2024-11-01 | 1 | -1/+1 |
* | feat: implement ARIA string reflection on Element (#32080) | Nolan Lawson | 2024-04-27 | 1 | -0/+1 |
* | Rename legacy extended attributes in webidls | sagudev | 2023-02-19 | 1 | -2/+2 |
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -13/+13 |
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -0/+1 |
* | Migrate to IDL mixin syntax | Kagami Sascha Rosylight | 2019-10-01 | 1 | -4/+4 |
* | Require default dictionary value for optional dicts | Kagami Sascha Rosylight | 2019-07-12 | 1 | -3/+3 |
* | Expose Element.AttachShadow under dom.shadowdom.enabled pref | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+2 |
* | Update WebIDL.py to 4166cae81546 | Manish Goregaokar | 2019-03-04 | 1 | -4/+4 |
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Implement support for Element.toggleAttribute | Jonathan Kingston | 2018-06-21 | 1 | -0/+2 |
* | Annotate insertAdjacentHTML with CEReactions | Connor Brewster | 2017-08-18 | 1 | -1/+1 |
* | Add CEReactions where needed | Connor Brewster | 2017-07-18 | 1 | -10/+12 |
* | Remove DOMRectList and use sequences instead. | Jack Moffitt | 2017-04-19 | 1 | -1/+2 |
* | Update links to DOM Parsing specification | Raghav | 2016-12-28 | 1 | -2/+2 |
* | Add support for fullscreen #10102 | Jansen Jan | 2016-12-09 | 1 | -0/+5 |
* | Partial fix for 12415 | Scott Trinh | 2016-10-17 | 1 | -1/+0 |
* | Add OSMesa headless mode, run WPT against Webrender, update tests. | Glenn Watson | 2016-09-28 | 1 | -8/+0 |
* | Issue 12343: Add pref-gated methods and test for activatable element states | Steve Melia | 2016-08-08 | 1 | -0/+1 |
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -0/+1 |
* | script: When using WebRender, keep the DOM-side scroll positions for | Patrick Walton | 2016-06-10 | 1 | -0/+8 |
* | Add Element::InsertAdjacentHTML | Guillaume Gomez | 2016-06-08 | 1 | -0/+2 |
* | Cleanup Element interface | Anthony Ramine | 2016-06-03 | 1 | -11/+11 |
* | Implement Element::hasAttributes | Nazım Can Altınova | 2016-04-22 | 1 | -0/+2 |
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
* | element scroll setters | Zhen Zhang | 2016-04-20 | 1 | -0/+7 |
* | Implement ScrollTop and ScrollLeft getters: | Zhen Zhang | 2016-04-19 | 1 | -0/+2 |
* | Add insert_adjacent methods into Element | Guillaume Gomez | 2016-03-27 | 1 | -0/+4 |
* | Add scrollWidth/Height to element interface | Daniel Robertson | 2016-03-11 | 1 | -0/+3 |
* | Implement value for DOMTokenList | Dominik Menzi | 2016-02-29 | 1 | -1/+1 |
* | Implement removeAttributeNode | Nick Fitzgerald | 2016-02-26 | 1 | -0/+2 |
* | Implement Element.getAttributeNames | Anthony Ramine | 2016-02-26 | 1 | -0/+2 |
* | Implement SetNamedItem, SetNamedItemNS, SetAttributeNode and SetAttributeNodeNS | Mathieu Hordesseaux | 2016-01-28 | 1 | -0/+5 |
* | script: Element.webkitMatchesSelector() | Tetsuharu OHZEKI | 2015-10-25 | 1 | -0/+2 |
* | Implementing getAttributeNode() and similar methods. | KALPESH KRISHNA | 2015-10-19 | 1 | -0/+4 |
* | Annotate many DOM attribute and methods with [Constant] and [Pure] | Anthony Ramine | 2015-09-19 | 1 | -6/+8 |
* | Fix Element missing attributes | Anthony Ramine | 2015-09-11 | 1 | -2/+2 |
* | Auto merge of #6662 - tschneidereit:client-geometry, r=glennw,pcwatson | bors-servo | 2015-07-27 | 1 | -0/+5 |
|\ |
|
| * | Implement client{Top, Left, Height, Width} element properties | Till Schneidereit | 2015-07-19 | 1 | -0/+5 |
* | | Add/format license headers for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -3/+3 |
|/ |
|
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -3/+3 |
* | Implement NonDocumentTypeChildNode::*ElementSibling() | Anthony Ramine | 2015-04-09 | 1 | -0/+1 |
* | Implement Element.outerHTML setter | Chris Paris | 2015-04-06 | 1 | -1/+1 |
* | Implement Element.innerHTML setter | Chris Paris | 2015-03-18 | 1 | -1/+1 |