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