aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlbuttonelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns44 hours1-1/+1
* add CanGc as argument to methods in ElementInternals, GlobalScope, HTMLAnchor...Yerkebulan Tulibergenov8 days1-1/+1
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-10/+12
* 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-2/+2
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+3
* 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-4/+4
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-281-5/+17
* 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-1/+3
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-2/+2
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-0/+0
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+1
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-3/+3
* 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