1. b806fb1 Unreviewed, rolling out r156816. by commit-queue@webkit.org · 11 years ago
  2. 8da0a37 Move setting of some layout bits to RenderElement by antti@apple.com · 11 years ago
  3. 8149707 Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  4. 4831816 Border drawing incorrect when using both border-collapse: collapse and overflow: hidden on a table by robert@webkit.org · 12 years ago
  5. 263e0a6 Unreviewed, rolling out r150294. by commit-queue@webkit.org · 12 years ago
  6. 8d138e7 Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  7. 86eed7a Unreviewed, rolling out r149955. by commit-queue@webkit.org · 12 years ago
  8. dd7286c Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  9. 4c91cc9 Growing a position:absolute element in a position:relative one in a table does not update scrollHeight by robert@webkit.org · 12 years ago
  10. 7991e58 Intrinsic width keyword values don't work for tables by ojan@chromium.org · 12 years ago
  11. 6d978e1 Add ASSERT_WITH_SECURITY_IMPLICATION to detect bad casts in rendering by inferno@chromium.org · 12 years ago
  12. 6310f61 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  13. 3b34ce4 Unreviewed, rolling out r140023. by commit-queue@webkit.org · 12 years ago
  14. 6aba753 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  15. 6ba0532 Tighten RenderLayerModelObject subclass constructors to operate on ContainerNodes. by antti@apple.com · 12 years ago
  16. 823b6fa [Sub pixel layout] RTL cells with padding wraps by eae@chromium.org · 12 years ago
  17. cc747f4 max-height property not respected in case of tables by commit-queue@webkit.org · 12 years ago
  18. ab5aff7 Unreviewed, rolling out r135549. by yurys@chromium.org · 12 years ago
  19. 4751bc8 max-height property not respected in case of tables by commit-queue@webkit.org · 12 years ago
  20. 9717cd8 Remove LayoutTypes abstraction https://bugs.webkit.org/show_bug.cgi?id=93050 by eae@chromium.org · 12 years ago
  21. c98a6fd Teach RenderTable how to use Vector::insert and Vector::append instead of its own custom memmove code by eric@webkit.org · 12 years ago
  22. 1670728 Make rendering tables with <colgroups> twice as fast by avoiding walking the DOM for colgroups 4 times for each cell by eric@webkit.org · 12 years ago
  23. 82b9498 Source/WebCore: Change baselinePosition and maxAscent/maxDescent to int by eae@chromium.org · 12 years ago
  24. 037f068 Fix some baseline flexbox alignment by tony@chromium.org · 12 years ago
  25. a66f108 Fold setCellLogicalWidths logic into RenderTableSection layout by jchaffraix@webkit.org · 12 years ago
  26. b87ce75 Make RenderTable columns() and columnPositions() return a const reference by jchaffraix@webkit.org · 12 years ago
  27. c52aca6 Make no-column table-layout cases a little faster with inlining by eric@webkit.org · 12 years ago
  28. ddaa731 Tables without any descendant and auto logical width should have a 0px logical width by jchaffraix@webkit.org · 12 years ago
  29. 5270e66 Rename computeLogicalWidth to updateLogicalWidth by tony@chromium.org · 13 years ago
  30. 85cba02 Add OVERRIDE to computeLogical{Width,Height} overrides by tony@chromium.org · 13 years ago
  31. 9a9045b Rename HitTestPoint and pointInContainer by allan.jensen@nokia.com · 13 years ago
  32. 6f9a4a2 Crash in RenderTable::removeCaption by jchaffraix@webkit.org · 13 years ago
  33. 18b99b5 Remove RenderTable::removeChild https://bugs.webkit.org/show_bug.cgi?id=94842 by jchaffraix@webkit.org · 13 years ago
  34. dc7a24a REGRESSION(r117339): cell in block-level table in inline-block are aligned with their last line box by jchaffraix@webkit.org · 13 years ago
  35. bef181c Crash in RenderTableSection::addCell. http://webkit.org/b/89496 by jchaffraix@webkit.org · 13 years ago
  36. 227d0ab Use HitTestPoint instead of LayoutPoint for nodeAtPoint. by commit-queue@webkit.org · 13 years ago
  37. 4b5292a Add support for direction on table row group with collapsing borders by jchaffraix@webkit.org · 13 years ago
  38. ab4c99d CSS 2.1 failure: border-conflict-element-021a by commit-queue@webkit.org · 13 years ago
  39. a584e5e Centralize and clean-up table column iteration by jchaffraix@webkit.org · 13 years ago
  40. 3b67b1f CSS 2.1 failure: inline-table-001 fails by robert@webkit.org · 13 years ago
  41. fc69701b Replace numeric_limits<LayoutUnit>::min/max with constants by eae@chromium.org · 13 years ago
  42. 19e17dd Virtualize createAnonymousBoxWithSameTypeAs. by inferno@chromium.org · 13 years ago
  43. 2164c61 Add helpers to create anonymous table parts. by inferno@chromium.org · 13 years ago
  44. 9acd80b Fix usage of LayoutUnits in table code. by eae@chromium.org · 13 years ago
  45. 94f150f Move the extra logical height distribution into RenderTable as a new step in our layout algorithm by jchaffraix@webkit.org · 13 years ago
  46. 373d230 Revert borders to integers for subpixel layout by eae@chromium.org · 13 years ago
  47. 6ff37a9 Add zeroLayoutUnit constant. https://bugs.webkit.org/show_bug.cgi?id=78747 by leviw@chromium.org · 13 years ago
  48. d9af3a8 Source/WebCore: Add support for fixed and percent min-width on the table element for table-layout: auto to by commit-queue@webkit.org · 13 years ago
  49. b69e258 Incorrect positioning of floating pseudo-elements in table captions by robert@webkit.org · 13 years ago
  50. 4847453 Crash in RenderTable::borderBefore https://bugs.webkit.org/show_bug.cgi?id=75215 by jchaffraix@webkit.org · 13 years ago
  51. 5b7bc0a CSS 2.1 failure: border-collapse-offset-002.htm fails by robert@webkit.org · 13 years ago
  52. e76027b Unreviewed, rolling out r103794. by commit-queue@webkit.org · 13 years ago
  53. 7d19569 Tighten our checks for needsSectionRecalc in RenderTable by jchaffraix@webkit.org · 13 years ago
  54. 7fa90f5 Unreviewed, rolling out r100473. by robert@webkit.org · 13 years ago
  55. 99d16d9 CSS 2.1 failure: border-collapse-offset-002.htm fails by robert@webkit.org · 13 years ago
  56. fb2a860 Switch table indexing to unsigned https://bugs.webkit.org/show_bug.cgi?id=72083 by jchaffraix@webkit.org · 13 years ago
  57. 46bc981 CSS 2.1 failure: border-spacing-applies-to-015.htm by robert@webkit.org · 13 years ago
  58. f6fccf5 Correct usage of LayoutUnits and integers in Table rendering classes by leviw@chromium.org · 13 years ago
  59. 369c5d3 RenderTableCell m_row and m_column should not be signed values by jchaffraix@webkit.org · 13 years ago
  60. 8bdba597 Functions that return "const Color" should simply return "Color". by andreas.kling@nokia.com · 13 years ago
  61. d4d3bcf https://bugs.webkit.org/show_bug.cgi?id=69317 by hyatt@apple.com · 13 years ago
  62. 9ed0c18 Right border missing from table with colspan and collapsing border by commit-queue@webkit.org · 13 years ago
  63. 82473e1 Remove an unused member in RenderTable::ColumnStruct by jchaffraix@webkit.org · 13 years ago
  64. 38e74af Redrawing dirty parts of a large table is very slow by jchaffraix@webkit.org · 13 years ago
  65. d2cc919 Factor out the code to get the first non-null RenderTableSection in RenderTable by jchaffraix@webkit.org · 14 years ago
  66. 7353dfd Switch RenderTable* to new layout types by leviw@chromium.org · 14 years ago
  67. 5443f84 Bring Int/Float graphics classes closer to parity by leviw@chromium.org · 14 years ago
  68. fad42ed Switch table rendering to to new layout types by eae@chromium.org · 14 years ago
  69. e14cd1a 2011-07-06 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
  70. b375750 2011-06-29 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  71. c491808 2011-06-28 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  72. e51e4b9 2011-06-28 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  73. f9ce267 2011-06-07 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
  74. 61ca137 2011-06-07 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  75. 1e177fe 2011-06-04 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
  76. 43d0c4d 2011-06-03 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  77. a07c433 2011-06-03 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  78. afa730a 2011-05-17 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
  79. 8e91c07 2011-05-12 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  80. 1ddeb47 2011-05-10 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  81. 3bbdce5 2011-05-10 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  82. 69d1bf3 2011-04-29 Abhishek Arya <inferno@chromium.org> by inferno@chromium.org · 14 years ago
  83. 675c866 Fix for https://bugs.webkit.org/show_bug.cgi?id=56493 Drag-scrolling overlay by bdakin@apple.com · 14 years ago
  84. 29a1452 2011-02-24 Daniel Bates <dbates@rim.com> by dbates@webkit.org · 14 years ago
  85. b138b1e 2011-01-14 Tony Gentilcore <tonyg@chromium.org> by tonyg@chromium.org · 14 years ago
  86. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/rendering/RenderTable.h]
  87. 592848f Fix for https://bugs.webkit.org/show_bug.cgi?id=49220 <<rdar://problem/8644849>, REGRESSION: transforms now by hyatt@apple.com · 14 years ago
  88. 8010bba WebCore: Made table layout and painting work with all writing modes. Hit-testing, repainting, tables by mitz@apple.com · 14 years ago
  89. a4d43b9 Made table column width allocation algorithms use logical widths. by mitz@apple.com · 14 years ago
  90. 7538c25 2010-10-08 James Robinson <jamesr@chromium.org> by commit-queue@webkit.org · 14 years ago
  91. 75dad74 https://bugs.webkit.org/show_bug.cgi?id=46482, rename the various prefWidth functions to use by hyatt@apple.com · 14 years ago
  92. 5f4fae0 https://bugs.webkit.org/show_bug.cgi?id=46451 Reviewed by Sam Weinig. by hyatt@apple.com · 14 years ago
  93. a8bb7d6 WebCore: Convert column span from an unsigned short type to an unsigned int by levin@chromium.org · 15 years ago
  94. 36bdcfa WebCore: https://bugs.webkit.org/show_bug.cgi?id=39420, :visited not working with background-color. by hyatt@apple.com · 15 years ago
  95. e0bd77a7 <http://webkit.org/b/14858> <col> width ignored when not tied to a single cell by ddkilzer@apple.com · 15 years ago
  96. 445c34f WebCore: by darin@apple.com · 16 years ago
  97. fe52f5b WebCore: by hyatt@apple.com · 16 years ago
  98. 6ecf1a1 2009-02-12 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
  99. 916f31f 2009-02-11 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
  100. 1a57c82 2009-02-04 Sam Weinig <sam@webkit.org> by weinig@apple.com · 16 years ago