aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
* 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
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-1/+1
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-2/+4
* Ensure layout/script always have a correct viewport size when a new pipeline ...Josh Matthews2019-11-061-5/+2
* restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-1/+0
* Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Layout_thread: removed all possible opts::get()oneturkmen2019-06-041-0/+13
* 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-181-1/+1
* 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
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+2
* Rustfmt layout_traits cratePyfisch2018-09-051-17/+19
* 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-201-1/+4
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-2/+2
* 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
* Make the layout content process shutdown sender optional.Ms2ger2016-11-301-1/+1
* Report errors using the top-level frame id rather than the pipeline id.Alan Jeffrey2016-11-171-1/+2
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Remove old rendering backend.Glenn Watson2016-10-181-5/+1
* Reorder `use` statementsUK9922016-09-091-2/+2
* 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
* Remove the layout shutdown channel.Ms2ger2016-06-041-1/+0
* Remove the ConvertPipelineIdToWebRender trait.Ms2ger2016-05-281-13/+1
* Remove LayoutControlChan.Ms2ger2016-05-281-8/+0
* Use associated types to improve LayoutThreadFactory and ScriptThreadFactory.Ms2ger2016-05-241-2/+4
* Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFac...Ms2ger2016-05-201-3/+1
* Remove ConstellationChan.Ms2ger2016-05-191-3/+3
* move trait ConvertPipelineIdToWebRender to a better placeKosov Eugene2016-05-091-1/+13
* Added a dedicated panic channel.Alan Jeffrey2016-04-191-2/+2
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Add WebRender integration to Servo.Glenn Watson2016-02-181-1/+3
* Remove some unused extern crates.Ms2ger2016-01-131-1/+0
* task -> threadrohan.prinja2016-01-101-7/+7