aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unecessary webrender document from layout.Josh Matthews2020-06-091-7/+5
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-093-11/+182
* Some Cargo.toml cleanupsatouchet2020-05-131-17/+17
* Update webrender.Josh Matthews2020-05-111-1/+1
* Use a restyle for animation ticksMartin Robinson2020-05-051-11/+13
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-175-20/+73
* Remove WebVRAlan Jeffrey2020-04-085-35/+1
* Extract user_agent from global optsUtsav Oza2020-04-061-0/+5
* Pass context menu callbacks down to the openxr deviceManish Goregaokar2020-03-311-1/+2
* Auto merge of #25855 - jdm:surface-inversion, r=Manishearth,asajeffreybors-servo2020-03-092-1/+9
|\
| * Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-092-1/+9
* | Auto merge of #25914 - paulrouget:lessRAF, r=jdmbors-servo2020-03-091-3/+1
|\ \ | |/ |/|
| * Stop embedder calls and fake rAF when window not visiblePaul Rouget2020-03-061-3/+1
* | Update SpiderMonkeyAnthony Ramine2020-03-061-1/+1
* | Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-052-4/+4
|/
* Auto merge of #25822 - jdm:delay-reftest-async-render, r=emiliobors-servo2020-02-212-1/+13
|\
| * Track outstanding WR frames and delay reftest screenshot when necessary.Josh Matthews2020-02-212-1/+13
* | Auto merge of #25806 - jdm:ipc-up, r=Manishearthbors-servo2020-02-201-3/+3
|\ \ | |/ |/|
| * Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-3/+3
* | Stop animations when window is hidden (API + UWP)Paul Rouget2020-02-192-0/+6
|/
* move ConstellationMsg to compositingKunal Mohan2020-01-295-8/+116
* Do not wake up embedder on each animation tickPaul Rouget2019-12-161-1/+3
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-1/+1
* Fix media session action handlingFernando Jiménez Moreno2019-11-201-1/+1
* MediaSessionAction message from embedder to script threadFernando Jiménez Moreno2019-11-201-1/+5
* Avoid recompiling script every time surfman changesAlan Jeffrey2019-11-184-4/+5
* Properly set event.buttons value on mousemovePaul Rouget2019-11-111-5/+1
* Ensure layout/script always have a correct viewport size when a new pipeline ...Josh Matthews2019-11-061-5/+0
* Centralize definitions of window sizes and DPI in compositor/constellation du...Josh Matthews2019-11-061-13/+3
* Use surfman for managing GL surfacesPatrick Walton2019-11-012-5/+4
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-0/+2
* Auto merge of #24058 - Eijebong:ipc-channel, r=jdmbors-servo2019-08-271-1/+1
|\
| * Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* | Implement pointerMove webdriver actionGeorge Roman2019-08-222-9/+14
|/
* Implement TakeElementScreenshot WebDriver commandGeorge Roman2019-08-203-11/+36
* Auto merge of #23988 - georgeroman:implement_pointer_up_and_down_actions, r=jdmbors-servo2019-08-182-1/+21
|\
| * Implement pointerDown and pointerUp webdriver actionsGeorge Roman2019-08-162-1/+21
* | Auto merge of #23979 - Eijebong:deps-deps-deps, r=jdmbors-servo2019-08-161-1/+1
|\ \ | |/ |/|
| * Update webrender, image, png and raqoteBastien Orivel2019-08-161-1/+1
* | Update toml to 0.5 and cbindgen to 0.9Bastien Orivel2019-08-131-1/+1
|/
* Update euclid.Emilio Cobos Álvarez2019-07-234-67/+49
* Auto merge of #23770 - matharumanpreet00:update_cursor_on_scroll, r=paulrougetbors-servo2019-07-151-10/+20
|\
| * use update_cursor() in dispatch_mouse_window_move_event_class() methodManpreet Singh Matharu2019-07-131-14/+4
| * track and update cursor while scrollingManpreet Singh Matharu2019-07-121-0/+20
* | rustfmtJosh Matthews2019-07-093-26/+31
* | Get the `servo` crate building with the new WebRenderPatrick Walton2019-07-092-6/+14
* | Fix WebRender churn in `compositing`Patrick Walton2019-07-092-6/+6
* | A few fixes to the compositor for WebRenderPatrick Walton2019-07-092-4/+5
* | WebRender units are no longer reexported.Patrick Walton2019-07-093-17/+14
|/
* Support WebXR devices with main thread affinityAlan Jeffrey2019-07-053-2/+13