- a043772 [CSS Regions] Implement visual overflow computation for inline elements by abucur@adobe.com · 11 years ago
- 9444187 RenderInline::clone() should return RenderPtr. <https://webkit.org/b/126514> by akling@apple.com · 11 years ago
- 395fca7 [iOS] Upstream WebCore/rendering changes by dbates@webkit.org · 11 years ago
- 4ea8c6b Shrink RenderInline. <https://webkit.org/b/124134> by akling@apple.com · 11 years ago
- b5f2464 Apply more unique_ptr to line box management. <https://webkit.org/b/123857> by akling@apple.com · 11 years ago
- 8f40c5b Renderers should receive their style at construction. by akling@apple.com · 11 years ago
- b0b17cd Introduce RENDER_OBJECT_TYPE_CASTS to replace manual toFoo() in child render object by gyuyoung.kim@samsung.com · 11 years ago
- a2c7f24 Rename deleteLineBoxTree to deleteLines by antti@apple.com · 11 years ago
- 42e1063 Pass Document directly to anonymous renderer constructors. by akling@apple.com · 11 years ago
- e7f589e Make tests for renderer base types non-virtual by antti@apple.com · 11 years ago
- da4d316 Remove RenderObjectChildList https://bugs.webkit.org/show_bug.cgi?id=121771 by antti@apple.com · 11 years ago
- 859e0b9 Unreviewed, rolling out r156254. by commit-queue@webkit.org · 11 years ago
- 4464aae Remove RenderObjectChildList https://bugs.webkit.org/show_bug.cgi?id=121771 by antti@apple.com · 11 years ago
- 8d58643 CTTE: RenderObject's createAnonymous() and setDocumentForAnonymous() should take Document references by weinig@apple.com · 12 years ago
- 786c9a7 Use FINAL instead of virtualChildren trick in render tree classes by darin@apple.com · 12 years ago
- 8f33508 Hide node() below RenderLayerModelObject, use element() instead by antti@apple.com · 12 years ago
- 06262e0 Render{Block,Inline}::lineBoxes() should return a reference. by akling@apple.com · 12 years ago
- 4c166d6 Make more use of toRenderFoo(RenderObject&) cast helpers. by akling@apple.com · 12 years ago
- 0b8172b7 InlineBox::renderer() and pals should return references. by akling@apple.com · 12 years ago
- 8149707 Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 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
- 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
- 1ce868f Unreviewed, rolling out r142015. by commit-queue@webkit.org · 12 years ago
- 64f3829 Focus ring for a child layer is incorrectly offset by ancestor composited layer's position by wangxianzhu@chromium.org · 12 years ago
- da4760d When a block element is made inline positioned and has static left and right, it does not follow inline formatting context by commit-queue@webkit.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
- 104fddd Push pixel snapping logic into TransformState by leviw@chromium.org · 12 years ago
- 5fef22b Native Memory Instrumentation: instrument a part of RenderObject class tree. by loislo@chromium.org · 12 years ago
- 4edbc3a Incorrect rect-based hit-test result when hit-test region includes culled inlines by allan.jensen@digia.com · 12 years ago
- a482506 constify ALL the repaint containers by simon.fraser@apple.com · 12 years ago
- 2ee2ec7 Add non-virtual firstChild/lastChild overrides to RenderBlock and RenderTableCol for a > 30% speedup on table from bug 100304 by eric@webkit.org · 12 years ago
- 82b9498 Source/WebCore: Change baselinePosition and maxAscent/maxDescent to int by eae@chromium.org · 12 years ago
- 9acde01 Rename feature define ENABLE_WIDGET_REGION to ENABLE_DRAGGBALE_REGION by jianli@chromium.org · 12 years ago
- 38b46a3 Remove unnecessary mode identifiers added in r131111 by leviw@chromium.org · 12 years ago
- 63f7387 [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel by leviw@chromium.org · 12 years ago
- bd81dfe Update the CSS property used to support draggable regions. by jianli@chromium.org · 12 years ago
- a2a40f8 Unreviewed, rolling out r130811 and r130821. by commit-queue@webkit.org · 12 years ago
- 56cde56 [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel by leviw@chromium.org · 12 years ago
- 49d26f2 Refactor layer-related logic out of RenderBoxModelObject by fmalita@chromium.org · 12 years ago
- 49391c0 Use -webkit-clip-path shapes to clip HTML elements by krit@webkit.org · 13 years ago
- b7e1cd9 (Regression: r126774): Fix crash when scrolling after removing inline sticky element by simon.fraser@apple.com · 13 years ago
- 72ec171 Add support for blendmode to webkit rendering engine by commit-queue@webkit.org · 13 years ago
- 9a9045b Rename HitTestPoint and pointInContainer by allan.jensen@nokia.com · 13 years ago
- 0281aee Implement sticky positioning https://bugs.webkit.org/show_bug.cgi?id=90046 by simon.fraser@apple.com · 13 years ago
- ea93fa0 Prep work for: Implement sticky positioning by simon.fraser@apple.com · 13 years ago
- 248a715 Accumulate sub-pixel offsets through layers and transforms by leviw@chromium.org · 13 years ago
- 54cc544 CSSRegions: Crash when using style in region for removed element. by mihnea@adobe.com · 13 years ago
- 0d46429 Switch mapLocalToContainer to use a flag instead of boolean parameters by leviw@chromium.org · 13 years ago
- f66b581 Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port by jianli@chromium.org · 13 years ago
- 39f4e3f REGRESSION: RenderInline::absoluteQuads produces incorrect results for fixed position. by commit-queue@webkit.org · 13 years ago
- 227d0ab Use HitTestPoint instead of LayoutPoint for nodeAtPoint. by commit-queue@webkit.org · 13 years ago
- f5887ce Caret is not rendered in empty inline contenteditable elements by commit-queue@webkit.org · 13 years ago
- ea541a3 Unreviewed, rolling out r119668. by rniwa@webkit.org · 13 years ago
- ce61ab1 Caret is not rendered in empty inline contenteditable elements by commit-queue@webkit.org · 13 years ago
- ca41ec6 Terrible performance on http://alliances.commandandconquer.com/ and http://www.lordofultima.com/ by simon.fraser@apple.com · 13 years ago
- f58ceed Change RenderBlock to user RenderBox/RenderInline writing mode logic by eae@chromium.org · 13 years ago
- f531ade Regression(r117482): Run-in crashes relating to generated content and inline line box clearing. by inferno@chromium.org · 13 years ago
- 6f2377d Eliminate duplicated code for culled line box in RenderInline by commit-queue@webkit.org · 13 years ago
- e2feae9 highlight for Ruby text is mispositioned in the Web Inspector by mitz@apple.com · 13 years ago
- 1ee839e Fix return type for virtual borderBoundingBox method by eae@chromium.org · 13 years ago
- 92e93e2 Revert linesBoundingBox to integers by leviw@chromium.org · 13 years ago
- e92ed53 Switch absoluteRects, culledInlineAbsoluteRects, absoluteBoundingBoxRect, and addFocusRingRects back to integers by leviw@chromium.org · 13 years ago
- e19e6cf RenderInline: Skip caching the computed line height. <http://webkit.org/b/76929> by kling@webkit.org · 13 years ago
- 941da01 Filters should apply to inline elements by simon.fraser@apple.com · 13 years ago
- e0ab12b Range sliders and spin buttons don't work with multi-columns. by commit-queue@webkit.org · 13 years ago
- bc05e3b Code clean-up: Make RenderObject::absoluteBoundingBoxRect and associated methods const and make its parameter useTransforms no longer default to false by fsamuel@chromium.org · 13 years ago
- fc30023 Switch Inline rendering classes to new layout types by leviw@chromium.org · 14 years ago
- 88a424d Source/WebCore: Regression(83075): Fix updateAlwaysCreateLineBoxes on information by inferno@chromium.org · 14 years ago
- 329523a 2011-08-04 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 14 years ago
- e0e9644 2011-08-04 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 14 years ago
- 213f9a3 RenderObject::computeRectForRepaint and clippedOverflowRectForRepaint should be const by jchaffraix@webkit.org · 14 years ago
- 69a8b1e Web Inspector: [REGRESSION r89753-89754] highlight does not respect scroller location. by pfeldman@chromium.org · 14 years ago
- 3108e1d Switch updateHitTestResult to to new layout types by eae@chromium.org · 14 years ago
- 73cb0b3 2011-07-08 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 14 years ago
- 890e9b0 Switch remaining paint functions to new layout types by leviw@chromium.org · 14 years ago
- 84ffd71 Switch addFocusRingRects to to new layout types by eae@chromium.org · 14 years ago
- 8b416c3c 2011-07-06 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
- a468a4a 2011-07-06 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
- e14cd1a 2011-07-06 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
- 907e804 2011-07-01 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
- 0518156 2011-06-29 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
- 3097a25 2011-06-28 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
- e6d0b40 2011-06-25 Joseph Pecoraro <joepeck@webkit.org> by joepeck@webkit.org · 14 years ago
- f9ce267 2011-06-07 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
- 1b15e35 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
- 47dd2d95 2011-06-06 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
- 57956b6 2011-06-06 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
- 07d86ca 2011-06-06 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
- 2b9a62d 2011-05-25 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
- 550a18c 2011-05-12 Ben Wells <benwells@chromium.org> by commit-queue@webkit.org · 14 years ago