aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Element.webidl
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-137/+0
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-1/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* Implement `ShadowRoot.clonable` attribute (#34514)Simon Wülker2024-12-071-1/+1
* Implement `ShadowRoot.innerHtml` attribute (#34335)Simon Wülker2024-11-221-4/+2
* Implement `element.shadowRoot` attribute (#34306)Simon Wülker2024-11-211-1/+10
* DOMRectList interface implementation (#34025)chickenleaf2024-11-011-1/+1
* feat: implement ARIA string reflection on Element (#32080)Nolan Lawson2024-04-271-0/+1
* Rename legacy extended attributes in webidlssagudev2023-02-191-2/+2
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-13/+13
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-0/+1
* Migrate to IDL mixin syntaxKagami Sascha Rosylight2019-10-011-4/+4
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-3/+3
* Expose Element.AttachShadow under dom.shadowdom.enabled prefFernando Jiménez Moreno2019-04-261-0/+2
* Update WebIDL.py to 4166cae81546Manish Goregaokar2019-03-041-4/+4
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
* Implement support for Element.toggleAttributeJonathan Kingston2018-06-211-0/+2
* Annotate insertAdjacentHTML with CEReactionsConnor Brewster2017-08-181-1/+1
* Add CEReactions where neededConnor Brewster2017-07-181-10/+12
* Remove DOMRectList and use sequences instead.Jack Moffitt2017-04-191-1/+2
* Update links to DOM Parsing specificationRaghav2016-12-281-2/+2
* Add support for fullscreen #10102Jansen Jan2016-12-091-0/+5
* Partial fix for 12415Scott Trinh2016-10-171-1/+0
* Add OSMesa headless mode, run WPT against Webrender, update tests.Glenn Watson2016-09-281-8/+0
* Issue 12343: Add pref-gated methods and test for activatable element statesSteve Melia2016-08-081-0/+1
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
* script: When using WebRender, keep the DOM-side scroll positions forPatrick Walton2016-06-101-0/+8
* Add Element::InsertAdjacentHTMLGuillaume Gomez2016-06-081-0/+2
* Cleanup Element interfaceAnthony Ramine2016-06-031-11/+11
* Implement Element::hasAttributesNazım Can Altınova2016-04-221-0/+2
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
* element scroll settersZhen Zhang2016-04-201-0/+7
* Implement ScrollTop and ScrollLeft getters:Zhen Zhang2016-04-191-0/+2
* Add insert_adjacent methods into ElementGuillaume Gomez2016-03-271-0/+4
* Add scrollWidth/Height to element interfaceDaniel Robertson2016-03-111-0/+3
* Implement value for DOMTokenListDominik Menzi2016-02-291-1/+1
* Implement removeAttributeNodeNick Fitzgerald2016-02-261-0/+2
* Implement Element.getAttributeNamesAnthony Ramine2016-02-261-0/+2
* Implement SetNamedItem, SetNamedItemNS, SetAttributeNode and SetAttributeNodeNSMathieu Hordesseaux2016-01-281-0/+5
* script: Element.webkitMatchesSelector()Tetsuharu OHZEKI2015-10-251-0/+2
* Implementing getAttributeNode() and similar methods.KALPESH KRISHNA2015-10-191-0/+4
* Annotate many DOM attribute and methods with [Constant] and [Pure]Anthony Ramine2015-09-191-6/+8
* Fix Element missing attributesAnthony Ramine2015-09-111-2/+2
* Auto merge of #6662 - tschneidereit:client-geometry, r=glennw,pcwatsonbors-servo2015-07-271-0/+5
|\
| * Implement client{Top, Left, Height, Width} element propertiesTill Schneidereit2015-07-191-0/+5
* | Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|/
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-3/+3
* Implement NonDocumentTypeChildNode::*ElementSibling()Anthony Ramine2015-04-091-0/+1
* Implement Element.outerHTML setterChris Paris2015-04-061-1/+1
* Implement Element.innerHTML setterChris Paris2015-03-181-1/+1