aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-032-76/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-2/+2
* Clean up arguments passed to and stored in LayoutThreadMartin Robinson2023-05-011-9/+0
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-1/+1
* Remove unecessary webrender document from layout.Josh Matthews2020-06-091-1/+0
* Remove some unused dependency declarationsSimon Sapin2020-05-291-2/+0
* More Cargo.toml cleanupsAlex Touchet2020-05-141-9/+9
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-1/+1
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-272-3/+5
* Ensure layout/script always have a correct viewport size when a new pipeline ...Josh Matthews2019-11-061-5/+2
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-1/+0
* Update euclid.Emilio Cobos Álvarez2019-07-232-3/+3
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Layout_thread: removed all possible opts::get()oneturkmen2019-06-042-0/+15
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+2
* style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-1/+0
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-1/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-182-2/+2
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-12/+2
* Reorder importsPyfisch2018-11-061-1/+1
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-122-2/+4
* Rustfmt layout_traits cratePyfisch2018-09-051-17/+19
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* WR multi-document updateDzmitry Malyshau2017-07-281-0/+1
* Backed out changeset c424ad1c5f94 for build failures a=backout CLOSED TREEGecko Backout2017-07-281-1/+0
* WR multi-document updateDzmitry Malyshau2017-07-281-0/+1
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-202-1/+5
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-132-3/+3
* Bump serde to 1.0Bastien Orivel2017-06-161-1/+1
* Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-2/+3
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-2/+2
* Make ImageCacheImpl have a single Mutex<ImageCacheStore> and use ImageDecoder...Fernando Jiménez Moreno2017-03-271-1/+1
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-1/+1
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-2/+3
* Kill serde_codegen 💣Anthony Ramine2017-02-281-5/+1
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-1/+1
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-1/+1
* Reorder some dependenciesAnthony Ramine2017-02-161-2/+2
* Renaming default_features to default-features as per Cargo's Manifest FormatFrederick F. Kautz IV2017-01-081-1/+1
* Make the layout content process shutdown sender optional.Ms2ger2016-11-301-1/+1
* Auto merge of #14286 - gterzian:update_canvas_with_offscreen_context, r=jdmbors-servo2016-11-241-1/+1
|\
| * Remove old shaders, updates for WR feature and API changes.Glenn Watson2016-11-251-1/+1