| Commit message (Expand) | Author | Age | Files | Lines |
* | reading unminified scripts from disk | skrzyp1 | 2020-06-02 | 1 | -0/+8 |
* | Implement GPUTexture and GPUTextureView | Kunal Mohan | 2020-06-01 | 1 | -0/+2 |
* | Implement GPURenderPipeline | Kunal Mohan | 2020-05-30 | 1 | -0/+1 |
* | Auto merge of #26659 - mrobinson:events, r=jdm | bors-servo | 2020-05-27 | 1 | -157/+8 |
|\ |
|
| * | Have Animations struct handle rooting nodes | Martin Robinson | 2020-05-26 | 1 | -157/+8 |
* | | Make WebGPU resource creation fully async | Kunal Mohan | 2020-05-26 | 1 | -0/+1 |
|/ |
|
* | Add GPUSampler to WebGPU implementation | Kunal Mohan | 2020-05-26 | 1 | -0/+1 |
* | Implement client-side logic for WebGPU id recycling | Kunal Mohan | 2020-05-22 | 1 | -3/+52 |
* | Auto merge of #26594 - mrobinson:animationiteration, r=jdm | bors-servo | 2020-05-21 | 1 | -8/+6 |
|\ |
|
| * | Implement animationiteration event | Martin Robinson | 2020-05-21 | 1 | -8/+6 |
* | | serviceworker: make job queue unique per origin | Gregory Terzian | 2020-05-21 | 1 | -74/+0 |
|/ |
|
* | Add creator URL, creator base URL and creator origin in browsing context | Utsav Oza | 2020-05-18 | 1 | -5/+23 |
* | Share single gpu_id_hub among all threads in a process | Kunal Mohan | 2020-05-15 | 1 | -0/+8 |
* | Fix an issue with the rooting of animating nodes | Martin Robinson | 2020-05-13 | 1 | -9/+10 |
* | Move most animation processing to script | Martin Robinson | 2020-05-12 | 1 | -17/+39 |
* | Start having animations conform to the HTML spec | Martin Robinson | 2020-05-05 | 1 | -54/+42 |
* | Use a restyle for animation ticks | Martin Robinson | 2020-05-05 | 1 | -17/+44 |
* | Add support for animationend event | Martin Robinson | 2020-05-01 | 1 | -56/+91 |
* | Auto merge of #26325 - jdm:devtools-nav, r=gterzian | bors-servo | 2020-04-28 | 1 | -5/+15 |
|\ |
|
| * | Support connecting to worker globals from remote devtools. | Josh Matthews | 2020-04-28 | 1 | -1/+1 |
| * | Support navigating browsing contexts in the devtools. | Josh Matthews | 2020-04-26 | 1 | -5/+15 |
* | | Add support for transitionrun events | Martin Robinson | 2020-04-24 | 1 | -7/+10 |
|/ |
|
* | Add support for canceling CSS transitions | Martin Robinson | 2020-04-22 | 1 | -69/+86 |
* | Auto merge of #26071 - servo:rustup, r=nox | bors-servo | 2020-04-10 | 1 | -15/+15 |
|\ |
|
| * | Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07) | Simon Sapin | 2020-04-09 | 1 | -15/+15 |
* | | Remove WebVR | Alan Jeffrey | 2020-04-08 | 1 | -20/+0 |
|/ |
|
* | Make DOM own the style and layout data, in an UnsafeCell | Anthony Ramine | 2020-04-04 | 1 | -17/+0 |
* | Cache the result of retrieving an element's client rectangle from layout. | Josh Matthews | 2020-03-31 | 1 | -1/+1 |
* | shutting down IPC router thread when a process shuts down. | Gregory Terzian | 2020-03-31 | 1 | -0/+7 |
* | Avoid accessing node global during Node's destructor. | Josh Matthews | 2020-02-24 | 1 | -0/+17 |
* | Make Background Hang Monitor Optional | Kunal Mohan | 2020-02-23 | 1 | -13/+20 |
* | rename compartment to realm | Kunal Mohan | 2020-01-24 | 1 | -3/+3 |
* | Only start WebGPU thread if an adapter is requested | Zakor Gyula | 2020-01-13 | 1 | -6/+0 |
* | Auto merge of #24123 - gterzian:redo_blob, r=jdm | bors-servo | 2019-12-19 | 1 | -1/+1 |
|\ |
|
| * | re-structure blob, structured serialization | Gregory Terzian | 2019-12-11 | 1 | -1/+1 |
* | | #24468 Performance::queue_entries return the index of the added performance e... | Shinichi Morimoto | 2019-12-13 | 1 | -4/+3 |
* | | devtools: save and send cached messages | Paul Rouget | 2019-12-06 | 1 | -3/+0 |
|/ |
|
* | Use non-IPC webrender API over explicit IPC channels. | Josh Matthews | 2019-11-27 | 1 | -3/+3 |
* | Auto merge of #24758 - gterzian:impl_timer_task_source, r=nox | bors-servo | 2019-11-26 | 1 | -65/+17 |
|\ |
|
| * | impl timer-task-source, dedicated time-out mechanism for service-worker | Gregory Terzian | 2019-11-19 | 1 | -65/+17 |
* | | Auto merge of #24708 - szeged:webgpu-base, r=gterzian,kvark | bors-servo | 2019-11-25 | 1 | -0/+6 |
|\ \ |
|
| * | | Initial implementation of WebGPU API | Zakor Gyula | 2019-11-21 | 1 | -0/+6 |
* | | | Auto merge of #24818 - gterzian:fix_panic_on_finish_load, r=jdm | bors-servo | 2019-11-22 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | abort parser before shutting down layout in exit pipeline | Gregory Terzian | 2019-11-22 | 1 | -6/+8 |
| * | | | abort parser, if any, when pipeline exits | Gregory Terzian | 2019-11-21 | 1 | -0/+6 |
| | |/
| |/| |
|
* | | | Auto merge of #24789 - gterzian:fix_unloading, r=jdm | bors-servo | 2019-11-22 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | ensure unload run with old pipeline as currently-active, do not nullify proxy... | Gregory Terzian | 2019-11-21 | 1 | -1/+2 |
| |/ |
|
* | | Auto merge of #24757 - Akash-Pateria:async-wasm-compilation-subsequent, r=jdm | bors-servo | 2019-11-20 | 1 | -3/+6 |
|\ \ |
|
| * | | Bind runnable dispatching in script_runtime | Akash-Pateria | 2019-11-19 | 1 | -3/+6 |
| |/ |
|
* | | Fix media session action handling | Fernando Jiménez Moreno | 2019-11-20 | 1 | -53/+8 |