aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/webrender_helpers.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-7/+38
* Remove the ConvertPipelineIdToWebRender trait.Ms2ger2016-05-281-1/+0
* Removed unused importsPer Lundberg2016-05-151-2/+0
* Make `text-align: justify` incremental layout safeUlf Nilsson2016-05-101-1/+5
* move trait ConvertPipelineIdToWebRender to a better placeKosov Eugene2016-05-091-1/+1
* Filter out whitespace glyphs from display listMatt Brubeck2016-05-051-8/+10
* Use byte indices instead of char indices for text runsMatt Brubeck2016-04-281-1/+1
* Auto merge of #10810 - mrobinson:displayitem, r=pcwaltonbors-servo2016-04-261-2/+2
|\
| * Merge DisplayListEntry into DisplayItemMartin Robinson2016-04-221-2/+2
* | layout: Implement support for `overflow: scroll` in WebRender.Patrick Walton2016-04-191-3/+23
|/
* WebRender no longer needs StackingLevel informationMartin Robinson2016-04-181-59/+14
* layout: Make child stacking contexts of fixed position stacking contextsPatrick Walton2016-04-111-8/+17
* gfx: Allow images to be shipped to the WebRender thread without shippingPatrick Walton2016-03-221-1/+1
* layout: Flatten display list transfer into a separately-transferred bytePatrick Walton2016-03-221-47/+91
* Simplify the display list slightlyMartin Robinson2016-03-101-2/+1
* Flatten the WebRender API to allow us to use shared memory to transferPatrick Walton2016-03-031-27/+46
* Flatten display list structureMartin Robinson2016-03-011-87/+122
* Add WebRender integration to Servo.Glenn Watson2016-02-181-0/+481