aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlbuttonelement.rs
Commit message (Expand)AuthorAgeFilesLines
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-0/+2
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* [clippy] Rename enum FormSubmitter and its elements (#32791)Danila Matveev2024-07-171-4/+4
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-6/+6
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* 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/+7
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Implement HTMLFormElement.requestSubmit()Also includes a fix for reentrant fo...Maxim Tsoy2020-07-021-0/+5
* Update document focus when element focusability changes.Josh Matthews2020-06-151-0/+1
* Form constraints validationteapotd2020-04-021-14/+49
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Auto merge of #25488 - pshaughn:clickactivate, r=jdmbors-servo2020-02-131-7/+0
|\
| * Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-7/+0
* | Names should now be consistently atomsPatrick Shaughnessy2020-02-131-1/+1
|/
* SubmitEvent and test changesPatrick Shaughnessy2020-01-301-1/+1
* Labels are a live list in tree orderPatrick Shaughnessy2020-01-061-3/+3
* No more menu buttonPatrick Shaughnessy2019-12-311-3/+1
* [WIP] solve #22782takumi2019-10-181-27/+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
* Reorder importsPyfisch2018-11-061-4/+4
* Format remaining filesPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-21/+21
* Format script componentchansuke2018-09-191-57/+76
* 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
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Fix the form action IDL attributesAnthony Ramine2017-10-111-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-7/+7
* 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-3/+3
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-4/+22
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* 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-5/+5
|/
* Make make_enumerated_getter prettier again.Corey Farwell2016-10-121-3/+3