| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove unecessary webrender document from layout. | Josh Matthews | 2020-06-09 | 1 | -7/+5 |
* | Proxy all WR interactions for layout/font/script/canvas threads to the compos... | Josh Matthews | 2020-06-09 | 3 | -11/+182 |
* | Some Cargo.toml cleanups | atouchet | 2020-05-13 | 1 | -17/+17 |
* | Update webrender. | Josh Matthews | 2020-05-11 | 1 | -1/+1 |
* | Use a restyle for animation ticks | Martin Robinson | 2020-05-05 | 1 | -11/+13 |
* | Update surfman to 0.2 and remove glutin | Alan Jeffrey | 2020-04-17 | 5 | -20/+73 |
* | Remove WebVR | Alan Jeffrey | 2020-04-08 | 5 | -35/+1 |
* | Extract user_agent from global opts | Utsav Oza | 2020-04-06 | 1 | -0/+5 |
* | Pass context menu callbacks down to the openxr device | Manish Goregaokar | 2020-03-31 | 1 | -1/+2 |
* | Auto merge of #25855 - jdm:surface-inversion, r=Manishearth,asajeffrey | bors-servo | 2020-03-09 | 2 | -1/+9 |
|\ |
|
| * | Integrate swapchain surface provider changes into webgl and webxr implementat... | Josh Matthews | 2020-03-09 | 2 | -1/+9 |
* | | Auto merge of #25914 - paulrouget:lessRAF, r=jdm | bors-servo | 2020-03-09 | 1 | -3/+1 |
|\ \
| |/
|/| |
|
| * | Stop embedder calls and fake rAF when window not visible | Paul Rouget | 2020-03-06 | 1 | -3/+1 |
* | | Update SpiderMonkey | Anthony Ramine | 2020-03-06 | 1 | -1/+1 |
* | | Remove syn 0.15 from our crate graph (fixes #24421) | Anthony Ramine | 2020-03-05 | 2 | -4/+4 |
|/ |
|
* | Auto merge of #25822 - jdm:delay-reftest-async-render, r=emilio | bors-servo | 2020-02-21 | 2 | -1/+13 |
|\ |
|
| * | Track outstanding WR frames and delay reftest screenshot when necessary. | Josh Matthews | 2020-02-21 | 2 | -1/+13 |
* | | Auto merge of #25806 - jdm:ipc-up, r=Manishearth | bors-servo | 2020-02-20 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Update ipc-channel and crossbeam-channel. | Josh Matthews | 2020-02-20 | 1 | -3/+3 |
* | | Stop animations when window is hidden (API + UWP) | Paul Rouget | 2020-02-19 | 2 | -0/+6 |
|/ |
|
* | move ConstellationMsg to compositing | Kunal Mohan | 2020-01-29 | 5 | -8/+116 |
* | Do not wake up embedder on each animation tick | Paul Rouget | 2019-12-16 | 1 | -1/+3 |
* | Use non-IPC webrender API over explicit IPC channels. | Josh Matthews | 2019-11-27 | 1 | -1/+1 |
* | Fix media session action handling | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+1 |
* | MediaSessionAction message from embedder to script thread | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+5 |
* | Avoid recompiling script every time surfman changes | Alan Jeffrey | 2019-11-18 | 4 | -4/+5 |
* | Properly set event.buttons value on mousemove | Paul Rouget | 2019-11-11 | 1 | -5/+1 |
* | Ensure layout/script always have a correct viewport size when a new pipeline ... | Josh Matthews | 2019-11-06 | 1 | -5/+0 |
* | Centralize definitions of window sizes and DPI in compositor/constellation du... | Josh Matthews | 2019-11-06 | 1 | -13/+3 |
* | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 2 | -5/+4 |
* | Double key image cache by requesting origin, and store CORS status with cache... | Josh Matthews | 2019-10-04 | 1 | -0/+2 |
* | Auto merge of #24058 - Eijebong:ipc-channel, r=jdm | bors-servo | 2019-08-27 | 1 | -1/+1 |
|\ |
|
| * | Update ipc-channel and related dependencies | Bastien Orivel | 2019-08-27 | 1 | -1/+1 |
* | | Implement pointerMove webdriver action | George Roman | 2019-08-22 | 2 | -9/+14 |
|/ |
|
* | Implement TakeElementScreenshot WebDriver command | George Roman | 2019-08-20 | 3 | -11/+36 |
* | Auto merge of #23988 - georgeroman:implement_pointer_up_and_down_actions, r=jdm | bors-servo | 2019-08-18 | 2 | -1/+21 |
|\ |
|
| * | Implement pointerDown and pointerUp webdriver actions | George Roman | 2019-08-16 | 2 | -1/+21 |
* | | Auto merge of #23979 - Eijebong:deps-deps-deps, r=jdm | bors-servo | 2019-08-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update webrender, image, png and raqote | Bastien Orivel | 2019-08-16 | 1 | -1/+1 |
* | | Update toml to 0.5 and cbindgen to 0.9 | Bastien Orivel | 2019-08-13 | 1 | -1/+1 |
|/ |
|
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 4 | -67/+49 |
* | Auto merge of #23770 - matharumanpreet00:update_cursor_on_scroll, r=paulrouget | bors-servo | 2019-07-15 | 1 | -10/+20 |
|\ |
|
| * | use update_cursor() in dispatch_mouse_window_move_event_class() method | Manpreet Singh Matharu | 2019-07-13 | 1 | -14/+4 |
| * | track and update cursor while scrolling | Manpreet Singh Matharu | 2019-07-12 | 1 | -0/+20 |
* | | rustfmt | Josh Matthews | 2019-07-09 | 3 | -26/+31 |
* | | Get the `servo` crate building with the new WebRender | Patrick Walton | 2019-07-09 | 2 | -6/+14 |
* | | Fix WebRender churn in `compositing` | Patrick Walton | 2019-07-09 | 2 | -6/+6 |
* | | A few fixes to the compositor for WebRender | Patrick Walton | 2019-07-09 | 2 | -4/+5 |
* | | WebRender units are no longer reexported. | Patrick Walton | 2019-07-09 | 3 | -17/+14 |
|/ |
|
* | Support WebXR devices with main thread affinity | Alan Jeffrey | 2019-07-05 | 3 | -2/+13 |