| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #22576 - Eijebong:itertools, r=Manishearth | bors-servo | 2019-01-02 | 1 | -4/+4 |
|\ |
|
| * | Update itertools to 0.8 | Bastien Orivel | 2018-12-30 | 1 | -4/+4 |
* | | Publish selectors 0.21.0 on crates.ioselectors-v0.21.0 | Simon Sapin | 2018-12-31 | 1 | -9/+9 |
|/ |
|
* | Update bindgen to 0.46 | Bastien Orivel | 2018-12-29 | 1 | -7/+18 |
* | Auto merge of #22449 - georgeroman:implement_htmlmediaelement_playback_rates,... | bors-servo | 2018-12-28 | 1 | -5/+5 |
|\ |
|
| * | Implement HTMLMediaElement defaultPlaybackRate and playbackRate attributes | George Roman | 2018-12-26 | 1 | -5/+5 |
* | | Split simpleservo into 3 crates for rust, c and jni apis | Paul Rouget | 2018-12-28 | 1 | -16/+33 |
|/ |
|
* | Use `IndexMap` for WebIDL Record | CYBAI | 2018-12-26 | 1 | -3/+4 |
* | Auto merge of #22534 - Eijebong:owning_ref, r=KiChjang | bors-servo | 2018-12-23 | 1 | -7/+7 |
|\ |
|
| * | Update owning_ref to 0.4 | Bastien Orivel | 2018-12-22 | 1 | -7/+7 |
* | | Auto merge of #22491 - asajeffrey:magicleap-keyboard-visibility, r=jdm | bors-servo | 2018-12-23 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Add basic keyboard support for magicleap | Alan Jeffrey | 2018-12-18 | 1 | -0/+1 |
* | | Dedupe log | Bastien Orivel | 2018-12-20 | 1 | -125/+105 |
|/ |
|
* | Auto merge of #22432 - servo:encoding, r=SimonSapin | bors-servo | 2018-12-12 | 1 | -3/+5 |
|\ |
|
| * | Make the parser decode input from document's encoding | Anthony Ramine | 2018-12-12 | 1 | -3/+5 |
* | | Implementing volume attribute into HTMLMediaElement | Lucas Fantacuci | 2018-12-12 | 1 | -5/+6 |
|/ |
|
* | Update servo-media. Fixes discarded frames during player setup | Fernando Jiménez Moreno | 2018-12-06 | 1 | -5/+5 |
* | Auto merge of #22349 - paulrouget:androidlogs_update, r=jdm | bors-servo | 2018-12-01 | 1 | -3/+3 |
|\ |
|
| * | android_logger update | Paul Rouget | 2018-12-01 | 1 | -3/+3 |
* | | Update rust-webvr | Manish Goregaokar | 2018-11-30 | 1 | -3/+3 |
* | | Update syn and related dependencies | Bastien Orivel | 2018-11-30 | 1 | -151/+125 |
* | | Update env_logger to 0.6 | Bastien Orivel | 2018-11-29 | 1 | -69/+70 |
* | | Update webrender | Manish Goregaokar | 2018-11-27 | 1 | -46/+45 |
* | | Auto merge of #22221 - Eijebong:random-depup, r=nox | bors-servo | 2018-11-27 | 1 | -56/+71 |
|\ \ |
|
| * | | Update webdriver | Bastien Orivel | 2018-11-19 | 1 | -3/+3 |
| * | | Update encoding_rs | Bastien Orivel | 2018-11-19 | 1 | -4/+4 |
| * | | Update openssl related dependencies | Bastien Orivel | 2018-11-19 | 1 | -20/+21 |
| * | | Update brotli | Bastien Orivel | 2018-11-19 | 1 | -10/+21 |
| * | | Update packed_simd | Bastien Orivel | 2018-11-19 | 1 | -3/+3 |
| * | | Update bindgen | Bastien Orivel | 2018-11-19 | 1 | -16/+19 |
* | | | introduce a background-hang-monitor: | Gregory Terzian | 2018-11-26 | 1 | -0/+27 |
| |/
|/| |
|
* | | Auto merge of #22225 - servo:webgl, r=emilio | bors-servo | 2018-11-21 | 1 | -2/+8 |
|\ \ |
|
| * | | Call rgba8_byte_swap_colors_inplace on the WebGL thread | Anthony Ramine | 2018-11-20 | 1 | -0/+1 |
| * | | Move PixelFormat to the pixels crate | Anthony Ramine | 2018-11-20 | 1 | -0/+6 |
| * | | Move prepare_pixels to the canvas thread | Anthony Ramine | 2018-11-20 | 1 | -3/+2 |
| |/ |
|
* | | refactored performance timing to align with updated spec | ddh | 2018-11-20 | 1 | -0/+1 |
* | | Forward WebDriver CompositionEvent | Pyfisch | 2018-11-19 | 1 | -11/+11 |
|/ |
|
* | Update mozjs and enable 'init_once' feature for Android | Paul Rouget | 2018-11-19 | 1 | -4/+4 |
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -64/+54 |
* | Update image related dependencies | Bastien Orivel | 2018-11-18 | 1 | -131/+168 |
* | Auto merge of #22202 - servo:webgl, r=jdm | bors-servo | 2018-11-17 | 1 | -26/+51 |
|\ |
|
| * | Move prepare_pixels helper functions to canvas_traits | Anthony Ramine | 2018-11-16 | 1 | -26/+51 |
* | | Introduce rejectionhandled event | CYBAI | 2018-11-13 | 1 | -4/+4 |
|/ |
|
* | Auto merge of #22173 - pyfisch:webdriver-keys, r=paulrouget | bors-servo | 2018-11-12 | 1 | -11/+12 |
|\ |
|
| * | Use keyboard-types::webdriver::send_keys | Pyfisch | 2018-11-11 | 1 | -11/+12 |
* | | layout: Fix servo build. | Emilio Cobos Álvarez | 2018-11-10 | 1 | -0/+1 |
|/ |
|
* | Get the magicleap build to work in CI | Alan Jeffrey | 2018-11-09 | 1 | -2/+2 |
* | Update uuid | Bastien Orivel | 2018-11-09 | 1 | -46/+45 |
* | Update rayon-core | Alex Touchet | 2018-11-08 | 1 | -4/+3 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -2/+1 |