aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* remove `extern crate` (#30311)Samson2023-09-081-11/+0
* Further changes required by ServoOriol Brufau2023-08-161-0/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+0
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-0/+2
* introduce a pipeline namespace installerGregory Terzian2019-08-211-0/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+0
* Use keyboard-types cratePyfisch2018-10-071-2/+0
* Format msg #21373kingdido9992018-09-111-3/+6
* Remove components/nonzero, use std::num::NonZero insteadSimon Sapin2018-06-161-1/+0
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Use wrappers in the nonzero crate so users don’t need unstable featuresSimon Sapin2017-10-131-3/+0
* Use the new nonzero crate in the msg crateSimon Sapin2017-10-131-4/+4
* Made PipelineId non-zero, so optional ids take no more space.Alan Jeffrey2017-09-181-1/+5
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-2/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-3/+0
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-2/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+1
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+1
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-1/+2
* Move Image and PixelFormat to net_traits.Ms2ger2016-10-211-1/+0
* Move LoadData to script_traits.Ms2ger2016-10-211-3/+0
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-2/+4
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-0/+1
* Move webdriver_msg to script_traits.Ms2ger2016-07-051-4/+0
* Move WindowSizeData to script_traits.Ms2ger2016-07-051-2/+0
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-251-0/+1
* Silence unused-extern-crates false positives.Zbynek Winkler2016-04-221-0/+1
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Add WebRender integration to Servo.Glenn Watson2016-02-181-0/+1
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+2
* Move FrameTreeId type to gfx_traits #9221Maciej Skrzypkowski2016-01-131-1/+0
* Hoist ParseErrorReporter into style and remove the dependency on msg.Bobby Holley2016-01-111-10/+0
* Remove unused dependencies from the msg crate.Ms2ger2016-01-111-6/+0
* Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-0/+10
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-3/+0
* Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-1/+1
* Replace libpng with image everywhere.Matt Brubeck2015-10-101-2/+1
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-0/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-8/+8
* Add style_traits crate to improve crate separation,João Oliveira2015-09-041-1/+1
* make test-tidy check that = have space after themerneyja2015-09-011-2/+2
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+1
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-0/+2
* compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-141-0/+5
* Use euclid from crates.ioecoal952015-06-191-1/+1