aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list
Commit message (Expand)AuthorAgeFilesLines
* Revert "Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)"revert-webrenderMukilan Thiyagarajan2023-09-144-54/+29
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-117-50/+50
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-104-29/+54
* Layout 2013: Don't make gradient display items for zero-sized gradients (#30321)Martin Robinson2023-09-092-7/+22
* remove `extern crate` (#30311)Samson2023-09-083-0/+4
* Layout 2013: Don't use WebRender border image outset support (#30315)Martin Robinson2023-09-081-14/+10
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-0/+1
* Further changes required by ServoOriol Brufau2023-08-162-11/+14
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-162-14/+11
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-152-11/+14
* Use explicit WebRender hit test items in legacy layout (#29981)Martin Robinson2023-07-171-13/+37
* Auto merge of #29965 - mrobinson:clip-chain, r=delanbors-servo2023-07-113-67/+95
|\
| * Use the WebRender clip chain APIMartin Robinson2023-07-043-67/+95
* | Try to `use` WebRender types moreMartin Robinson2023-07-101-1/+1
|/
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-241-16/+11
* Add a compositor-side scroll treeMartin Robinson2023-05-191-39/+76
* Clean up debug optionsMartin Robinson2023-05-011-5/+5
* Round text decoration thickness to >= 1 device pixelsOriol Brufau2023-04-271-3/+15
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-9/+8
* Move hit testing information out of WebRenderMartin Robinson2023-03-153-12/+17
* Move more code into ClipScrollState during WebRender DL buildingMartin Robinson2023-03-101-74/+99
* Bump euclid to 0.22Martin Robinson2023-01-262-4/+4
* Fix some typosDirk Stolle2022-12-172-3/+3
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-0/+3
* Move clip resolution code into styleManish Goregaokar2020-07-271-21/+2
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+1
* Auto merge of #26823 - jdm:single-renderapi, r=asajeffreybors-servo2020-06-091-3/+7
|\
| * Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-3/+7
* | layout: Don't built stacking contexts or display lists for empty blocks.Josh Matthews2020-06-092-0/+16
|/
* Use new webrender rounded clip API.Josh Matthews2020-05-123-99/+57
* Update webrender.Josh Matthews2020-05-114-10/+10
* Fix combination of border and border-radius being drawn incorrectlyDaniel Alley2020-04-171-2/+12
* Some servo build fixes.Emilio Cobos Álvarez2020-04-162-53/+61
* Don't send empty canvases to WebRenderDaniel Alley2020-04-031-0/+6
* Fix failing assertion -- failure to pop reference frameDaniel Alley2020-03-302-3/+9
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-052-0/+2
* style: Miscellaneous Servo build fixes.Emilio Cobos Álvarez2020-02-121-1/+1
* Parse `-moz-image-rect()` and `-moz-element()` only in GeckoSimon Sapin2020-01-071-5/+3
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-5/+17
* Servo build fixes.Emilio Cobos Álvarez2019-12-164-29/+32
* Cap the number of glyphs per WebRender text run to avoid overflowing WR's limit.Patrick Walton2019-12-131-8/+23
* layout: Ensure truncated fragment is updated with results of collecting inner...Josh Matthews2019-12-091-3/+9
* Update webrender and serde_bytesAnthony Ramine2019-11-133-22/+28
* Don't allocate strings in Debug for DisplayItemAnthony Ramine2019-11-121-12/+12
* layout: Record sizes for iframes that have no pipeline.Josh Matthews2019-11-061-9/+10
* style: Fix Servo build, and rustfmt recent changes.Emilio Cobos Álvarez2019-09-121-4/+4
* Replace DisplayList::is_contentful with tracking during conversion to WR disp...Simon Sapin2019-09-062-21/+33
* Replace the WebRenderDisplayItemConverter trait with an inherent methodSimon Sapin2019-09-062-17/+3
* Update webrender, image, png and raqoteBastien Orivel2019-08-161-0/+1