aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix radio group validity update when removing or selecting an input (#36252)elomscansio2025-04-061-1/+1
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+1
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-021-2/+2
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-25/+29
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-2/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-7/+6
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+4
* Use counter instead of time for HTMLFormElement. (#35555)Narfinger2025-02-221-5/+10
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Update the FormData constructor to allow providing a submitter (#35066)shanehandley2025-01-231-2/+2
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-24/+24
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-6/+5
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-1/+0
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-1/+1
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-12/+11
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-2/+2
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-181-2/+2
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-281-4/+17
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-2/+4
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-6/+8
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-1/+3
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-6/+6
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-2/+2
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-0/+1
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-5/+5
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-0/+1
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-0/+1
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-6/+17
* clippy: Fix warnings in `components/script/dom` & `components/servo` (#33853)tanishka2024-10-161-0/+3
* content: Replace uses of `downcast`+`is_some`/`is_none` with `is` (#33804)tanishka2024-10-111-4/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-0/+1
* Properly track `rel` keywords for `<a>`/`<area>`/`<form>` elements (#33462)Simon Wülker2024-09-231-4/+32
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-14/+12
* Remove treatment of whitespace in the construction of a for data entry list, ...shanehandley2024-07-281-49/+42
* 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-35/+35
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-6/+6
* clippy: Fix last few warnings (#32270)Pi-Cla2024-05-121-1/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-4/+3
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-23/+56
* Clippy: Fix the error of variants having the same prefix. (#31953)Aarya Khandelwal2024-04-051-14/+12
* clippy: Fix a few problems in `components/script` (#31961)Rosemary Ajayi2024-04-011-1/+1