summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete some dead code in LayoutObject.h.chrishtr2016-03-241-1/+0
* Mixed up vertical and horizontal :(cbiesinger2016-03-211-2/+2
* Set m_{width,height}AvailableToChildrenChanged when scrollbars appearcbiesinger2016-03-181-0/+6
* Avoid paintInvalidationContainer parameter of invalidatePaintIfNeeded()wangxianzhu2016-03-181-5/+2
* Merge contiguous anonymous blocks after removing a float or out-of-pos-elemen...robhogan2016-03-141-36/+42
* Fix paint invalidation of paintInvalidationContainer itselfwangxianzhu2016-03-121-1/+4
* Remove special-code for removing anonymous blocks around pseudo elements.mstensho2016-03-111-10/+0
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-111-13/+13
* Remove special-code used by the old (removed) multicol implementation.mstensho2016-03-101-30/+12
* style: Rename the PseudoId enum values to CamelCase and prefix them.danakj2016-03-081-3/+3
* style: Rename the values in a few enums to be CamelCase and prefixeddanakj2016-03-071-2/+2
* style: Rename the EMarginCollapse EBoxDecorationBreak and EBoxSizing enumsdanakj2016-03-051-3/+3
* [Line Layout API] Convert LayoutBlock to the APIdgrogan2016-03-041-40/+7
* Implement Layout Containmentleviw2016-03-031-2/+9
* Reland "Fully (?) fix overflow: auto with delayed scroll updates (patchset #5...cbiesinger2016-03-031-2/+5
* Rename more enums/functions that collide in chromium style.danakj2016-03-021-1/+1
* Fold floats back into anonymous blocks when requiredrobhogan2016-03-011-15/+39
* Revert of Fully (?) fix overflow: auto with delayed scroll updates (patchset ...lfg2016-03-011-5/+2
* Conditionally create PaintLayer's scrollable area objectwangxianzhu2016-02-291-0/+20
* Rename enums/functions that collide in chromium style in core/layout/.danakj2016-02-271-6/+6
* Fully (?) fix overflow: auto with delayed scroll updatescbiesinger2016-02-261-2/+5
* Detect a change in border that affects a positioned object's height or positionrobhogan2016-02-231-6/+20
* Revert changes to overflow: auto delay optimizationcbiesinger2016-02-171-38/+16
* Mark/unmark orthogonal writing-mode roots when inline ancestors were changedkojii2016-02-171-20/+0
* Cannot do simplified layout on an object that contains a column-spanner.mstensho2016-02-121-0/+5
* Mark/unmark orthogonal writing-mode roots when ancestors were changedkojii2016-02-111-0/+20
* Use ScrollAnchor in FrameView and PaintLayerScrollableArea.skobes2016-02-051-0/+7
* Collapse and remove adjacent anonymous blocks inside ruby bases.robhogan2016-02-031-2/+2
* Fix preferred logical widths of orthogonal writing modeskojii2016-02-031-5/+0
* Remove unnecessary anonymous blocks when splitting anonymous boxesrobhogan2016-02-031-0/+5
* Removing more implicit LayoutUnit constructionleviw2016-02-021-6/+6
* More explicit LayoutUnit conversionsleviw2016-01-311-9/+9
* Even more explicit LayoutUnit conversionleviw2016-01-301-6/+6
* Continue converting to explicit LayoutUnit constructorsleviw2016-01-301-4/+4
* Stop hit testing culled inlines when a match is foundpdr2016-01-281-2/+2
* Improve positioned/percentHeight descendant/container trackingwangxianzhu2016-01-261-131/+93
* Need to examine the *bottom* of fragmented content.mstensho2016-01-201-2/+2
* Remove paintInvalidationRect from display item client invalidationwangxianzhu2016-01-141-2/+2
* Ensure that preferred widths of replaced elements are updatednolan.robin.cao2016-01-061-4/+5
* Revert of Re-land 'Fold out-of-flow objects into anonymous blocks when removi...robhogan2015-12-311-35/+12
* Re-land 'Fold out-of-flow objects into anonymous blocks when removing children'robhogan2015-12-291-12/+35
* Fix computation of min|max-content contribution of non-replaced blockssvillar2015-12-231-0/+11
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* Refactor block and box child hit testing into hitTestChildrenpdr2015-12-181-38/+32
* Before finalizing scroll dimensions, check again whether we need scrollbarscbiesinger2015-12-171-0/+2
* Ensure clip-path clips out hit testing of inlinespdr2015-12-161-3/+0
* Implement Paint Containmentleviw2015-12-151-1/+1
* Include clip-path and border radius when hit testing boxespdr2015-12-141-30/+11
* The replaced boolean on LayoutObject is misnamedjchaffraix2015-12-111-6/+6
* Include inner border radius in block hit testingpdr2015-12-091-14/+16