aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-1/+6
* libservo: Expose an `OffscreenRenderingContext` and use it for servoshell (#3...Martin Robinson2025-02-171-1/+0
* feat: Turn `RenderingContext` into a trait (#35052)DK Liao2025-01-241-2/+2
* feat: `webxr` feature flag (#34241)Ngo Iok Ui (Wu Yu Wei)2024-11-131-0/+1
* Move `RenderingContext` to `webrender_traits` (#32386)Martin Robinson2024-05-281-1/+1
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-031-0/+4
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-271-2/+2
* Add initial support for offscreen rendering (#30767)Delan Azabani2023-12-131-2/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+4
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-1/+1
* remove `extern crate` (#30311)Samson2023-09-081-3/+0
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-181-132/+28
* winit: initial minibrowser (#29976)Delan Azabani2023-08-151-0/+3
* Create initial browser id for compositor on startup.Josh Matthews2021-10-181-5/+1
* Make reload button clear the network cache.Josh Matthews2020-07-271-0/+3
* Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+3
* Update to 7/6 rustc.Josh Matthews2020-07-061-1/+0
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-0/+1
* Remove WebVRAlan Jeffrey2020-04-081-4/+0
* Stop animations when window is hidden (API + UWP)Paul Rouget2020-02-191-0/+3
* move ConstellationMsg to compositingKunal Mohan2020-01-291-1/+110
* 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