aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits
Commit message (Collapse)AuthorAgeFilesLines
* Reorder `use` statementsUK9922016-09-091-2/+2
|
* Update to webrender 0.4.0Anthony Ramine2016-08-181-1/+1
|
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-2/+2
|
* Update cargo.lock for wr2, pin ipc-channel.Glenn Watson2016-08-031-1/+1
|
* Hoist retrieval of layout_threads from opts into ConstellationDirkjan Ochtman2016-07-241-1/+2
|
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-2/+1
|
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
|
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-1/+5
| | | | | I also properly bump any dependency related to the serde_macros removal from webrender_traits
* Remove the layout shutdown channel.Ms2ger2016-06-041-1/+0
| | | | Nobody is listening.
* Remove the ConvertPipelineIdToWebRender trait.Ms2ger2016-05-281-13/+1
|
* Remove LayoutControlChan.Ms2ger2016-05-282-10/+0
|
* Use associated types to improve LayoutThreadFactory and ScriptThreadFactory.Ms2ger2016-05-241-2/+4
|
* Remove pointless phantom arguments to ScriptThreadFactory and ↵Ms2ger2016-05-201-3/+1
| | | | LayoutThreadFactory.
* Remove ConstellationChan.Ms2ger2016-05-191-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 placeKosov Eugene2016-05-091-1/+13
|
* Simplify TOML syntaxSimon Sapin2016-04-261-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.9Simon Sapin2016-04-231-1/+1
|
* Added a dedicated panic channel.Alan Jeffrey2016-04-191-2/+2
|
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
|
* Bump serde to 0.7Anthony Ramine2016-03-171-2/+2
|
* Bump url to 0.5.7Anthony Ramine2016-03-091-1/+1
|
* Indicate components should not be published to crates.io.Corey Farwell2016-03-031-0/+1
| | | | http://doc.crates.io/manifest.html#the-publish--field-optional
* Update webrender crate refs to reflect ownership change.Corey Farwell2016-02-231-1/+1
| | | | Also updated the 'webrender' ref to point to the latest commit.
* Add WebRender integration to Servo.Glenn Watson2016-02-182-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.5Anthony Ramine2016-02-131-1/+1
|
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
|
* Update rust-urlKeith Yeung2016-02-021-1/+1
|
* Remove some unused extern crates.Ms2ger2016-01-132-2/+0
|
* task -> threadrohan.prinja2016-01-101-7/+7
|
* Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-1/+1
|
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-1/+1
|
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
|
* Auto merge of #8757 - servo:skia, r=mbrubeckbors-servo2015-12-031-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 Sapin2015-12-021-1/+1
| | | | | | | | Fix https://github.com/servo/skia/issues/70
* | Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanutbors-servo2015-11-281-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 alphabeticallyGuillaume Gomez2015-11-281-2/+2
| |
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-5/+1
|/ | | | … and libc 0.2 and many other dependencies
* Update `ipc-channel` to pick up the improved error reporting.Patrick Walton2015-11-231-1/+1
| | | | Intended to help diagnose intermittent failures.
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-3/+3
| | | | | Multiprocess mode is enabled with the `-M` switch, and sandboxing is enabled with the `-S` switch.
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+2
|
* Fix serde_macrosManish Goregaokar2015-10-281-1/+1
|
* Update euclid to 0.3Manish Goregaokar2015-10-281-1/+1
|
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+1
|
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-231-1/+1
|
* Bump euclid to 0.2Anthony Ramine2015-09-121-1/+1
|
* sort all usesJohann Tuffe2015-08-201-1/+1
|
* Store a Sender<ConstellationControlMsg> in LayoutTask.Ms2ger2015-08-121-2/+2
|
* servo: Update `ipc-channel` to pick up `bincode` support.Patrick Walton2015-08-081-2/+2
| | | | Large improvement in page load times, especially in debug builds.
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-1/+4
|
* compositing: Use an `OptionalIpcSender` for communication between thePatrick Walton2015-07-311-1/+2
| | | | layout and paint tasks.