aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlinputelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns3 days1-1/+1
* add CanGc as argument to methods in HTMLInputElement, HTMLLinkElement (#36504)Yerkebulan Tulibergenov8 days1-15/+12
* textinput: position the caret at the end when selecting input (#36478)webbeef10 days1-6/+12
* Fix radio group validity update when removing or selecting an input (#36252)elomscansio2025-04-061-33/+94
* dom: Firing "click" event as synthetic pointer event (#36274)Andrei Volykhin2025-04-021-1/+1
* script: Use `RegExpFlag_UnicodeSets` when validating regular expressions in `...MDCODE2472025-04-011-3/+3
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-17/+24
* fix: prevent missing value error for radio button inputs without a name (#36197)Barigbue Nbira2025-03-281-0/+3
* Start implementing the `URLPattern` API (#36144)Simon Wülker2025-03-271-5/+13
* fix: radio input element don't trigger validity state (#36103)Jerens Lensun2025-03-231-2/+4
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-231-3/+3
* Fix form validation for readonly inputs and update WPT expectations (#36090)elomscansio2025-03-221-19/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-2/+2
* feat: display file chosen for input file (#35789)DK Liao2025-03-101-3/+26
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-13/+9
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-4/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-0/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-4/+4
* feat: support pre-edit text display for IME (#35535)DK Liao2025-02-191-2/+6
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* servoshell: Migrate to egui-file-dialog from tinyfiledialogs (#34823)chickenleaf2025-02-041-3/+10
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-6/+12
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* Implement Clipboard Event Api (#33576)Gae242025-01-151-1/+9
* Remove incorrect TODO comment in htmlinputelement.rs (#34970)Simon Wülker2025-01-131-1/+46
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-14/+14
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-3/+3
* Check regex syntax for pattern attribute with CheckRegexSyntax from mozjs (#2...cybai (Haku)2025-01-061-2/+31
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-3/+1
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-11/+10
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-281-6/+13
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* fix: allow form submission for input [type=image] (#34203)shanehandley2024-11-141-23/+51
* Cleanup: Remove reference to closed issue 7193 (#34039)Wulan Seruniati Salim2024-10-281-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-20/+28
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-7/+7
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-6/+6
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-1/+5
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-2/+2
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-3/+3
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-4/+9
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* script: Use `time@0.3` for input elements and do conversion in a &str trait (...Martin Robinson2024-09-091-151/+127
* fix(clippy): Clippy suggestions in components/script/dom/* (#33072)Jose Monagas2024-08-151-3/+3
* 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-5/+5
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-9/+10
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+1