aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* reading unminified scripts from diskskrzyp12020-06-021-0/+8
* Implement GPUTexture and GPUTextureViewKunal Mohan2020-06-011-0/+2
* Implement GPURenderPipelineKunal Mohan2020-05-301-0/+1
* Auto merge of #26659 - mrobinson:events, r=jdmbors-servo2020-05-271-157/+8
|\
| * Have Animations struct handle rooting nodesMartin Robinson2020-05-261-157/+8
* | Make WebGPU resource creation fully asyncKunal Mohan2020-05-261-0/+1
|/
* Add GPUSampler to WebGPU implementationKunal Mohan2020-05-261-0/+1
* Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-3/+52
* Auto merge of #26594 - mrobinson:animationiteration, r=jdmbors-servo2020-05-211-8/+6
|\
| * Implement animationiteration eventMartin Robinson2020-05-211-8/+6
* | serviceworker: make job queue unique per originGregory Terzian2020-05-211-74/+0
|/
* Add creator URL, creator base URL and creator origin in browsing contextUtsav Oza2020-05-181-5/+23
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+8
* Fix an issue with the rooting of animating nodesMartin Robinson2020-05-131-9/+10
* Move most animation processing to scriptMartin Robinson2020-05-121-17/+39
* Start having animations conform to the HTML specMartin Robinson2020-05-051-54/+42
* Use a restyle for animation ticksMartin Robinson2020-05-051-17/+44
* Add support for animationend eventMartin Robinson2020-05-011-56/+91
* Auto merge of #26325 - jdm:devtools-nav, r=gterzianbors-servo2020-04-281-5/+15
|\
| * Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-1/+1
| * Support navigating browsing contexts in the devtools.Josh Matthews2020-04-261-5/+15
* | Add support for transitionrun eventsMartin Robinson2020-04-241-7/+10
|/
* Add support for canceling CSS transitionsMartin Robinson2020-04-221-69/+86
* Auto merge of #26071 - servo:rustup, r=noxbors-servo2020-04-101-15/+15
|\
| * Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)Simon Sapin2020-04-091-15/+15
* | Remove WebVRAlan Jeffrey2020-04-081-20/+0
|/
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-17/+0
* Cache the result of retrieving an element's client rectangle from layout.Josh Matthews2020-03-311-1/+1
* shutting down IPC router thread when a process shuts down.Gregory Terzian2020-03-311-0/+7
* Avoid accessing node global during Node's destructor.Josh Matthews2020-02-241-0/+17
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-13/+20
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-6/+0
* Auto merge of #24123 - gterzian:redo_blob, r=jdmbors-servo2019-12-191-1/+1
|\
| * re-structure blob, structured serializationGregory Terzian2019-12-111-1/+1
* | #24468 Performance::queue_entries return the index of the added performance e...Shinichi Morimoto2019-12-131-4/+3
* | devtools: save and send cached messagesPaul Rouget2019-12-061-3/+0
|/
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-3/+3
* Auto merge of #24758 - gterzian:impl_timer_task_source, r=noxbors-servo2019-11-261-65/+17
|\
| * impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-65/+17
* | Auto merge of #24708 - szeged:webgpu-base, r=gterzian,kvarkbors-servo2019-11-251-0/+6
|\ \
| * | Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+6
* | | Auto merge of #24818 - gterzian:fix_panic_on_finish_load, r=jdmbors-servo2019-11-221-0/+8
|\ \ \
| * | | abort parser before shutting down layout in exit pipelineGregory Terzian2019-11-221-6/+8
| * | | abort parser, if any, when pipeline exitsGregory Terzian2019-11-211-0/+6
| | |/ | |/|
* | | Auto merge of #24789 - gterzian:fix_unloading, r=jdmbors-servo2019-11-221-1/+2
|\ \ \ | |_|/ |/| |
| * | ensure unload run with old pipeline as currently-active, do not nullify proxy...Gregory Terzian2019-11-211-1/+2
| |/
* | Auto merge of #24757 - Akash-Pateria:async-wasm-compilation-subsequent, r=jdmbors-servo2019-11-201-3/+6
|\ \
| * | Bind runnable dispatching in script_runtimeAkash-Pateria2019-11-191-3/+6
| |/
* | Fix media session action handlingFernando Jiménez Moreno2019-11-201-53/+8