| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial work on job queues for service workers | Rahul Sharma | 2016-11-22 | 1 | -0/+1 |
* | Auto merge of #14246 - emilio:servo-url, r=SimonSapin | bors-servo | 2016-11-17 | 1 | -0/+1 |
|\ |
|
| * | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -0/+1 |
* | | script creates methods taking '*mut JSContext' unsafe | Abelardo E. Mendoza | 2016-11-14 | 1 | -4/+4 |
|/ |
|
* | Auto merge of #13774 - KiChjang:event-source-constructor, r=jdm | bors-servo | 2016-11-12 | 1 | -0/+1 |
|\ |
|
| * | Implement reestablishing the connection for EventSource | Keith Yeung | 2016-11-11 | 1 | -0/+1 |
* | | script: Ensure script is initialized before running script. | Emilio Cobos Álvarez | 2016-11-12 | 1 | -4/+6 |
|/ |
|
* | Blacklisted items are removed when calling getServices/Characteristics/Descri... | fokinv | 2016-11-04 | 1 | -1/+0 |
* | Auto merge of #14044 - servo:bluetooth, r=emilio | bors-servo | 2016-11-03 | 1 | -0/+1 |
|\ |
|
| * | Split the bluetooth code out from the net crates. | Ms2ger | 2016-11-03 | 1 | -0/+1 |
* | | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -1/+2 |
|/ |
|
* | Remove #![feature(custom_attribute)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 |
* | Remove #![feature(custom_derive)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 |
* | Auto merge of #14028 - servo:rustup, r=nox,SimonSapin | bors-servo | 2016-11-02 | 1 | -1/+4 |
|\ |
|
| * | Make #[derive(JSTraceable)] a procedural macro | Anthony Ramine | 2016-11-03 | 1 | -0/+2 |
| * | Use heapsize_derive instead of heapsize_plugin | Simon Sapin | 2016-11-03 | 1 | -1/+2 |
* | | Auto merge of #13453 - metajack:media-query-list, r=jdm | bors-servo | 2016-11-02 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Implement matchMedia and MediaQueryList | Jack Moffitt | 2016-11-02 | 1 | -0/+1 |
* | | Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26) | Anthony Ramine | 2016-10-27 | 1 | -1/+0 |
|/ |
|
* | Merge script::parse and script::dom::servoparser | Anthony Ramine | 2016-10-11 | 1 | -1/+0 |
* | Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) | Anthony Ramine | 2016-10-09 | 1 | -1/+0 |
* | Make TopTypeId an untagged union | Anthony Ramine | 2016-10-06 | 1 | -0/+1 |
* | Reorder features in script crate | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
* | Revert "Make DOMRefCell use style’s copy of RefCell" | Simon Sapin | 2016-10-04 | 1 | -0/+1 |
* | Use parking_lot::RwLock instead of DOMRefCell for PropertyDeclarationBlock | Simon Sapin | 2016-10-04 | 1 | -0/+1 |
* | Implement the Fetch method | Jeena Lee | 2016-09-29 | 1 | -0/+1 |
* | Auto merge of #13345 - malisas:malisa-bodyAPI, r=jdm | bors-servo | 2016-09-29 | 1 | -0/+1 |
|\ |
|
| * | impl Body mixin for dom::Response and dom::Request | Malisa Smith | 2016-09-28 | 1 | -0/+1 |
* | | Add OSMesa headless mode, run WPT against Webrender, update tests. | Glenn Watson | 2016-09-28 | 1 | -12/+0 |
|/ |
|
* | Put back video metadata | Guillaume Gomez | 2016-09-09 | 1 | -0/+1 |
* | Move DOMRefCell to style. | Simon Sapin | 2016-08-31 | 1 | -1/+0 |
* | Make DOMRefCell use style’s copy of RefCell | Simon Sapin | 2016-08-31 | 1 | -1/+0 |
* | Pass real values to the proxy handler setup. | Josh Matthews | 2016-08-25 | 1 | -3/+3 |
* | Update Rust to 1.13.0-nightly (3c5a0fa45 2016-08-22) | Anthony Ramine | 2016-08-23 | 1 | -1/+0 |
* | Use feature try_borrow instead of borrow_state in script | Anthony Ramine | 2016-08-20 | 1 | -1/+1 |
* | script: Disable our dependency in ffmpeg until the media madness is over. | Emilio Cobos Álvarez | 2016-08-17 | 1 | -2/+0 |
* | Use impl Trait syntax for Node::child_elements | Anthony Ramine | 2016-08-13 | 1 | -0/+1 |
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -0/+1 |
* | Auto merge of #12186 - GuillaumeGomez:video-metadata, r=larsbergstrom,jdm,KiC... | bors-servo | 2016-07-29 | 1 | -0/+2 |
|\ |
|
| * | Add condition to not use video-metadata on aarch64 architecture as well | Guillaume Gomez | 2016-07-28 | 1 | -1/+1 |
| * | Disable video-metadata build on arm architecture as well | Guillaume Gomez | 2016-07-27 | 1 | -1/+1 |
| * | Remove video-metadata from android platform | Guillaume Gomez | 2016-07-27 | 1 | -0/+1 |
| * | Add video-metadata-rs dependencies | ggomez | 2016-07-25 | 1 | -0/+1 |
* | | Remove the no longer necessary iter_arith feature gate. | Ms2ger | 2016-07-29 | 1 | -1/+0 |
* | | Support tinyfiledialogs on Windows | UK992 | 2016-07-25 | 1 | -2/+1 |
|/ |
|
* | make resource_thread talk to sw-manager | Rahul Sharma | 2016-07-18 | 1 | -4/+3 |
* | Integrate service worker manager thread | Rahul Sharma | 2016-07-16 | 1 | -1/+8 |
* | Replace AdjacentPosition::parse by TryFrom | Guillaume Gomez | 2016-07-12 | 1 | -0/+1 |
* | Remove util::breakpoint | Anthony Ramine | 2016-07-06 | 1 | -1/+1 |
* | Use a stack guard and a macro for RootedVec instead of return_address. | Eduard Burtescu | 2016-07-04 | 1 | -1/+1 |