aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-6/+43
* Retain the referrer policy when loading an about:blank iframe. (#34432)shanehandley2024-11-301-7/+4
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+3
* script: Remove a warning about a common situation involving OOP iframes (#34288)Martin Robinson2024-11-191-1/+4
* Remove referrer policy from document (#34263)shanehandley2024-11-191-8/+9
* Plumb time profiler output into tracing (#34238)Delan Azabani2024-11-151-37/+116
* feat: `webxr` feature flag (#34241)Ngo Iok Ui (Wu Yu Wei)2024-11-131-1/+1
* Support persisting unminified external stylesheets (#33919)Taym Haddadi2024-10-301-0/+5
* Replace uses of SCRIPT_THREAD_ROOT with accessor helpers. (#34036)Josh Matthews2024-10-281-191/+115
* Devtools: Don't display iframes in the tab list (#34032)eri2024-10-271-5/+7
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-7/+16
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-3/+4
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-1/+1
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-6/+9
* 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