aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Ensure iframe load event occurs if initial about:blank is recreated with docu...Josh Matthews2024-10-021-0/+2
* Synchronously mark iframes as having pending loads when navigating a window p...Josh Matthews2024-09-271-4/+3
* Store a pipeline that's being replaced in the load data.Josh Matthews2024-09-251-3/+3
* Use existing window when navigating away from initial about:blank document.Josh Matthews2024-09-251-0/+9
* Trace more functions by adding perfetto tracing events (#33417)atbrakhi2024-09-131-1/+1
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-2/+3
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-19/+3
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-1/+15
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-1/+1
* script: Implement the `FontFaceSet` DOM API (#32576)Mukilan Thiyagarajan2024-06-261-1/+1
* Remove more IPC messages between script and layout (#32377)Martin Robinson2024-05-271-18/+7
* fonts: Clean up messaging during web fonts loads (#32332)Martin Robinson2024-05-221-5/+0
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-246/+13
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-6/+7
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-131-1/+1
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-1/+1
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-7/+6
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-3/+3
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-11/+23
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-121-8/+8
* Fix rustdoc errors in `components/shared` (#31582)Aarya Khandelwal2024-03-081-1/+1
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-29/+12
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-0/+43
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-4/+4
* constellation: notify embedder when events are hit-tested to browsers (#30841)Delan Azabani2023-12-121-1/+16
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+1314