| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Only start WebGPU thread if an adapter is requested | Zakor Gyula | 2020-01-13 | 2 | -23/+79 |
* | Do not wake up embedder on each animation tick | Paul Rouget | 2019-12-16 | 2 | -8/+15 |
* | Use non-IPC webrender API over explicit IPC channels. | Josh Matthews | 2019-11-27 | 3 | -17/+151 |
* | Initial implementation of WebGPU API | Zakor Gyula | 2019-11-21 | 3 | -0/+29 |
* | Switch play and pause buttons according to playback state | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+2 |
* | Fix media session action handling | Fernando Jiménez Moreno | 2019-11-20 | 1 | -33/+28 |
* | Format code and fix rebase errors | Fernando Jiménez Moreno | 2019-11-20 | 1 | -2/+2 |
* | Move active media session logic to constellation | Fernando Jiménez Moreno | 2019-11-20 | 1 | -4/+28 |
* | Introduce embedder MediaSessionEvent and move active session to Servo | Fernando Jiménez Moreno | 2019-11-20 | 1 | -3/+0 |
* | Register media instance with session and prepare communication with embedder | Fernando Jiménez Moreno | 2019-11-20 | 1 | -0/+7 |
* | MediaSessionAction message from embedder to script thread | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+35 |
* | Auto merge of #24664 - gterzian:fix_port_transfer, r=jdm | bors-servo | 2019-11-18 | 1 | -35/+265 |
|\ |
|
| * | fix complete messageport transfer | Gregory Terzian | 2019-11-15 | 1 | -35/+265 |
* | | Properly set event.buttons value on mousemove | Paul Rouget | 2019-11-11 | 1 | -0/+4 |
* | | Fix some warnings new in Rust Nightly | Simon Sapin | 2019-11-08 | 1 | -1/+1 |
* | | Ensure layout/script always have a correct viewport size when a new pipeline ... | Josh Matthews | 2019-11-06 | 2 | -1/+17 |
* | | Centralize definitions of window sizes and DPI in compositor/constellation du... | Josh Matthews | 2019-11-06 | 2 | -42/+11 |
* | | Only updated history once | Paul Rouget | 2019-11-05 | 1 | -3/+0 |
* | | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 2 | -4/+2 |
* | | Auto merge of #24525 - glowe:issue-23009/separate_angle_and_disable_vsync, r=jdm | bors-servo | 2019-10-26 | 2 | -1/+17 |
|\ \
| |/
|/| |
|
| * | Extract device_pixels_per_px from global opts | glowe | 2019-10-26 | 2 | -1/+17 |
* | | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #24492 - gterzian:update_timer_scheduler, r=asajeffrey | bors-servo | 2019-10-21 | 2 | -99/+70 |
|\ |
|
| * | update timer scheduler to use crossbeam | Gregory Terzian | 2019-10-20 | 2 | -99/+70 |
* | | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -3/+224 |
|/ |
|
* | Remove unused dependencies | Shotaro Yamada | 2019-10-01 | 1 | -1/+0 |
* | 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 | 1 | -0/+4 |
|/ |
|
* | introduce a pipeline namespace installer | Gregory Terzian | 2019-08-21 | 2 | -6/+47 |
* | Implement TakeElementScreenshot WebDriver command | George Roman | 2019-08-20 | 1 | -2/+2 |
* | Auto merge of #23988 - georgeroman:implement_pointer_up_and_down_actions, r=jdm | bors-servo | 2019-08-18 | 1 | -0/+9 |
|\ |
|
| * | Implement pointerDown and pointerUp webdriver actions | George Roman | 2019-08-16 | 1 | -0/+9 |
* | | restructure content process shutdown ack with threaded sender, without layout | Gregory Terzian | 2019-08-17 | 1 | -20/+7 |
|/ |
|
* | Auto merge of #23805 - georgeroman:initial_actions_support_in_webdriver, r=jdm | bors-servo | 2019-08-15 | 1 | -0/+22 |
|\ |
|
| * | Initial actions support in WebDriver | George Roman | 2019-08-10 | 1 | -0/+22 |
* | | Update rand to 0.6 | Bastien Orivel | 2019-08-11 | 1 | -3/+3 |
|/ |
|
* | Remove extra webgl message pumping thread. | Josh Matthews | 2019-07-25 | 2 | -2/+20 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 4 | -15/+15 |
* | Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffrey | bors-servo | 2019-07-18 | 2 | -66/+63 |
|\ |
|
| * | clean-up navigation | Gregory Terzian | 2019-07-18 | 2 | -66/+63 |
* | | Final tweaks: use expect and remove unnecessary crate attributes | Fernando Jiménez Moreno | 2019-07-04 | 2 | -2/+2 |
* | | Media crate | Fernando Jiménez Moreno | 2019-07-04 | 3 | -3/+3 |
* | | Pass GLPlayerThreads to constellation | Víctor Manuel Jáquez Leal | 2019-07-04 | 1 | -0/+14 |
* | | Add media (WindowGLContext) module in canvas_trait | Víctor Manuel Jáquez Leal | 2019-07-04 | 2 | -0/+16 |
* | | Auto merge of #23564 - mmiecz:clipboard-refactoring, r=jdm | bors-servo | 2019-07-03 | 1 | -35/+0 |
|\ \ |
|
| * | | Code cleanup | Michal Mieczkowski | 2019-06-13 | 1 | -1/+0 |
| * | | Remove clipboard handling from constellation, and remove ScriptMessage for ge... | Michal Mieczkowski | 2019-06-13 | 1 | -34/+0 |
* | | | Use webxr IPC to get a WebXR device registry to each script thread | Alan Jeffrey | 2019-07-03 | 3 | -0/+15 |
* | | | Rename {azure,raqote}_backend feature flags to canvas2d-{azure,raqote} | Simon Sapin | 2019-07-01 | 1 | -2/+2 |