aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlfieldsetelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-3/+3
* script: Expose a constructor on `HTMLCollection` that takes a static function...Martin Robinson2024-12-181-12/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-0/+2
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-2/+2
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-5/+6
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-3/+3
* Add the type IDL attribute to htmlfieldsetelement (#32869)shanehandley2024-07-281-0/+5
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-33/+55
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-14/+13
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-4/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Further changes required by ServoOriol Brufau2023-10-021-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-1/+21
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Update document focus when element focusability changes.Josh Matthews2020-06-151-0/+3
* Form constraints validationteapotd2020-04-021-6/+49
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-0/+7
* Introduce ShadowIncluding enum for tree traversalsFernando Jiménez Moreno2019-04-261-2/+2
* Implement concept of shadow including tree orderFernando Jiménez Moreno2019-04-261-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-14/+14
* Format script componentchansuke2018-09-191-30/+39
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-4/+3
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-4/+22
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+4
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-2/+2