aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-071-5/+15
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-4/+34
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* libservo: Combine `LoadStart, `HeadParsed`, and `LoadComplete` messages (#35260)Martin Robinson2025-02-031-4/+10
* Only consider fully active documents when running the 'update the rendering' ...webbeef2025-02-011-0/+4
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-12/+21
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-4/+6
* [35131] Borrow hazard in Document::broadcast_active_resize_observations (#35168)Domenico Rizzo2025-01-251-3/+5
* script: Handle shadow roots when determining common ancestors of dirty roots....Josh Matthews2025-01-241-2/+9
* dom: set composed flag when constructing `ClipboardEvent` (#35146)Gae242025-01-231-0/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-7/+7
* servo-media 1e28d1d997: don't unwrap ServoMedia::get() (#35049)mcclure2025-01-181-1/+1
* Implement Clipboard Event Api (#33576)Gae242025-01-151-2/+198
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-7/+7
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-3/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-172/+192
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-2/+2
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-30/+29
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-11/+6
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-128/+105
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-6/+5
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+1
* Use spec-aligned process for resolving history handling during navigation (#3...shanehandley2024-12-271-12/+39
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-1/+2
* script: Cache the `<iframe>` list per-Document (#34702)Martin Robinson2024-12-201-18/+25
* Fix compilation with --no-default-features (#34678)Jonathan Schwender2024-12-181-1/+1
* script: Expose a constructor on `HTMLCollection` that takes a static function...Martin Robinson2024-12-181-61/+19
* webgpu: Fix HTML event loop integration (#34631)Samson2024-12-171-13/+17
* script: No longer do explicit reflows for display (#34599)Martin Robinson2024-12-131-55/+8
* script: Remove `note_rendering_opportunity` and `rendering_opportunity` (#34575)Martin Robinson2024-12-121-0/+6
* script: Do not do explicit reflows when handing rAFs (#34576)Martin Robinson2024-12-111-17/+15
* script: Remove 'pending reflow' concept and some explicit reflows (#34558)Martin Robinson2024-12-111-23/+8
* script: Update the rendering when receiving IPC messages instead of just refl...Martin Robinson2024-12-091-0/+1
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-081-5/+57
* script: Update animations once per-Document during `update_the_rendering()` (...Martin Robinson2024-12-051-40/+44
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-1/+7
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-27/+16
* Use the correct fallback referrer policy for the empty string case (#34201)shanehandley2024-11-101-1/+1
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-13/+18
* GC hazard fix in document.rs (#34020)chickenleaf2024-10-261-15/+15
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-11/+12
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-4/+4
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-26/+37
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-5/+5
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-2/+2
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-6/+6
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-26/+47
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-10/+17