aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list/builder.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)"revert-webrenderMukilan Thiyagarajan2023-09-141-28/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-31/+26
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-8/+28
* Layout 2013: Don't make gradient display items for zero-sized gradients (#30321)Martin Robinson2023-09-091-3/+9
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* 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-161-9/+12
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-12/+9
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-9/+12
* Use the WebRender clip chain APIMartin Robinson2023-07-041-0/+6
* 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-151-5/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-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
* layout: Don't built stacking contexts or display lists for empty blocks.Josh Matthews2020-06-091-0/+10
* Use new webrender rounded clip API.Josh Matthews2020-05-121-13/+16
* Update webrender.Josh Matthews2020-05-111-5/+9
* Fix combination of border and border-radius being drawn incorrectlyDaniel Alley2020-04-171-2/+12
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-48/+56
* Don't send empty canvases to WebRenderDaniel Alley2020-04-031-0/+6
* Parse `-moz-image-rect()` and `-moz-element()` only in GeckoSimon Sapin2020-01-071-5/+3
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-2/+2
* 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-131-12/+8
* 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
* Update euclid.Emilio Cobos Álvarez2019-07-231-11/+15
* Remove sometimes-unused bounds field from base display item to prevent confus...Josh Matthews2019-07-091-69/+24
* rustfmtJosh Matthews2019-07-091-1/+1
* WebRender rectangles items are sized based on their clipping rectangles.Josh Matthews2019-07-091-2/+2
* Create a solid rectangle display list entry for the page background.Josh Matthews2019-07-091-2/+2
* Upgrade display list building for the WebRender update.Patrick Walton2019-07-091-3/+59
* WebRender units are no longer reexported.Patrick Walton2019-07-091-6/+5
* Fix style system build with recent changes.Emilio Cobos Álvarez2019-06-251-12/+16
* layout: Fix servo build.Emilio Cobos Álvarez2019-06-041-3/+3
* WR update: APIs updatePaul Rouget2019-03-221-0/+1
* layout: Fix servo build.Emilio Cobos Álvarez2019-03-131-9/+12
* Fix servo build.Emilio Cobos Álvarez2019-02-231-1/+1
* Fix servo build.Emilio Cobos Álvarez2019-02-101-4/+6
* Auto merge of #22839 - jdm:overflow-hit-test-fix, r=pcwaltonbors-servo2019-02-061-3/+22
|\
| * Ensure transparent hit test region is sized and positioned correctly.Josh Matthews2019-02-061-3/+22
* | Implemented fullscreen top layerAlan Jeffrey2019-02-061-0/+1
|/
* Fix servo build and rustfmt recent changes.Emilio Cobos Álvarez2019-01-201-21/+58