| Commit message (Expand) | Author | Age | Files | Lines |
* | Update dependencies to use new_debug_unrechable | Matt Brubeck | 2018-06-06 | 2 | -3/+3 |
* | Use reference frames explicitly for fixed positioning | Martin Robinson | 2018-06-04 | 4 | -50/+160 |
* | Auto merge of #20868 - tigercosmos:gg1, r=emilio | bors-servo | 2018-05-28 | 1 | -1/+3 |
|\ |
|
| * | fix logic in overflow_direction, also add a FIXME | tigercosmos | 2018-05-26 | 1 | -1/+3 |
* | | Fix Servo build. | Emilio Cobos Álvarez | 2018-05-28 | 3 | -14/+16 |
|/ |
|
* | Auto merge of #20752 - pyfisch:backgrounds42, r=emilio | bors-servo | 2018-05-19 | 4 | -191/+175 |
|\ |
|
| * | Rustfmt components/layout/display_list/ | Pyfisch | 2018-05-05 | 2 | -43/+44 |
| * | Pass Rect<Au> by value and not by reference | Pyfisch | 2018-05-05 | 4 | -123/+120 |
| * | Fix crash in background building | Pyfisch | 2018-05-05 | 1 | -27/+13 |
* | | Auto merge of #20506 - jonleighton:font-fallback, r=emilio,mbrubeck | bors-servo | 2018-05-19 | 1 | -52/+54 |
|\ \ |
|
| * | | Don't perform font matching for control characters | Jon Leighton | 2018-05-19 | 1 | -52/+54 |
* | | | Fix Servo build. | Emilio Cobos Álvarez | 2018-05-19 | 5 | -11/+17 |
|/ / |
|
* | | style: Fix servo build. | Emilio Cobos Álvarez | 2018-05-05 | 2 | -11/+11 |
* | | Update to gleam 0.5 | Anthony Ramine | 2018-05-05 | 3 | -21/+19 |
|/ |
|
* | Correct edge case for background color clip | Pyfisch | 2018-05-03 | 1 | -4/+7 |
* | Implement border-image-outset | Pyfisch | 2018-05-02 | 2 | -15/+47 |
* | Auto merge of #20420 - pyfisch:corner-clipping, r=emilio | bors-servo | 2018-04-29 | 15 | -203/+1282 |
|\ |
|
| * | Place item clipping_and_scrolling inside closure | Pyfisch | 2018-04-25 | 2 | -98/+102 |
| * | Move DL items from gfx to layout | Pyfisch | 2018-04-22 | 15 | -129/+1204 |
* | | style: Fix tidy issues and Servo build. | Emilio Cobos Álvarez | 2018-04-29 | 1 | -4/+4 |
* | | Fix servo build. | Emilio Cobos Álvarez | 2018-04-28 | 1 | -3/+3 |
* | | Update Webrender to last version | Anthony Ramine | 2018-04-26 | 1 | -1/+2 |
* | | Update Webrender | Bastien Orivel | 2018-04-25 | 2 | -1/+2 |
* | | Add support for percentages in column-gap. | Ramshell | 2018-04-05 | 1 | -2/+1 |
* | | Auto merge of #20482 - brainlessdeveloper:list-style-image-computed, r=emilio | bors-servo | 2018-04-03 | 1 | -4/+3 |
|\ \ |
|
| * | | Implement a URL-generic type for list-style-image | Fausto Núñez Alberro | 2018-04-03 | 1 | -4/+3 |
* | | | Auto merge of #20447 - Brody-Eastwood:master, r=jdm | bors-servo | 2018-04-02 | 2 | -2/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add unique canvas IDs to all canvas operations. | Brody Eastwood | 2018-04-02 | 2 | -2/+5 |
* | | | style: Add support for 'flex-basis:content' in the style system. | Emilio Cobos Álvarez | 2018-04-02 | 1 | -23/+11 |
* | | | [css-multicol] style: Implement percentages for 'column-gap'. | Mats Palmgren | 2018-04-02 | 1 | -0/+1 |
|/ / |
|
* / | Bump env_logger to 0.5 and log to 0.4 in every servo crate | Bastien Orivel | 2018-03-28 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #20390 - jdm:android-layout-workaround, r=emilio | bors-servo | 2018-03-22 | 1 | -3/+3 |
|\ |
|
| * | Workaround #20149 - presumed rustc bug on android. | Josh Matthews | 2018-03-22 | 1 | -3/+3 |
* | | Bump parking_lot to 0.5 | Bastien Orivel | 2018-03-21 | 1 | -1/+1 |
* | | Bump ipc-channel and bincode | Bastien Orivel | 2018-03-21 | 1 | -1/+1 |
* | | Update to handle WebRender API changes | Martin Robinson | 2018-03-16 | 2 | -25/+28 |
|/ |
|
* | Stop using LocalClip::RoundedRect | Martin Robinson | 2018-03-06 | 2 | -120/+135 |
* | Auto merge of #20171 - servo:content-item-counters, r=emilio | bors-servo | 2018-03-02 | 1 | -6/+6 |
|\ |
|
| * | Make ContentItem use a CustomIdent for counter names | Anthony Ramine | 2018-03-02 | 1 | -6/+6 |
* | | Don't panic on cells with both a rowspan and colspan in include_sizes_from_pr... | Manish Goregaokar | 2018-03-01 | 1 | -1/+10 |
* | | Support rowspan=0; always fixup overflowing rowspans beforehand | Manish Goregaokar | 2018-02-28 | 2 | -61/+83 |
|/ |
|
* | Auto merge of #20128 - Manishearth:rowspan, r=mbrubeck | bors-servo | 2018-02-28 | 4 | -103/+233 |
|\ |
|
| * | Unconditionally layout rows when laying out tables | Manish Goregaokar | 2018-02-27 | 2 | -16/+5 |
| * | Assert that cells aren't floats | Manish Goregaokar | 2018-02-27 | 1 | -5/+4 |
| * | Merge fourth and fifth (assign block sizes / positions) passes | Manish Goregaokar | 2018-02-27 | 1 | -23/+14 |
| * | Remove outdated comment | Manish Goregaokar | 2018-02-26 | 1 | -7/+0 |
| * | Handle overlarge rowspans by keeping track of largest leftover incoming sizes | Manish Goregaokar | 2018-02-26 | 2 | -12/+35 |
| * | Don't crash on overflowing rows | Manish Goregaokar | 2018-02-26 | 1 | -7/+14 |
| * | Use computed border spacings when handling rowspans | Manish Goregaokar | 2018-02-26 | 1 | -7/+20 |
| * | Compute border spacing info beforehand | Manish Goregaokar | 2018-02-26 | 2 | -13/+53 |