| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Auto merge of #23707 - servo:jdm-patch-31, r=paulrouget | bors-servo | 2019-07-05 | 1 | -0/+1 |
|\ |
|
| * | Ensure GL context is prepared for deinitialization. | Josh Matthews | 2019-07-04 | 1 | -0/+1 |
* | | Add media (WindowGLContext) module in canvas_trait | Víctor Manuel Jáquez Leal | 2019-07-04 | 2 | -0/+8 |
|/ |
|
* | Use webxr git repo for all webxr dependencies in Cargo.tomls | Alan Jeffrey | 2019-07-02 | 1 | -1/+1 |
* | Initialize a wevxr device registry from Servo | Alan Jeffrey | 2019-07-02 | 2 | -0/+4 |
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 2 | -2/+2 |
* | Add Servo3D immersive demo for magicleap | Alan Jeffrey | 2019-06-13 | 1 | -2/+2 |
* | Implement WheelEvent Interface | Robert Snakard | 2019-06-09 | 2 | -3/+28 |
* | Make prepare_for_composite return void | oneturkmen | 2019-06-05 | 2 | -7/+3 |
* | Auto merge of #23497 - jdm:windows-resize, r=asajeffrey | bors-servo | 2019-06-04 | 1 | -0/+3 |
|\ |
|
| * | Fix behaviour of window resizing on Windows. | Josh Matthews | 2019-06-01 | 1 | -0/+3 |
* | | compositing: removed opts-get | oneturkmen | 2019-06-01 | 2 | -20/+60 |
|/ |
|
* | Implement MouseEvent buttons attribute | George Roman | 2019-05-16 | 1 | -1/+6 |
* | Refactoring of the Glutin port in preparation of the compositor refactoring. | Paul Rouget | 2019-04-29 | 2 | -4/+7 |
* | Update SetCursor behavior | Paul Rouget | 2019-04-25 | 1 | -3/+10 |
* | call window.gl() once | Paul Rouget | 2019-04-07 | 1 | -14/+22 |
* | Bug: #22853 - Make Window::set_fullscreen pass a non-None value when entering... | Kamal Umudlu | 2019-04-01 | 1 | -0/+3 |
* | bound sampler buffer | Gregory Terzian | 2019-03-31 | 1 | -2/+2 |
* | Auto merge of #23080 - jdm:sampling-profiler, r=gterzian | bors-servo | 2019-03-26 | 1 | -0/+4 |
|\ |
|
| * | Add a sampling profiler and a script to generate profiles for use with Gecko ... | Josh Matthews | 2019-03-26 | 1 | -0/+4 |
* | | Add transparent padding around ServoSurface | Paul Rouget | 2019-03-25 | 2 | -12/+25 |
* | | WR update: draw background before rendering | Paul Rouget | 2019-03-22 | 1 | -0/+3 |
* | | WR update: new viewport semantic | Paul Rouget | 2019-03-22 | 3 | -17/+28 |
* | | WR update: dependencies update | Paul Rouget | 2019-03-21 | 1 | -1/+1 |
|/ |
|
* | Use a test VRDisplay that renders to a GL window | Alan Jeffrey | 2019-03-05 | 4 | -2/+25 |
* | Move RenderNotifier from compositing to servo | Niko Pen | 2019-02-28 | 2 | -41/+2 |
* | Allow the embedder to register their own VRServices | Alan Jeffrey | 2019-02-14 | 2 | -6/+4 |
* | Support for ExternalVR implementation | Paul Rouget | 2019-02-07 | 1 | -0/+6 |
* | Fix servo build and rustfmt recent changes. | Emilio Cobos Álvarez | 2019-01-20 | 2 | -2/+4 |
* | Delete texture when taking a screenshot, not a buffer. | Josh Matthews | 2019-01-17 | 1 | -1/+1 |
* | constellation: restructure navigation, remove sync comm | Gregory Terzian | 2018-12-23 | 1 | -1/+4 |