Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | Update to webrender 0.4.0 | Anthony Ramine | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -2/+2 |
| | |||||
* | Update cargo.lock for wr2, pin ipc-channel. | Glenn Watson | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Hoist retrieval of layout_threads from opts into Constellation | Dirkjan Ochtman | 2016-07-24 | 1 | -1/+2 |
| | |||||
* | Removed panic channel, replaced by integrated logging and issue reporting. | Alan Jeffrey | 2016-07-20 | 1 | -2/+1 |
| | |||||
* | All our Cargo.toml files should contain an MPL-2.0 license field. | Alan Jeffrey | 2016-07-14 | 1 | -0/+1 |
| | |||||
* | Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) | Anthony Ramine | 2016-06-27 | 1 | -1/+5 |
| | | | | | I also properly bump any dependency related to the serde_macros removal from webrender_traits | ||||
* | Remove the layout shutdown channel. | Ms2ger | 2016-06-04 | 1 | -1/+0 |
| | | | | Nobody is listening. | ||||
* | Remove the ConvertPipelineIdToWebRender trait. | Ms2ger | 2016-05-28 | 1 | -13/+1 |
| | |||||
* | Remove LayoutControlChan. | Ms2ger | 2016-05-28 | 2 | -10/+0 |
| | |||||
* | Use associated types to improve LayoutThreadFactory and ScriptThreadFactory. | Ms2ger | 2016-05-24 | 1 | -2/+4 |
| | |||||
* | Remove pointless phantom arguments to ScriptThreadFactory and ↵ | Ms2ger | 2016-05-20 | 1 | -3/+1 |
| | | | | LayoutThreadFactory. | ||||
* | Remove ConstellationChan. | Ms2ger | 2016-05-19 | 1 | -3/+3 |
| | | | | | | It's a pointless abstraction that propagates the obsolete chan terminology, swaps the order in which the sender and receiver are returned, and hides a source of panics. | ||||
* | move trait ConvertPipelineIdToWebRender to a better place | Kosov Eugene | 2016-05-09 | 1 | -1/+13 |
| | |||||
* | Simplify TOML syntax | Simon Sapin | 2016-04-26 | 1 | -24/+8 |
| | | | | | | | | * Sections like `[dependencies.foo]` can be entries in a `[dependencies]` section with the `{key = value}` syntax. * Per-target dependencies can be expressed with more general `cfg(…)` conditions instead of exact target triples: https://github.com/rust-lang/cargo/pull/2328 | ||||
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | Added a dedicated panic channel. | Alan Jeffrey | 2016-04-19 | 1 | -2/+2 |
| | |||||
* | Deny unsafe code in more crates. | Ms2ger | 2016-03-18 | 1 | -0/+2 |
| | |||||
* | Bump serde to 0.7 | Anthony Ramine | 2016-03-17 | 1 | -2/+2 |
| | |||||
* | Bump url to 0.5.7 | Anthony Ramine | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | Indicate components should not be published to crates.io. | Corey Farwell | 2016-03-03 | 1 | -0/+1 |
| | | | | http://doc.crates.io/manifest.html#the-publish--field-optional | ||||
* | Update webrender crate refs to reflect ownership change. | Corey Farwell | 2016-02-23 | 1 | -1/+1 |
| | | | | Also updated the 'webrender' ref to point to the latest commit. | ||||
* | Add WebRender integration to Servo. | Glenn Watson | 2016-02-18 | 2 | -1/+6 |
| | | | | | | | | WebRender is an experimental GPU accelerated rendering backend for Servo. The WebRender backend can be specified by running Servo with the -w option (otherwise the default rendering backend will be used). WebRender has many bugs, and missing features - but it is usable to browse most websites - please report any WebRender specific rendering bugs you encounter! | ||||
* | Bump url to 0.5.5 | Anthony Ramine | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Update rust-url | Keith Yeung | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Remove some unused extern crates. | Ms2ger | 2016-01-13 | 2 | -2/+0 |
| | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -7/+7 |
| | |||||
* | Separate script and layout messages, issue #8843 | Joe Kachmar | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Use Url.join instead of UrlParser.base_url(...).parse (#9002) | Mathieu Agopian | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Move ScriptMsg from msg crate into script_traits | Tomas Cernaj | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Auto merge of #8757 - servo:skia, r=mbrubeck | bors-servo | 2015-12-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Use skia and deps from crates.io. This makes the initial download for skia go from a 300 MB git repository to a 5 MB tarball. This should help with issues like #6132 and #7687. Fix https://github.com/servo/skia/issues/70 This builds, but the at the moment causes a number of tidy errors for duplicated crates. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8757) <!-- Reviewable:end --> | ||||
| * | Use skia and deps from crates.io. | Simon Sapin | 2015-12-02 | 1 | -1/+1 |
| | | | | | | | | Fix https://github.com/servo/skia/issues/70 | ||||
* | | Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanut | bors-servo | 2015-11-28 | 1 | -2/+2 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | Ensure crate are alphabetically sorted cc @nox <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8692) <!-- Reviewable:end --> | ||||
| * | Add check up on extern crate order and sort extern crates alphabetically | Guillaume Gomez | 2015-11-28 | 1 | -2/+2 |
| | | |||||
* | | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -5/+1 |
|/ | | | | … and libc 0.2 and many other dependencies | ||||
* | Update `ipc-channel` to pick up the improved error reporting. | Patrick Walton | 2015-11-23 | 1 | -1/+1 |
| | | | | Intended to help diagnose intermittent failures. | ||||
* | compositing: Split Servo up into multiple sandboxed processes. | Patrick Walton | 2015-11-19 | 1 | -3/+3 |
| | | | | | Multiprocess mode is enabled with the `-M` switch, and sandboxing is enabled with the `-S` switch. | ||||
* | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -1/+2 |
| | |||||
* | Fix serde_macros | Manish Goregaokar | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | Update euclid to 0.3 | Manish Goregaokar | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -2/+1 |
| | |||||
* | Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev. | Manish Goregaokar | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | Bump euclid to 0.2 | Anthony Ramine | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Store a Sender<ConstellationControlMsg> in LayoutTask. | Ms2ger | 2015-08-12 | 1 | -2/+2 |
| | |||||
* | servo: Update `ipc-channel` to pick up `bincode` support. | Patrick Walton | 2015-08-08 | 1 | -2/+2 |
| | | | | Large improvement in page load times, especially in debug builds. | ||||
* | script: Make the resource task communication use IPC channels. | Patrick Walton | 2015-07-31 | 1 | -1/+4 |
| | |||||
* | compositing: Use an `OptionalIpcSender` for communication between the | Patrick Walton | 2015-07-31 | 1 | -1/+2 |
| | | | | layout and paint tasks. |