aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-3/+3
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-14/+18
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-4/+4
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-0/+3
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-5/+21
* Prevent moving CanGc values between threads/tasks (#33902)Josh Matthews2024-10-181-10/+5
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-3/+3
* Some CanGc fixes in components/script/dom (#33895)tanishka2024-10-181-1/+1
* clippy: Rename `RequestId::new()` to `RequestId::next()` and fix one more iss...komuhangi2024-10-181-2/+2
* More CanGc fixes (#33888)chickenleaf2024-10-171-1/+1
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-19/+35
* clippy: fix clippy warnings in `components/script` (#33849)komuhangi2024-10-161-0/+1
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-161-7/+9
* CanGc fixes (#33852)chickenleaf2024-10-161-1/+1
* CanGc fixes in components/script/dom (#33843)tanishka2024-10-151-2/+3
* CanGc fixes and checks in multiple files (#33836)chickenleaf2024-10-151-7/+20
* CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversiz...chickenleaf2024-10-131-4/+6
* Various CanGc fixes (#33800)webbeef2024-10-111-11/+16
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-4/+6
* use `ThreadSafeJSContext` instead of `ContextForRequestInterrupt` (#33769)Samson2024-10-101-5/+5
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-6/+6
* Fixed some clippy warnings in components/script and components/devtools (#33689)komuhangi2024-10-071-1/+1
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-6/+6
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-6/+6
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-9/+8
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-8/+8
* chore: Update wgpu (#33506)Samson2024-09-211-3/+3
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-3/+3
* Make CanGc derive Copy and Clone (#33407)Taym Haddadi2024-09-121-16/+16
* Raf delivery: run rafs for all pipeline if tick received for any. (#33395)Gregory Terzian2024-09-111-7/+33
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-35/+66
* Fix devtool crashs after entering window.location in console (#33381)Taym Haddadi2024-09-091-1/+6
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-18/+16
* Only handle most recent resize event in script thread (#33297)Simon Wülker2024-09-041-1/+1
* DevTools: Inspect node styles (#33025)eri2024-08-251-0/+24
* 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