aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread_2020/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Disable use of rayon with `--layout-threads 1` instead of panickingSimon Sapin2019-12-101-0/+1
* Support STYLO_THREADS=1Simon Sapin2019-12-101-6/+14
* Add a `request_content_sizes` parameter to `IndependentFormattingContext::con...Simon Sapin2019-12-031-1/+2
* Pass a LayoutContext through box constructionSimon Sapin2019-12-021-2/+1
* Un-allow and fix warnings in `components/layout_2020`Simon Sapin2019-12-021-2/+1
* Auto merge of #24875 - jdm:wr-no-ipc, r=asajeffreybors-servo2019-11-271-31/+14
|\
| * Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-31/+14
* | Use the rayon pool when computing styles in layout 2020Anthony Ramine2019-11-271-1/+1
|/
* Properly use STYLE_THREAD_POOL in layout 2020Anthony Ramine2019-11-251-11/+12
* Pass a LayoutContext to TextRun::layout in 2020Anthony Ramine2019-11-251-9/+19
* layout: Inform webrender about new pipeline as early as possible.Josh Matthews2019-11-131-0/+14
* Ensure layout/script always have a correct viewport size when a new pipeline ...Josh Matthews2019-11-061-21/+7
* dom: Calculate the viewport size of iframes when they are first added to the ...Josh Matthews2019-11-061-0/+9
* 2020: paint background-colorSimon Sapin2019-10-241-4/+5
* 2020: add and call Fragment::build_display_listSimon Sapin2019-10-241-11/+14
* 2020: run layout after box constructionSimon Sapin2019-10-241-2/+11
* Call BoxTreeRoot::construct from layout_thread_2020Anthony Ramine2019-10-041-0/+10
* Import victor's layout system 🍷Anthony Ramine2019-09-111-0/+1
* Rename RecalcStyleAndConstructFlows to RecalcStyleAnthony Ramine2019-09-111-10/+5
* Remove some more codeAnthony Ramine2019-09-111-112/+22
* Remove layout_2020::display_list, use WebRender display lists insteadSimon Sapin2019-09-071-12/+10
* Replace DisplayList::is_contentful with tracking during conversion to WR disp...Simon Sapin2019-09-061-2/+2
* Replace the WebRenderDisplayItemConverter trait with an inherent methodSimon Sapin2019-09-061-1/+0
* restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-5/+0
* Remove more stuff from layout_2020Anthony Ramine2019-08-131-122/+23
* Always send epochs to webrender in layout 2020Anthony Ramine2019-08-101-134/+56
* Fix compilation errors due to the rebaseAnthony Ramine2019-08-011-26/+15
* Remove most of the things in layout 2020Anthony Ramine2019-07-311-465/+29
* Make layout_2020 be layout_2013Anthony Ramine2019-07-311-21/+2127
* Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* Add `./mach build --with-layout-2020`Simon Sapin2019-07-041-0/+59