aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlselectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-14/+35
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Move HTMLSelectElement upcast call into HTMLOptionsCollection constructor. Fi...Simon Whitehead2017-02-141-1/+1
* Auto merge of #14085 - frewsxcv:list-of-options, r=asajeffreybors-servo2016-12-131-20/+45
|\
| * Implement "list of options" concept on `HTMLSelectElement`.Corey Farwell2016-12-011-20/+45
* | Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
|/
* Auto merge of #13969 - bbansalWolfPack:master, r=jdmbors-servo2016-11-251-2/+11
|\
| * html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-2/+11
* | Update to string-cache 0.3Simon Sapin2016-11-031-6/+6
|/
* Implement `selectedIndex` property on `<select>`.Corey Farwell2016-10-241-0/+30
* Implement "reset algorithm" for `<select>`.Corey Farwell2016-10-191-0/+10
* Implement `value` property on `<select>`.Corey Farwell2016-10-161-0/+31
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-6/+6
* implement HTMLOptionsCollection and add related items to HTMLSelectElementAlexandrov Sergey2016-09-261-34/+64