aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move RenderNotifier from compositing to servoNiko Pen2019-02-281-1/+1
* Initial window sizes are mandatory.Josh Matthews2018-12-141-3/+0
* Rename gleam feature to gl in compositingAnthony Ramine2018-11-201-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-22/+0
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Use keyboard-types cratePyfisch2018-10-071-0/+1
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-0/+1
* Remove components/nonzero, use std::num::NonZero insteadSimon Sapin2018-06-161-1/+0
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-0/+1
* Make gleam optional for compositor, switch various names from glutin to winitDzmitry Malyshau2018-04-181-0/+4
* Update webrender for latest RenderNotifier changes.Josh Matthews2017-10-231-0/+1
* Switch to using WebRender hit testingMartin Robinson2017-10-171-0/+1
* Use wrappers in the nonzero crate so users don’t need unstable featuresSimon Sapin2017-10-131-1/+0
* Use the new nonzero crate in the msg crateSimon Sapin2017-10-131-2/+2
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+0
* Made PipelineId non-zero, so optional ids take no more space.Alan Jeffrey2017-09-181-0/+2
* move embedder related messages, and window event handling, out of compositorGregory Terzian2017-08-281-0/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Improve decisions in compositor over when to draw a frame.Glenn Watson2017-06-201-1/+0
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Webdriver uses browsing context ids rather than pipeline ids.Alan Jeffrey2017-05-251-0/+2
* Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-241-2/+2
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-4/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-3/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Removed util.Alan Jeffrey2016-12-141-2/+2
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-1/+1
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Remove old rendering backend.Glenn Watson2016-10-181-9/+0
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+3
* Removed duplicate #![feature(plugin)]Shubheksha Jalan2016-10-051-1/+0
* Update to euclid 0.8Martin Robinson2016-08-121-1/+1
* Move some unit type definitions to style_traits.Ms2ger2016-07-111-1/+1
* Move ChromeToPaintMsg to gfx_traits.Ms2ger2016-06-241-2/+1
* compositing: Remove CompositorThread structAndrew Shu2016-06-021-1/+1
* Removed CompositorEventListener traitKyle Headley2016-05-311-1/+2
* Remove the ConvertPipelineIdToWebRender trait.Ms2ger2016-05-281-1/+0
* Remove LayoutControlChan.Ms2ger2016-05-281-3/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Use CompositorMsg from script_traits.Ms2ger2016-05-241-2/+0
* Move CompositorMsg to script_traits.Ms2ger2016-05-241-42/+3
* Move sandboxing into the constellation crate.Ms2ger2016-05-221-4/+0
* Move pipeline into the constellation crate.Ms2ger2016-05-211-2/+0
* Move CompositionPipeline out of the pipeline module.Ms2ger2016-05-211-1/+13
* Move constellation into its own crate.Ms2ger2016-05-181-10/+9
* Removed unused importsPer Lundberg2016-05-151-1/+0
* When webdriver is getting a pipeline id, it should wait for the pipeline docu...Alan Jeffrey2016-05-111-2/+3
* Remove unused crates on macos.Josh Matthews2016-04-231-4/+0