aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/virtualmethods.rs
Commit message (Expand)AuthorAgeFilesLines
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-11/+13
* Implement the <progress> element (#35531)Simon Wülker2025-02-261-0/+4
* Support the `<meter>` element (#35524)Simon Wülker2025-02-211-0/+4
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-0/+4
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Don't run scripts while DOM tree is undergoing mutations (#34505)Josh Matthews2024-12-261-0/+9
* Don't register unconnected shadow roots with their owner document (#34361)Simon Wülker2024-12-021-3/+11
* clippy: Fix more clippy warnings in `components/scripts/dom` (#31914)Rosemary Ajayi2024-03-281-7/+7
* script: Add pre element obsolete width attribute support (#31792)Bastiaan van der Plaat2024-03-251-0/+4
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-0/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+7
* Introduce ElementCSSInlineStyle for SVGElementCYBAI2020-06-051-0/+4
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-3/+3
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-4/+4
* Implement HTMLMediaElement poster attributeFernando Jiménez Moreno2019-01-111-2/+9
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-41/+41
* `cargo fix --edition`Simon Sapin2018-11-061-49/+49
* Remove the HTMLTable{Header,Data}CellElement interfacesSimon Pieters2018-10-021-1/+1
* Format script componentchansuke2018-09-191-53/+51
* script: Remove HTMLAppletElement.Emilio Cobos Álvarez2017-11-061-4/+0
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-5/+5
* Implement the error path for source children of media elementsAnthony Ramine2017-09-251-0/+4
* Rename VirtualMethods::attribute_is_mappedAnthony Ramine2017-09-071-2/+2
* Handle dynamic font color changeP. Albrecht2017-09-071-0/+9
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-0/+4
* Properly insert text in document when parsingAnthony Ramine2017-01-071-0/+8
* Update to string-cache 0.3Simon Sapin2016-11-031-2/+2
* add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement elementAlexandrov Sergey2016-10-061-0/+8
* Implement HTMLLIElement#valuevrod2016-07-281-0/+4
* Stop re-exporting AttrValue.Ms2ger2016-06-071-2/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+2
* Add stubs for src and currentSrc for HTMLMediaElement.Josh Matthews2016-05-031-0/+4
* Move comment about removing stepsJonathan Schuster2016-02-131-0/+2
* Implement HTMLDetailsElement. Fixes #9216Lanza2016-01-201-0/+4
* Introduce UnbindContextAnthony Ramine2015-12-131-3/+3
* Implement <hr> 'color' attributeCorey Farwell2015-11-081-0/+4
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-3/+3
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Implement 'control' attribute for <label> elementsCorey Farwell2015-10-251-0/+4
* Clean up the cast callsAnthony Ramine2015-10-211-63/+29
* Introduce trait CastableAnthony Ramine2015-10-211-63/+63
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-3/+4
* Cleanup code that was warned by rust-clippyCorey Farwell2015-10-111-33/+33
* Handle <meta name=viewport> elements when added to documentJames Gilbertson2015-09-301-0/+5
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Implement adopting and cloning steps for HTMLTemplateElementAnthony Ramine2015-09-081-0/+4
* Implement adopting stepsAnthony Ramine2015-09-081-1/+8