aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltextareaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+1
* feat: support pre-edit text display for IME (#35535)DK Liao2025-02-191-2/+6
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-4/+7
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* Implement Clipboard Event Api (#33576)Gae242025-01-151-1/+7
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-3/+2
* 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-4/+3
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Cleanup: Remove reference to closed issue 7193 (#34039)Wulan Seruniati Salim2024-10-281-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-2/+4
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-2/+2
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-0/+0
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-3/+4
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-4/+1
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-1/+1
* clippy: fixed some warnings in components/script (#31888)Ekta Siwach2024-03-261-5/+5
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-4/+6
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Further changes required by ServoOriol Brufau2023-10-021-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-13/+14
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-12/+32
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Further changes required by ServoOriol Brufau2023-05-191-1/+1
* Update document focus when element focusability changes.Josh Matthews2020-06-151-0/+1
* Make clicking on an element request focus for focusable elements.Josh Matthews2020-06-151-3/+1
* Form constraints validationteapotd2020-04-021-2/+99
* Introduce more layout helpers to make selection_for_layout be safeAnthony Ramine2020-04-011-6/+12
* Introduce <LayoutDom<Element>>::focus_stateAnthony Ramine2020-04-011-1/+1
* Move unsafe code out of <LayoutDom<HTMLTextAreaElement>>::value_for_layoutAnthony Ramine2020-04-011-10/+19
* Introduce <LayoutDom<Element>>::attrs()Anthony Ramine2020-03-311-12/+6
* Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-3/+3
* Make LayoutHTMLTextAreaElementHelpers::value_for_layout safeAnthony Ramine2020-03-311-13/+12
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Rearrange directionality algorithm functionsDmitry Kolupaev2020-02-251-6/+9
* Implement dirname for form submit and directionality for elementDmitry Kolupaev2020-02-251-0/+9
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-1/+1
* Labels are a live list in tree orderPatrick Shaughnessy2020-01-061-3/+3
* ISSUE-20455: introduce stronger types for textinput indexingThomas Delacour2019-05-161-5/+10
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-3/+5
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-2/+2