aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list/items.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+5
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-5/+3
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Use the WebRender clip chain APIMartin Robinson2023-07-041-0/+12
* Move hit testing information out of WebRenderMartin Robinson2023-03-151-2/+3
* layout: Don't built stacking contexts or display lists for empty blocks.Josh Matthews2020-06-091-0/+6
* Use new webrender rounded clip API.Josh Matthews2020-05-121-76/+28
* Update webrender.Josh Matthews2020-05-111-1/+0
* Fix failing assertion -- failure to pop reference frameDaniel Alley2020-03-301-1/+4
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-0/+1
* Update webrender and serde_bytesAnthony Ramine2019-11-131-5/+10
* Don't allocate strings in Debug for DisplayItemAnthony Ramine2019-11-121-12/+12
* Replace DisplayList::is_contentful with tracking during conversion to WR disp...Simon Sapin2019-09-061-16/+0
* Update euclid.Emilio Cobos Álvarez2019-07-231-3/+3
* Remove sometimes-unused bounds field from base display item to prevent confus...Josh Matthews2019-07-091-8/+18
* Upgrade display list building for the WebRender update.Patrick Walton2019-07-091-4/+15
* WebRender units are no longer reexported.Patrick Walton2019-07-091-6/+4
* Remove unused code from gfx and layout cratesest312019-05-291-91/+1
* Implemented fullscreen top layerAlan Jeffrey2019-02-061-0/+17
* Remove CompletelyEnclosesAnthony Ramine2019-01-141-34/+28
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-12/+11
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-1/+2
* Directly build WebRender LineDisplayItemPyfisch2018-10-281-39/+3
* Rustfmt layout cratePyfisch2018-09-011-12/+13
* Replace Servo DL items with WR onesPyfisch2018-08-061-206/+57
* Update WR (transaction API change)Glenn Watson2018-06-201-8/+2
* Use reference frames explicitly for fixed positioningMartin Robinson2018-06-041-9/+47
* Update to gleam 0.5Anthony Ramine2018-05-051-5/+5
* Place item clipping_and_scrolling inside closurePyfisch2018-04-251-4/+1
* Move DL items from gfx to layoutPyfisch2018-04-221-0/+1010