aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlselectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-7/+7
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-3/+3
* 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-4/+11
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-2/+2
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-0/+0
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-2/+3
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* clippy: Fix option_map_or_none warnings (#31983)Oluwatobi Sofela2024-04-031-1/+1
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-4/+3
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-1/+1
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-261-5/+3
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+4
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-1/+1
* 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-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+12
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-1/+11
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Add a fast path in Element::SetInnerHTML when the value is small and trivial ...Bastien Orivel2020-05-041-2/+5
* Form constraints validationteapotd2020-04-021-13/+80
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-1/+1
* HTMLOptionElement.indexPatrick Shaughnessy2020-01-091-1/+1
* Implement HTMLSelectElement.add() and indexed setter, fix test that was relyi...Patrick Shaughnessy2020-01-071-4/+10
* Labels are a live list in tree orderPatrick Shaughnessy2020-01-061-3/+3
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-4/+3
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-2/+2
* 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-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-27/+27
* Format script componentchansuke2018-09-191-49/+72
* 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-18/+18
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Implement `size_hint` for more iterators.Corey Farwell2017-09-131-0/+8
* 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-3/+3
|/