aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies to use new_debug_unrechableMatt Brubeck2018-06-062-3/+3
* Use reference frames explicitly for fixed positioningMartin Robinson2018-06-044-50/+160
* Auto merge of #20868 - tigercosmos:gg1, r=emiliobors-servo2018-05-281-1/+3
|\
| * fix logic in overflow_direction, also add a FIXMEtigercosmos2018-05-261-1/+3
* | Fix Servo build.Emilio Cobos Álvarez2018-05-283-14/+16
|/
* Auto merge of #20752 - pyfisch:backgrounds42, r=emiliobors-servo2018-05-194-191/+175
|\
| * Rustfmt components/layout/display_list/Pyfisch2018-05-052-43/+44
| * Pass Rect<Au> by value and not by referencePyfisch2018-05-054-123/+120
| * Fix crash in background buildingPyfisch2018-05-051-27/+13
* | Auto merge of #20506 - jonleighton:font-fallback, r=emilio,mbrubeckbors-servo2018-05-191-52/+54
|\ \
| * | Don't perform font matching for control charactersJon Leighton2018-05-191-52/+54
* | | Fix Servo build.Emilio Cobos Álvarez2018-05-195-11/+17
|/ /
* | style: Fix servo build.Emilio Cobos Álvarez2018-05-052-11/+11
* | Update to gleam 0.5Anthony Ramine2018-05-053-21/+19
|/
* Correct edge case for background color clipPyfisch2018-05-031-4/+7
* Implement border-image-outsetPyfisch2018-05-022-15/+47
* Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-2915-203/+1282
|\
| * Place item clipping_and_scrolling inside closurePyfisch2018-04-252-98/+102
| * Move DL items from gfx to layoutPyfisch2018-04-2215-129/+1204
* | style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-291-4/+4
* | Fix servo build.Emilio Cobos Álvarez2018-04-281-3/+3
* | Update Webrender to last versionAnthony Ramine2018-04-261-1/+2
* | Update WebrenderBastien Orivel2018-04-252-1/+2
* | Add support for percentages in column-gap.Ramshell2018-04-051-2/+1
* | Auto merge of #20482 - brainlessdeveloper:list-style-image-computed, r=emiliobors-servo2018-04-031-4/+3
|\ \
| * | Implement a URL-generic type for list-style-imageFausto Núñez Alberro2018-04-031-4/+3
* | | Auto merge of #20447 - Brody-Eastwood:master, r=jdmbors-servo2018-04-022-2/+5
|\ \ \ | |/ / |/| |
| * | Add unique canvas IDs to all canvas operations.Brody Eastwood2018-04-022-2/+5
* | | style: Add support for 'flex-basis:content' in the style system.Emilio Cobos Álvarez2018-04-021-23/+11
* | | [css-multicol] style: Implement percentages for 'column-gap'.Mats Palmgren2018-04-021-0/+1
|/ /
* / Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
|/
* Auto merge of #20390 - jdm:android-layout-workaround, r=emiliobors-servo2018-03-221-3/+3
|\
| * Workaround #20149 - presumed rustc bug on android.Josh Matthews2018-03-221-3/+3
* | Bump parking_lot to 0.5Bastien Orivel2018-03-211-1/+1
* | Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* | Update to handle WebRender API changesMartin Robinson2018-03-162-25/+28
|/
* Stop using LocalClip::RoundedRectMartin Robinson2018-03-062-120/+135
* Auto merge of #20171 - servo:content-item-counters, r=emiliobors-servo2018-03-021-6/+6
|\
| * Make ContentItem use a CustomIdent for counter namesAnthony Ramine2018-03-021-6/+6
* | Don't panic on cells with both a rowspan and colspan in include_sizes_from_pr...Manish Goregaokar2018-03-011-1/+10
* | Support rowspan=0; always fixup overflowing rowspans beforehandManish Goregaokar2018-02-282-61/+83
|/
* Auto merge of #20128 - Manishearth:rowspan, r=mbrubeckbors-servo2018-02-284-103/+233
|\
| * Unconditionally layout rows when laying out tablesManish Goregaokar2018-02-272-16/+5
| * Assert that cells aren't floatsManish Goregaokar2018-02-271-5/+4
| * Merge fourth and fifth (assign block sizes / positions) passesManish Goregaokar2018-02-271-23/+14
| * Remove outdated commentManish Goregaokar2018-02-261-7/+0
| * Handle overlarge rowspans by keeping track of largest leftover incoming sizesManish Goregaokar2018-02-262-12/+35
| * Don't crash on overflowing rowsManish Goregaokar2018-02-261-7/+14
| * Use computed border spacings when handling rowspansManish Goregaokar2018-02-261-7/+20
| * Compute border spacing info beforehandManish Goregaokar2018-02-262-13/+53