aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Enter realms when creating special same-origin iframes.Josh Matthews2023-05-201-0/+1
* Enter realms when processing pre-sequential events.Josh Matthews2023-05-201-1/+9
* Enter realms more consistently during the script event loop.Josh Matthews2023-05-201-3/+21
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* Auto merge of #29693 - mrobinson:cleanup-options, r=mukilanbors-servo2023-05-031-41/+14
|\
| * Clean up arguments passed to ScriptThreadMartin Robinson2023-05-011-41/+14
* | Fix flakiness in animation testsMartin Robinson2023-05-021-3/+4
|/
* fix(script): request animation ticks if `Animations::pending_events` is not e...yvt2023-02-101-1/+1
* fix(script): update animation timeline before processing pending eventsyvt2023-02-101-2/+2
* refactor(script): `navigate_or_reload_child_browsing_context` should only han...yvt2021-08-031-6/+2
* Auto merge of #28546 - yvt:feat-cow-infra, r=jdmbors-servo2021-08-011-3/+0
|\
| * feat(script): remove the call to `JS_SetWrapObjectCallbacks`yvt2021-07-111-3/+0
* | feat: shorten thread namesyvt2021-07-191-1/+1
|/
* fmtteymour-aldridge2021-02-051-11/+2
* Remove unused arguments from methods.teymour-aldridge2021-02-051-4/+1
* Fix errorsteymour-aldridge2021-02-051-24/+32
* Fix `document.characterSet` not reflecting byte order marks.Andreu Botella2020-12-311-4/+2
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+14
* Do not load srcdoc iframes synchronouslyUtsav Oza2020-08-051-4/+7
* 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