aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmloptionelement.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-1/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-3/+3
* 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
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+9
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-0/+23
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* HTMLOptionElement.indexPatrick Shaughnessy2020-01-091-0/+41
* Implement HTMLOptionElement named constructorteapotd2020-01-031-2/+36
* Merge Node::shadow_including_inclusive_ancestors into inclusive_ancestorsFernando Jiménez Moreno2019-04-261-2/+2
* 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-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
* `cargo fix --edition`Simon Sapin2018-11-061-20/+20
* Format script componentchansuke2018-09-191-23/+42
* 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
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-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
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-8/+8
* Implement `value` property on `<select>`.Corey Farwell2016-10-161-0/+4
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* add HTMLOptionElement form attribute supportAlexandrov Sergey2016-08-301-0/+16
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Move util::str to styleAnthony Ramine2016-07-051-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+2
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Ask for reset when option is removed.Dongie Agnir2015-12-271-0/+6
* Introduce UnbindContextAnthony Ramine2015-12-131-5/+3
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+3
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-1/+1
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-3/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-4/+5
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-1/+1
* merge from masterrohan.prinja2015-11-031-4/+3
|\
| * Auto merge of #8245 - eefriedman:misc-attribute-fixes, r=noxbors-servo2015-11-021-3/+1
| |\
| | * Use attribute getter/setter macros for misc DOM attributes.Eli Friedman2015-11-011-3/+1