aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-0/+1
* Auto merge of #27026 - CYBAI:dynamic-module, r=jdmbors-servo2020-07-191-1/+7
|\
| * Set private reference for classic scriptCYBAI2020-07-181-1/+7
* | Ensure GPUDevice cleanup in GlobalScopeKunal Mohan2020-07-171-0/+7
* | Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-0/+9
|/
* Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-2/+10
* Auto merge of #27163 - alarsyo:23053-layout-queries-disconnected-frames-panic...bors-servo2020-07-041-6/+13
|\
| * Return Option for Window's layout channelAntoine Martin2020-07-031-6/+13
* | Propagate referrer policy during about:srcdoc page loadUtsav Oza2020-07-021-3/+4
|/
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-38/+129
* Auto merge of #26926 - MDeiml:referrer-26570, r=jdmbors-servo2020-06-191-2/+1
|\
| * Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+1
* | Auto merge of #26955 - gterzian:fix_parser_borrow, r=jdmbors-servo2020-06-171-6/+8
|\ \ | |/ |/|
| * do not trace pending parsersGregory Terzian2020-06-171-6/+8
* | Make clicking on an element request focus for focusable elements.Josh Matthews2020-06-151-3/+1
|/
* 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