aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
* script: Expose a constructor on `HTMLCollection` that takes a static function...Martin Robinson2024-12-187-135/+90
* modified Promise::new_resolved/new_rejected signature (#34658)Domenico Rizzo2024-12-181-8/+16
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-1732-405/+3715
* layout: Allow same `ScriptThread` `<iframe>`s to be resized synchronously (#3...Martin Robinson2024-12-171-1/+21
* script: Fix assertion verifying that reflow isn't necessary after reflow (#34...Martin Robinson2024-12-171-13/+12
* webgpu: Fix HTML event loop integration (#34631)Samson2024-12-174-24/+54
* Update wgpu to better handle optional attachment load/store ops (#34646)Samson2024-12-162-23/+24
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-162-13/+62
* Allow a null principal to subsumes others when appropriate (#34617)webbeef2024-12-141-9/+17
* Replace unsafe uses of HandleValueArray. (#34588)Josh Matthews2024-12-137-100/+27
* layout: Send back layout results directly and remove channels (#34609)Martin Robinson2024-12-131-20/+6
* Update wgpu to trunk (#34607)Samson2024-12-132-15/+11
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-13207-101/+570
* script: No longer do explicit reflows for display (#34599)Martin Robinson2024-12-136-175/+156
* script: Remove `note_rendering_opportunity` and `rendering_opportunity` (#34575)Martin Robinson2024-12-124-8/+10
* Add embedder event for preferred color scheme and respond to it in the Layout...arthmis2024-12-121-1/+17
* script: Do not do explicit reflows when handing rAFs (#34576)Martin Robinson2024-12-111-17/+15
* tidy: Update pattern for checking for missing specification links. (#34552)Josh Matthews2024-12-111-0/+1
* script: Remove 'pending reflow' concept and some explicit reflows (#34558)Martin Robinson2024-12-114-57/+29
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-1137-365/+400
* script: Do not prioritize *update-the-rendering* in `ScriptThread` message lo...Martin Robinson2024-12-101-2/+46
* script: Add stub interface for AbortController. (#34519)Josh Matthews2024-12-103-0/+67
* retire deprecated MouseEvent::InitMouseEvent (#34538)Jay Wang2024-12-092-20/+31
* script: Update the rendering when receiving IPC messages instead of just refl...Martin Robinson2024-12-092-2/+4
* traverse Shadow DOM boundaries when determining element lang (#34529)Ville Lindholm2024-12-081-1/+1
* Add ReferrerPolicy IDL attribute to iframes (#34526)shanehandley2024-12-082-4/+29
* script: add `initialize_ui_event` method (#34524)Jay Wang2024-12-082-5/+37
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-0811-7/+617
* Implement `ShadowRoot.clonable` attribute (#34514)Simon Wülker2024-12-076-15/+81
* net: correct handling of the empty string referrer policy when provided in re...shanehandley2024-12-071-1/+1
* Make traverse_preorder follow shadow roots (#34503)Josh Matthews2024-12-073-17/+17
* Create two-phase initialization for generated JS engine bindings (#34366)Josh Matthews2024-12-064-108/+295
* script: Update animations once per-Document during `update_the_rendering()` (...Martin Robinson2024-12-051-40/+44
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-0539-94/+203
* Don't register unconnected shadow roots with their owner document (#34361)Simon Wülker2024-12-024-21/+71
* script: add PointerEvent (#34437)Ngo Iok Ui (Wu Yu Wei)2024-12-024-6/+454
* script: Dirty video element when clearing video frame data. (#34435)Josh Matthews2024-11-301-1/+2
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-2844-118/+108
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-286-27/+137
* Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe...Nico Burns2024-11-253-4/+6
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-259-0/+586
* Support custom derives for generated types (#34356)Josh Matthews2024-11-249-128/+123
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-2491-52/+200
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-24382-385/+548
* Implement `ShadowRoot.innerHtml` attribute (#34335)Simon Wülker2024-11-226-53/+110
* Fork Stylo's `malloc_size_of` into Servo (#34332)Martin Robinson2024-11-221-0/+8
* Plumb URL into interval profiler tracing events (#34337)Delan Azabani2024-11-221-1/+6
* script: Throw a `TypeError` when trying to create an `OffscreenCanvas` with a...chickenleaf2024-11-212-6/+8
* crypto: Fix 192-bit checks for AES-GCM encrypt/decrypt (#34333)Daniel Adams2024-11-211-4/+4
* crypto: Include `key_ops` in exported JWKs, support JWK for HMAC import (#34317)Daniel Adams2024-11-211-24/+130