summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutTableSection.h
Commit message (Expand)AuthorAgeFilesLines
* Rename to distinguish absolute and effective table column indexeswangxianzhu2016-02-251-11/+12
* Don't treat table section and row background as opaquewangxianzhu2016-02-251-0/+6
* Still riding the LayoutUnit constructor train to explicit-townleviw2016-02-011-3/+3
* Crashes when percent calculation of row's height goes very high.a.suchit2016-01-221-1/+1
* Optimize invisible collapsed border paintingwangxianzhu2016-01-221-1/+3
* Rename DISALLOW_ALLOCATION and ALLOW_ONLY_INLINE_ALLOCATIONharaken2015-10-301-2/+2
* Document more of LayoutTableSectionjchaffraix2015-10-151-0/+22
* Let LayoutObjects be const to painterswangxianzhu2015-10-011-4/+6
* Fix style errros of wtf/[L-V]*.tkent2015-09-301-1/+1
* Explain the coordinate system for rows / cellsjchaffraix@chromium.org2015-09-161-0/+5
* Start adding some documentation to LayoutTablejchaffraix@chromium.org2015-09-041-1/+61
* Make classes and structures in core/layout fast-allocated.tasak@google.com2015-08-271-0/+4
* Let collapsed border drawings be cacheablewangxianzhu@chromium.org2015-08-211-1/+2
* Don't invalidate cell when collapsed border changeswangxianzhu@chromium.org2015-07-151-1/+1
* Fix virtual/override/final usage in Source/core/layout/.tkent@chromium.org2015-07-131-14/+14
* Remove LayoutBox::paintObject and LayoutTableSection::paintObject, which are ...jbroman@chromium.org2015-07-021-2/+0
* Check for buffer under/over run in table cell paintingschenney@chromium.org2015-06-091-0/+2
* C++11: Replace 0 with nullptr where applicable in layout code.wkorman@chromium.org2015-06-081-2/+2
* Move the anonymous decoration to decoratedName.dsinclair@chromium.org2015-04-251-1/+1
* Fix baseline calculation for tables with empty rows and cellsrobhogan@gmail.com2015-04-221-1/+1
* Update table layout method names.dsinclair@chromium.org2015-04-211-6/+6
* Handling of percent less than 1 while extra height distribution in spanning r...a.suchit@samsung.com2015-04-091-1/+1
* [S.P.] Fix under-invalidation of collapsed-borderwangxianzhu@chromium.org2015-04-021-3/+4
* Refactor HitTestResult to store the HitTestRequestramya.v@samsung.com2015-04-011-1/+1
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-1/+1
* Make classes and functions in Source/core exported.tasak@google.com2015-03-191-1/+2
* Remove isPseudoElement check from table name methods.dsinclair@chromium.org2015-03-031-1/+1
* Rename renderName() to name().dsinclair@chromium.org2015-03-031-2/+2
* Move rendering/RenderBox to layout/LayoutBox.dsinclair@chromium.org2015-02-241-3/+3
* Move rendering/style to layout/styledsinclair@chromium.org2015-02-091-1/+1
* Move rendering/RenderObject to layout/LayoutObject.dsinclair@chromium.org2015-02-061-10/+10
* Oilpan: move RenderObjects off heap.sigbjornf@opera.com2015-02-041-29/+10
* Move rendering/RenderTable* to layout/LayoutTable*.dsinclair@chromium.org2015-01-251-0/+340