summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all fast-path paint invalidation mapping into PaintInvalidationStatewangxianzhu2016-03-261-3/+3
* LayoutObject::localOverflowRectForPaintInvalidation() and localSelectionRect()wangxianzhu2016-03-251-7/+3
* Support edge-inclusive intersections in mapToVisibleRectInAncestorSpaceszager2016-03-241-3/+3
* Use std::sort() instead of qsort() in LayoutTableCell::sortBorderValues().kotenkov2016-03-201-36/+15
* Untangle multicol coordinate space conversion from offsetFromContainer().mstensho2016-03-191-2/+2
* Set m_{width,height}AvailableToChildrenChanged when scrollbars appearcbiesinger2016-03-181-0/+1
* Fix paint invalidation of paintInvalidationContainer itselfwangxianzhu2016-03-121-1/+1
* style: Remame values in EOverflow and EVerticalAlign to CamelCasedanakj2016-03-071-11/+11
* style: Rename the EBorderPrecedence and OutlineIsAuto enums to CamelCasedanakj2016-03-051-36/+36
* style: Rename the EBorderCollapse and EBorderStyle enums to CamelCasedanakj2016-03-051-6/+6
* Rename enums/functions that collide in chromium style in core/style/danakj2016-02-291-12/+12
* Rename to distinguish absolute and effective table column indexeswangxianzhu2016-02-251-13/+13
* Removing more implicit LayoutUnit constructionleviw2016-02-021-3/+3
* Still riding the LayoutUnit constructor train to explicit-townleviw2016-02-011-23/+27
* Continue converting to explicit LayoutUnit constructorsleviw2016-01-301-2/+2
* Optimize invisible collapsed border paintingwangxianzhu2016-01-221-3/+2
* Layered table row/cell leaves collapsed border area transparentwangxianzhu2016-01-071-0/+9
* Renaming: distinguish ancestor, container and paintInvalidationContainerwangxianzhu2016-01-051-5/+5
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* This is a rename and slight modification to mapRectToPaintInvalidationBacking.szager2015-12-111-3/+3
* Border collapsing: colgroup borders should only affect adjacent columnsdgrogan2015-12-011-84/+59
* Remove LayoutTable::m_currentBorderwangxianzhu2015-10-031-1/+1
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-1/+1
* Let LayoutObjects be const to painterswangxianzhu2015-10-011-4/+4
* Remove the slimming paint runtime flagpdr@chromium.org2015-09-141-1/+1
* Let collapsed border drawings be cacheablewangxianzhu@chromium.org2015-08-211-4/+9
* Zero-height content should set a baseline on a table rowrobhogan@gmail.com2015-08-051-4/+1
* Preparation for combining paths of focus rings and outlineswangxianzhu@chromium.org2015-08-051-5/+5
* Don't invalidate cell when collapsed border changeswangxianzhu@chromium.org2015-07-151-9/+4
* Update inclusion of GraphicsContextStateSaver.hfs@opera.com2015-07-091-1/+0
* 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-2/+2
* Move recalcCollapsedBordersIfNeeded out of layout to paint invalidationwangxianzhu@chromium.org2015-05-211-1/+1
* Move PaintInfo and PaintPhase from layout/ to paint/wangxianzhu@chromium.org2015-04-271-1/+0
* Fix baseline calculation for tables with empty rows and cellsrobhogan@gmail.com2015-04-221-1/+4
* Update table layout method names.dsinclair@chromium.org2015-04-211-4/+4
* Begin tracking why layout is invalidatedpdr@chromium.org2015-04-021-4/+4
* [S.P.] Fix under-invalidation of collapsed-borderwangxianzhu@chromium.org2015-04-021-41/+24
* Move core/layout/style to core/styledstockwell@chromium.org2015-04-011-1/+1
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-6/+6
* 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
* Rename rendering/RenderBlock* to layout/LayoutBlock*.dsinclair@chromium.org2015-02-261-16/+16
* Rename rendering/RenderView to layout/LayoutView.dsinclair@chromium.org2015-02-251-1/+1
* Move rendering/RenderBox to layout/LayoutBox.dsinclair@chromium.org2015-02-241-1/+1
* Merge back LayoutLayerModelObject into RenderBoxModelObjectjchaffraix@chromium.org2015-02-241-2/+2
* Constify and use LayoutStyle reference in layout/jchaffraix@chromium.org2015-02-101-29/+29
* Move rendering/style to layout/styledsinclair@chromium.org2015-02-091-7/+7
* Move non-Render* files from rendering/ to layout/.dsinclair@chromium.org2015-02-071-2/+2
* Constify and move to reference in RenderStyle functionsjchaffraix@chromium.org2015-02-061-1/+1