| Commit message (Expand) | Author | Age | Files | Lines |
* | Get the `servo` crate building with the new WebRender | Patrick Walton | 2019-07-09 | 1 | -2/+2 |
* | Fix WebRender churn in `compositing` | Patrick Walton | 2019-07-09 | 1 | -2/+2 |
* | A few fixes to the compositor for WebRender | Patrick Walton | 2019-07-09 | 1 | -2/+2 |
* | WebRender units are no longer reexported. | Patrick Walton | 2019-07-09 | 1 | -4/+3 |
* | Support WebXR devices with main thread affinity | Alan Jeffrey | 2019-07-05 | 1 | -1/+1 |
* | Add media (WindowGLContext) module in canvas_trait | Víctor Manuel Jáquez Leal | 2019-07-04 | 1 | -0/+7 |
* | Initialize a wevxr device registry from Servo | Alan Jeffrey | 2019-07-02 | 1 | -0/+3 |
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -1/+1 |
* | Add Servo3D immersive demo for magicleap | Alan Jeffrey | 2019-06-13 | 1 | -2/+2 |
* | Implement WheelEvent Interface | Robert Snakard | 2019-06-09 | 1 | -1/+4 |
* | Make prepare_for_composite return void | oneturkmen | 2019-06-05 | 1 | -3/+2 |
* | Refactoring of the Glutin port in preparation of the compositor refactoring. | Paul Rouget | 2019-04-29 | 1 | -2/+5 |
* | 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 | 1 | -1/+11 |
* | | WR update: new viewport semantic | Paul Rouget | 2019-03-22 | 1 | -2/+4 |
|/ |
|
* | Use a test VRDisplay that renders to a GL window | Alan Jeffrey | 2019-03-05 | 1 | -1/+7 |
* | Allow the embedder to register their own VRServices | Alan Jeffrey | 2019-02-14 | 1 | -6/+3 |
* | Support for ExternalVR implementation | Paul Rouget | 2019-02-07 | 1 | -0/+6 |
* | constellation: restructure navigation, remove sync comm | Gregory Terzian | 2018-12-23 | 1 | -1/+4 |
* | Update webrender | Manish Goregaokar | 2018-11-27 | 1 | -6/+6 |
* | Rename gleam feature to gl in compositing | Anthony Ramine | 2018-11-20 | 1 | -3/+3 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -2/+2 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
* | remove useless arguments from prepare_for_composite | Paul Rouget | 2018-10-30 | 1 | -2/+2 |
* | Use keyboard-types crate | Pyfisch | 2018-10-07 | 1 | -3/+4 |
* | Let the clipboard crate handle the lack of clipboard support | Paul Rouget | 2018-09-12 | 1 | -2/+0 |
* | Refactor embedder NewBrowser flow | Gregory Terzian | 2018-08-11 | 1 | -2/+1 |
* | move msg to embedder_traits, use in script, handle send error in embedder | Gregory Terzian | 2018-05-23 | 1 | -1/+4 |
* | Make gleam optional for compositor, switch various names from glutin to winit | Dzmitry Malyshau | 2018-04-18 | 1 | -0/+3 |
* | forward EmbedderMsg to embedder | Paul Rouget | 2018-03-22 | 1 | -51/+8 |
* | Reduce the number of calls to the embedder by grouping the screen and window ... | Paul Rouget | 2018-03-22 | 1 | -13/+18 |
* | Auto merge of #20071 - paulrouget:typedsize, r=glennw | bors-servo | 2018-03-16 | 1 | -20/+17 |
|\ |
|
| * | remove WindowMethods::size() | Paul Rouget | 2018-03-16 | 1 | -3/+1 |
| * | alias some euclid types | Paul Rouget | 2018-03-16 | 1 | -17/+16 |
| * | Use typed coordinates. | Paul Rouget | 2018-03-16 | 1 | -12/+12 |
* | | feat(windowevent): expose CaptureWebRender event | OJ Kwon | 2018-03-16 | 1 | -0/+3 |
|/ |
|
* | report panic to embedder | Paul Rouget | 2018-02-13 | 1 | -0/+3 |
* | remove forcetouch support | Paul Rouget | 2018-02-11 | 1 | -4/+1 |
* | style: Move cursor property out of mako | Igor Gutorov | 2018-01-20 | 1 | -2/+2 |
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 1 | -2/+2 |
* | Enable screen.availHeight/availWidth/Height/Width | Shing Lyu | 2017-11-13 | 1 | -0/+4 |
* | do not pass new size to Resize event | Paul Rouget | 2017-11-07 | 1 | -2/+2 |
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -1/+1 |
* | Auto merge of #18181 - paulrouget:close_browser, r=cbrewster | bors-servo | 2017-08-23 | 1 | -0/+3 |
|\ |
|
| * | Make it possible to close a browsing context from the embedder | Paul Rouget | 2017-08-23 | 1 | -0/+3 |
* | | Add key bindings for more WR debug / profiler options. | Glenn Watson | 2017-08-18 | 1 | -3/+11 |
|/ |
|