| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for touch events on Android | Manish Goregaokar | 2018-11-20 | 3 | -1/+113 |
* | Update MPL license to https (part 1) | Jan Andre Ikenmeyer | 2018-11-19 | 17 | -17/+17 |
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -1/+1 |
* | Update image related dependencies | Bastien Orivel | 2018-11-18 | 1 | -2/+2 |
* | Auto merge of #22206 - asajeffrey:magicleap-sharks-with-frikkin-lasers, r=jdm | bors-servo | 2018-11-17 | 1 | -1/+1 |
|\ |
|
| * | Use a laser pointer rather than the trackpad to control web content. | Alan Jeffrey | 2018-11-15 | 1 | -1/+1 |
* | | Move prepare_pixels helper functions to canvas_traits | Anthony Ramine | 2018-11-16 | 1 | -1/+1 |
|/ |
|
* | Use keyboard-types::webdriver::send_keys | Pyfisch | 2018-11-11 | 1 | -1/+1 |
* | Get the magicleap build to work in CI | Alan Jeffrey | 2018-11-09 | 3 | -8/+5 |
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 4 | -10/+0 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 7 | -58/+19 |
* | Reorder imports | Pyfisch | 2018-11-06 | 4 | -12/+14 |
* | Format remaining files | Pyfisch | 2018-11-06 | 5 | -120/+180 |
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 3 | -0/+3 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 5 | -9/+9 |
* | Auto merge of #22092 - paulrouget:thread_count, r=manishearth | bors-servo | 2018-11-06 | 4 | -1/+56 |
|\ |
|
| * | Count threads at shutdown and warn if not all finished | Paul Rouget | 2018-11-06 | 4 | -1/+56 |
* | | Auto merge of #22094 - asajeffrey:magicleap-shutdown, r=paulrouget | bors-servo | 2018-11-06 | 1 | -3/+25 |
|\ \ |
|
| * | | Argh tabs vs spaces | Alan Jeffrey | 2018-11-05 | 1 | -2/+2 |
| * | | Responding to review comments | Alan Jeffrey | 2018-11-05 | 1 | -2/+7 |
| * | | Shut down servo when the ML app quits | Alan Jeffrey | 2018-11-02 | 1 | -3/+20 |
* | | | Support scrolling in Magic Leap Servo | Alan Jeffrey | 2018-11-01 | 1 | -6/+88 |
|/ / |
|
* | | Auto merge of #22060 - jdm:ml, r=asajeffrey | bors-servo | 2018-11-01 | 1 | -0/+1 |
|\ \ |
|
| * | | Add a build switch to disable the native bluetooth backend. | Josh Matthews | 2018-10-30 | 1 | -0/+1 |
| |/ |
|
* / | Get the Servo2D URL bar to show the current URL, and to navigate when edited. | Alan Jeffrey | 2018-10-31 | 1 | -1/+40 |
|/ |
|
* | Hook up the back and forward buttons to history traversal in Magic Leap Servo2D | Alan Jeffrey | 2018-10-30 | 1 | -19/+39 |
* | Auto merge of #22044 - asajeffrey:magicleap-less-egl-buffer-swapping, r=jdm | bors-servo | 2018-10-30 | 1 | -19/+23 |
|\ |
|
| * | Reduce the amount of EGL buffer swapping the ML port is doing | Alan Jeffrey | 2018-10-29 | 1 | -19/+23 |
* | | Auto merge of #22048 - paulrouget:remove_prepare_for_composite_args, r=jdm | bors-servo | 2018-10-30 | 2 | -13/+9 |
|\ \ |
|
| * | | remove useless arguments from prepare_for_composite | Paul Rouget | 2018-10-30 | 2 | -13/+9 |
* | | | Auto merge of #22045 - asajeffrey:magicleap-follow-hyperlinks, r=paulrouget | bors-servo | 2018-10-30 | 1 | -0/+59 |
|\ \ \ |
|
| * | | | Get the ML port to follow hyperlinks | Alan Jeffrey | 2018-10-29 | 1 | -0/+59 |
| | |/
| |/| |
|
* | | | Auto merge of #22021 - paulrouget:shutdown, r=paulrouget | bors-servo | 2018-10-30 | 3 | -1/+61 |
|\ \ \
| |/ /
|/| | |
|
| * | | Android: proper shutdown mechanism | Paul Rouget | 2018-10-26 | 3 | -1/+61 |
| |/ |
|
* | | Support building for Magic Leap. | Alan Jeffrey | 2018-10-29 | 2 | -0/+251 |
* | | Update osmesa-src | Anthony Ramine | 2018-10-26 | 1 | -4/+1 |
|/ |
|
* | Auto merge of #21881 - pyfisch:keyboard-types, r=paulrouget | bors-servo | 2018-10-17 | 6 | -425/+383 |
|\ |
|
| * | Minor keyboard updates | Pyfisch | 2018-10-13 | 3 | -66/+49 |
| * | Use keyboard-types crate | Pyfisch | 2018-10-07 | 6 | -393/+368 |
* | | Flush the android logging buffer when most recent read fills it up. | Josh Matthews | 2018-10-15 | 1 | -1/+1 |
* | | Make android logging thread only process buffer slice that contains real data. | Josh Matthews | 2018-10-15 | 1 | -0/+3 |
* | | Report to logcat when android logging thread terminates unexpectedly. | Josh Matthews | 2018-10-15 | 1 | -1/+4 |
|/ |
|
* | Disable subpixel text antialiasing for ServoSurface | Paul Rouget | 2018-10-06 | 3 | -1/+12 |
* | Make JNI code more robust | Paul Rouget | 2018-10-05 | 3 | -118/+203 |
* | Auto merge of #21825 - jdm:backtrace-helpers, r=Manishearth | bors-servo | 2018-10-02 | 2 | -0/+4 |
|\ |
|
| * | script: Optionally store backtraces when throwing DOM exceptions. | Josh Matthews | 2018-10-01 | 2 | -1/+3 |
| * | webgl: Add feature to store backtraces for each WebGL API call for easier deb... | Josh Matthews | 2018-10-01 | 2 | -0/+2 |
* | | com.mozilla to org.mozilla | Paul Rouget | 2018-10-02 | 1 | -18/+18 |
* | | Auto merge of #21809 - servo:features, r=SimonSapin | bors-servo | 2018-09-27 | 1 | -0/+3 |
|\ \
| |/
|/| |
|