aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/selection.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-6/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-2/+2
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-2/+1
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-4/+3
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+1
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-11/+29
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-8/+8
* Implement StaticRange (#31809)cathiechen2024-03-221-21/+21
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Selection interface working for synthetic operationsPatrick Shaughnessy2020-02-131-0/+515