| Commit message (Expand) | Author | Age | Files | Lines |
* | Move LayoutNode and related traits to script_layout_interface. | Ms2ger | 2016-06-20 | 1 | -1/+1 |
* | Move HTMLCanvasData to script_layout_interface. | Ms2ger | 2016-06-20 | 1 | -1/+1 |
* | Introduce a script_layout_interface crate and move RestyleDamage to it. | Ms2ger | 2016-06-20 | 1 | -1/+1 |
* | Account for the font of empty input fields | Michael Howell | 2016-06-19 | 1 | -3/+3 |
* | Image with height defined in % resizes properly | Darin Minamoto | 2016-06-15 | 1 | -2/+7 |
* | Make layout only depend on script::layout_interface. | Ms2ger | 2016-06-07 | 1 | -1/+1 |
* | Auto merge of #11442 - mitchhentges:87-debug-id, r=KiChjang | bors-servo | 2016-06-04 | 1 | -12/+59 |
|\ |
|
| * | Fragment debug_id u16 only exists in debug, prod will format mem address | Mitchell Hentges | 2016-06-04 | 1 | -12/+59 |
* | | Auto merge of #11035 - mrobinson:no-stacking-contexts-for-text-fragments, r=p... | bors-servo | 2016-06-01 | 1 | -0/+7 |
|\ \ |
|
| * | | Do not create stacking contexts for text fragments | Martin Robinson | 2016-06-01 | 1 | -0/+7 |
* | | | script: Keep the DOM-side viewport up to date when scrolling happens in | Patrick Walton | 2016-05-31 | 1 | -2/+2 |
|/ / |
|
* / | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
|/ |
|
* | Always include the last-resort font | Matt Brubeck | 2016-05-24 | 1 | -0/+5 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+1 |
* | Fix inline size adjustment when stripping trailing whitespace from fragments | Ulf Nilsson | 2016-05-11 | 1 | -1/+2 |
* | Make `text-align: justify` incremental layout safe | Ulf Nilsson | 2016-05-10 | 1 | -13/+13 |
* | Remove redundant code in whitespace stripping | Matt Brubeck | 2016-05-05 | 1 | -7/+2 |
* | layout: Minor whitespace cleanup. | Patrick Walton | 2016-05-04 | 1 | -2/+4 |
* | layout: Consider vertical alignment of fragments during line breaking. | Patrick Walton | 2016-05-04 | 1 | -2/+20 |
* | layout: Check flow descendants of inline block fragments to find their | Patrick Walton | 2016-05-04 | 1 | -9/+36 |
* | layout: Don't pretend inline fragment sizes are zero when placing them | Patrick Walton | 2016-05-04 | 1 | -0/+11 |
* | Upgrade to bitflags 0.6.0 and selectors 0.5.6 | Matt Brubeck | 2016-04-30 | 1 | -2/+2 |
* | Auto merge of #10928 - servo:warnings, r=mbrubeck | bors-servo | 2016-04-30 | 1 | -2/+1 |
|\ |
|
| * | Fix some warnings | Simon Sapin | 2016-04-29 | 1 | -2/+1 |
* | | layout: Stop storing PrecomputedStyleData in LayoutNode | Emilio Cobos Álvarez | 2016-04-29 | 1 | -8/+9 |
|/ |
|
* | Use byte indices instead of char indices for text runs | Matt Brubeck | 2016-04-28 | 1 | -70/+42 |
* | Auto merge of #10655 - mbrubeck:merge-margin, r=SimonSapin | bors-servo | 2016-04-17 | 1 | -0/+1 |
|\ |
|
| * | Update margins when merging inline fragments | Matt Brubeck | 2016-04-16 | 1 | -0/+1 |
* | | Fix meld_with_next_inline_fragment and add meld_with_prev_inline_fragment | Matt Brubeck | 2016-04-16 | 1 | -8/+31 |
* | | Improve debug logging of non-printable chars | Matt Brubeck | 2016-04-16 | 1 | -2/+2 |
|/ |
|
* | layout: Minimal refactor in style_specified_intrinsic_inline_size to improve ... | Emilio Cobos Álvarez | 2016-04-13 | 1 | -9/+7 |
* | layout: take into account max and min inline size for canvas and images | Emilio Cobos Álvarez | 2016-04-13 | 1 | -2/+14 |
* | layout: Take in account max inline size for inline fragments | Emilio Cobos Álvarez | 2016-04-13 | 1 | -2/+7 |
* | Auto merge of #10469 - mbrubeck:layout-misc, r=pcwalton | bors-servo | 2016-04-08 | 1 | -1/+4 |
|\ |
|
| * | Prevent unnecessary copying in strip_leading_whitespace_if_necessary | Matt Brubeck | 2016-04-07 | 1 | -1/+4 |
* | | Draw insertion point even for empty input fields | Matt Brubeck | 2016-04-07 | 1 | -0/+3 |
|/ |
|
* | Move some CSS properties from Box to Position | Mauricio Collares | 2016-04-05 | 1 | -4/+4 |
* | Implement ::selection pseudo-element | Emilio Cobos Álvarez | 2016-03-30 | 1 | -0/+12 |
* | Auto merge of #10277 - perlun:rename-tcomputedvalues-to-computedvalues, r=Sim... | bors-servo | 2016-03-30 | 1 | -1/+1 |
|\ |
|
| * | Renamed TComputedValues to ComputedValues | Per Lundberg | 2016-03-29 | 1 | -1/+1 |
* | | Auto merge of #10255 - mbrubeck:box-unscanned, r=pcwalton | bors-servo | 2016-03-30 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Unbox IframeFragmentInfo. | Matt Brubeck | 2016-03-29 | 1 | -1/+1 |
| * | Put UnscannedTextFragmentInfo in a Box | Matt Brubeck | 2016-03-29 | 1 | -3/+3 |
* | | Auto merge of #10210 - perlun:rename-computedvalues-to-servocomputedvalues, r... | bors-servo | 2016-03-29 | 1 | -13/+12 |
|\ \ |
|
| * | | ComputedValues is now ServoComputedValues | Per Lundberg | 2016-03-27 | 1 | -13/+12 |
| |/ |
|
* / | Restore stripped whitespace before reflowing text fragments | Matt Brubeck | 2016-03-28 | 1 | -6/+23 |
|/ |
|
* | Auto merge of #10176 - mbrubeck:selection-range, r=pcwalton | bors-servo | 2016-03-26 | 1 | -24/+38 |
|\ |
|
| * | Convert ScannedTextFragment fields into bitflags | Matt Brubeck | 2016-03-24 | 1 | -19/+31 |
| * | Highlight selected text in input fields | Matt Brubeck | 2016-03-24 | 1 | -11/+13 |
* | | layout: Rewrite the block formatting context/float inline-size | Patrick Walton | 2016-03-25 | 1 | -0/+28 |