summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid paintInvalidationContainer parameter of invalidatePaintIfNeeded()wangxianzhu2016-03-181-3/+3
* style: Rename the values in a few enums to be CamelCase and prefixeddanakj2016-03-071-3/+3
* style: Rename the EMarginCollapse EBoxDecorationBreak and EBoxSizing enumsdanakj2016-03-051-2/+2
* style: Rename the EBorderCollapse and EBorderStyle enums to CamelCasedanakj2016-03-051-28/+28
* Rename to distinguish absolute and effective table column indexeswangxianzhu2016-02-251-32/+32
* Don't scale columns in an inner table when the outer table has width:0pxdgrogan2016-02-111-1/+7
* Removing more implicit LayoutUnit constructionleviw2016-02-021-2/+2
* Still riding the LayoutUnit constructor train to explicit-townleviw2016-02-011-1/+1
* More explicit LayoutUnit conversionsleviw2016-01-311-8/+8
* Even more explicit LayoutUnit conversionleviw2016-01-301-5/+5
* Continue converting to explicit LayoutUnit constructorsleviw2016-01-301-2/+2
* Stop hit testing culled inlines when a match is foundpdr2016-01-281-1/+1
* Add more missing closing namespace comments.Nico Weber2016-01-251-1/+1
* Fix typos found in comments.yjaeseok2016-01-191-2/+2
* Insert an anonymous inline-table when inserting a table part under an inline.robhogan2015-12-221-1/+1
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* Border collapsing: colgroup borders should only affect adjacent columnsdgrogan2015-12-011-13/+27
* Collapsing borders disallow padding on tablejchaffraix2015-11-051-0/+32
* Remove LayoutTable::m_currentBorderwangxianzhu2015-10-031-1/+0
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-1/+1
* Let LayoutObjects be const to painterswangxianzhu2015-10-011-3/+3
* Invalidate table cell on the correct backing for container backgroundwangxianzhu2015-09-291-3/+9
* Only block container children support pagination struts.mstensho@opera.com2015-09-221-4/+0
* Remove unused variable movedSectionLogicalTop from table layout code.mstensho@opera.com2015-09-221-8/+2
* Remove the slimming paint runtime flagpdr@chromium.org2015-09-141-17/+15
* Unify code path for updating scroll bars after block layout.szager@chromium.org2015-07-311-0/+1
* Clean up BoxClipperpdr@chromium.org2015-06-291-1/+1
* Use plain int for borders widths when possibledavve@opera.com2015-06-151-2/+2
* A whole lotta nits in core/layout/pilgrim@chromium.org2015-06-101-1/+1
* C++11: Replace 0 with nullptr where applicable in layout code.wkorman@chromium.org2015-06-081-18/+18
* Include overflows from visual effects in LayoutTableSection.chrishtr@chromium.org2015-06-051-0/+2
* Move recalcCollapsedBordersIfNeeded out of layout to paint invalidationwangxianzhu@chromium.org2015-05-211-6/+15
* Rename isPercent() to hasPercent() on Lengthalancutter@chromium.org2015-05-111-1/+1
* [S.P.] Invalidate affected cells when col/section/row background changeswangxianzhu@chromium.org2015-04-291-0/+26
* Update transform after layout for table sections.chrishtr@chromium.org2015-04-271-0/+3
* Revert "Allow all box model objects to be fixed-position containers."chrishtr@chromium.org2015-04-231-3/+0
* Fix baseline calculation for tables with empty rows and cellsrobhogan@gmail.com2015-04-221-2/+6
* Update table layout method names.dsinclair@chromium.org2015-04-211-18/+18
* Allow all box model objects to be fixed-position containers.chrishtr@chromium.org2015-04-201-0/+3
* Use LayoutUnit() instead of LayoutUnit(0)cbiesinger@chromium.org2015-04-061-1/+1
* Begin tracking why layout is invalidatedpdr@chromium.org2015-04-021-1/+1
* [S.P.] Fix under-invalidation of collapsed-borderwangxianzhu@chromium.org2015-04-021-2/+14
* Refactor HitTestResult to store the HitTestRequestramya.v@samsung.com2015-04-011-4/+4
* Move core/layout/style to core/styledstockwell@chromium.org2015-04-011-1/+1
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-4/+4
* Add a LayoutAnalyzer::Scope to all of the LayoutObject::layout() overrides so...benjhayden@chromium.org2015-03-231-0/+2
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-1/+1
* Make sure rows are updated during simplified layout.dsinclair@chromium.org2015-03-021-0/+1
* Fixup name for TableLayoutAlgorithm to better match spec.dsinclair@chromium.org2015-02-261-4/+4
* Rename rendering/RenderBlock* to layout/LayoutBlock*.dsinclair@chromium.org2015-02-261-12/+12