aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Add tracing for navigation start, FP, FCP, and DOMContentLoaded (#34373)as-of-2024-08-12Delan Azabani2024-12-111-0/+4
* Plumb time profiler output into tracing (#34238)Delan Azabani2024-12-111-37/+116
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-12-111-18/+16
* Allow navigations that include cross-origin redirects to succeed. (#32996)Josh Matthews2024-08-121-1/+4
* Fix ordering of documents (#32574)Taym Haddadi2024-08-091-8/+25
* webgpu: Use wgpu's instead of string errors and update limits handling (#32925)Samson2024-08-041-2/+3
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-0/+3
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-1/+1
* webgpu: Update wgpu and revamp RenderPass (#32665)Samson2024-07-041-0/+2
* Updated all kill_*_id functions defined in indentityhub.rs to free_*_id namin...newmoneybigbucks2024-07-041-14/+14
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-031-23/+16
* webgpu: Update wgpu and revamp computepass (#32575)Samson2024-06-281-0/+1
* script: Implement the `FontFaceSet` DOM API (#32576)Mukilan Thiyagarajan2024-06-261-4/+10
* Proper GPUDevice cleanup (#32520)Samson2024-06-201-2/+9
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-1/+1
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-171-1/+21
* webgpu: Implement device lost (#32354)Samson2024-06-171-2/+4
* script: Remove explicit reflow for web font loads (#32455)Martin Robinson2024-06-101-4/+8
* Remove more IPC messages between script and layout (#32377)Martin Robinson2024-05-271-47/+47
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-9/+8
* fonts: Clean up messaging during web fonts loads (#32332)Martin Robinson2024-05-221-15/+7
* fonts: Store web fonts in the per-Layout `FontContext` (#32303)Martin Robinson2024-05-201-0/+1
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-201-49/+24
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-2/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-5/+7
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-131-262/+378
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-1/+1
* webgpu: Update to wgpu 0.20 (#32173)Samson2024-05-081-1/+1
* script: Include layout when collecting memory reports (#32204)Mukilan Thiyagarajan2024-05-011-0/+7
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-2/+5
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-6/+5
* script: Add an implementation of `Default` for `Documents` (#32048)Son of Binary2024-04-191-7/+10
* clippy: Fix `redundant_*` warnings (#32056)eri2024-04-111-1/+2
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-2/+2
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
* clippy: Fix a few problems in `components/scripts` (#31959)Rosemary Ajayi2024-04-011-2/+2
* fix: remove unused imports in components/script (#31943)Azhar Ismagulova2024-03-291-1/+0
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-1/+1
* clippy: Fix option_as_ref_deref warnings (#31936)Oluwatobi Sofela2024-03-291-2/+1
* clippy: Fix manual_map warnings (#31922)Oluwatobi Sofela2024-03-281-4/+4
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-1/+1
* clippy: Fix single_match warnings (#31876)Oluwatobi Sofela2024-03-261-24/+22
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-22/+21
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-18/+18
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+0
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2