- 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
- a1986f5 Roll out r175352. <https://webkit.org/b/139146> by akling@apple.com · 10 years ago
- efa4c70 Generalize dirtying of parent's line boxes when taking a renderer out of tree. by akling@apple.com · 10 years ago
- 2601e05 Drop RENDER_OBJECT_TYPE_CASTS() for a lot of RenderObject subclasses by cdumez@apple.com · 10 years ago
- f85e2f6 Add is<>() / downcast<>() support for RenderObject subclasses by cdumez@apple.com · 10 years ago
- d349f5d Adapt inline SVG sizing behavior to Firefox and Blink by krit@webkit.org · 11 years ago
- 4ce2fff [CSS Regions] Overflow selection doesn't work properly by stavila@adobe.com · 11 years ago
- 006e5c9 Hook up image controls for WebKit1 by timothy_horton@apple.com · 11 years ago
- 16d2dd4 Change all uses of FINAL to final now that all our compilers support it by andersca@apple.com · 11 years ago
- 2dfe6cb Remove workaround for compilers not supporting explicit override control by commit-queue@webkit.org · 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
- 42e1063 Pass Document directly to anonymous renderer constructors. by akling@apple.com · 11 years ago
- 70c6058 Add OVERRIDE and virtual where appropriate by andersca@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
- 4ead1a4 Adding "explicit" keyword in rendering related constructors by commit-queue@webkit.org · 12 years ago
- 74523e7 Implement object-fit CSS property https://bugs.webkit.org/show_bug.cgi?id=52040 by simon.fraser@apple.com · 12 years ago
- 8149707 Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
- 4f248d6 Unreviewed, rolling out r151451. by commit-queue@webkit.org · 12 years ago
- d30055a Positioned Replaced Elements That Aren't RenderReplaced get Incorrect Width 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
- 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
- c273b44 Intrinsic and preferred widths on replaced elements are wrong in many cases by ojan@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
- a4a699a Percentage min/max width replaced element may incorrectly rendered by commit-queue@webkit.org · 12 years ago
- 9c8fa0f Web Inspector: Native Memory Instrumentation: instrument RenderBox descendants. by loislo@chromium.org · 12 years ago
- a482506 constify ALL the repaint containers by simon.fraser@apple.com · 12 years ago
- 88c682c [subpixel] Change intrinsicSize to LayoutUnit by eae@chromium.org · 12 years ago
- 49d26f2 Refactor layer-related logic out of RenderBoxModelObject by fmalita@chromium.org · 12 years ago
- 9dca48a REGRESSION(r122501): replaced elements with percent width are wrongly size when inserted inside an auto-table layout by jchaffraix@webkit.org · 13 years ago
- 5912a53 SVG not properly respecting max-width. by hyatt@apple.com · 13 years ago
- 07a1885 SVG images broken when max-width specified. by hyatt@apple.com · 13 years ago
- 2454d643 <img style='width: 100%' src='foo.svg'> gets pixellated when stretched by zimmermann@webkit.org · 13 years ago
- b43991f Update localSelectionRect to return a LayoutRect by leviw@chromium.org · 13 years ago
- 1adc559 Differentiate between SVG/CSS width/height attributes/properties by zimmermann@webkit.org · 13 years ago
- 3783de1 Unreviewed, rolling out r105402. by commit-queue@webkit.org · 13 years ago
- 220c2db Differentiate between SVG/CSS width/height attributes/properties by zimmermann@webkit.org · 13 years ago
- be2e4c2 Overridden clippedOverflowRectForRepaint() still uses IntRects by eae@chromium.org · 13 years ago
- 0134d37 CSS 2.1 failure: inline-replaced-height-008.htm by robert@webkit.org · 13 years ago
- ed1c9b2 Simplify ReplaceSelectionCommand::positionAtStartOfInsertedContent by rniwa@webkit.org · 13 years ago
- 213f9a3 RenderObject::computeRectForRepaint and clippedOverflowRectForRepaint should be const by jchaffraix@webkit.org · 14 years ago
- 877dc99 2011-07-19 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.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
- 1947a21 Switch rendering tree selection code to to new layout types by eae@chromium.org · 14 years ago
- 907e804 2011-07-01 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
- 393fc7f 2011-06-29 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
- 79f150d 2011-06-23 Abhishek Arya <inferno@chromium.org> by inferno@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
- ac68af4 2011-06-15 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
- 61ca137 2011-06-07 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
- 412182d 2011-06-06 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
- 35e0131 2011-06-02 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
- 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/rendering/RenderReplaced.h]
- 1a575c3a https://bugs.webkit.org/show_bug.cgi?id=49126 by hyatt@apple.com · 14 years ago
- ddd8c30 https://bugs.webkit.org/show_bug.cgi?id=47841 by hyatt@apple.com · 14 years ago
- bee66d9 https://bugs.webkit.org/show_bug.cgi?id=46642, make replaced elements work with block-flow. This patch changes by hyatt@apple.com · 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
- ecc8eaf https://bugs.webkit.org/show_bug.cgi?id=46454, rename a bunch of the width and height calculation methods. by hyatt@apple.com · 14 years ago
- 881c2c8 https://bugs.webkit.org/show_bug.cgi?id=46311, lock form controls and replaced elements to vertical block flow. by hyatt@apple.com · 14 years ago
- 114d328 Canvas sizing ignores intrinsic size by mitz@apple.com · 14 years ago
- 7682fac <http://webkit.org/b/36338> Remove unused RenderReplaced::adjustOverflowForBoxShadowAndReflect() declaration by ddkilzer@apple.com · 15 years ago
- bc08890 Add ability for image maps to be focused via tabbing by cfleizach@apple.com · 15 years ago
- 5dc5a31 WebCore: https://bugs.webkit.org/show_bug.cgi?id=20329, shadows and reflections incorrectly by hyatt@apple.com · 16 years ago
- b6cb256 2009-08-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
- d3ac7e6 2009-03-01 Ojan Vafai <ojan@chromium.org> by levin@chromium.org · 16 years ago
- 4fbc7df WebCore: by hyatt@apple.com · 16 years ago
- 950abdf 2009-02-10 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
- 80ab6e9 2009-02-04 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
- e1e3f8f 2009-02-03 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
- 56b0954 2009-01-31 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
- cd6f895 2009-01-27 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
- 7a57f87 2009-01-26 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
- 98a7ac6 2009-01-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
- 2e3c814 2008-12-02 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
- a89b8cd 2008-10-09 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
- ed87cd2 2008-10-03 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
- c59ad19 Fixes: Bug 19679: iframes with a height of 32,768px or greater do not layout correctly by timothy@apple.com · 17 years ago
- 576e84e WebCore: by mitz@apple.com · 17 years ago
- a803148 2008-03-19 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
- 7f6c5da WebCore: by antti@apple.com · 17 years ago
- c8eccec JavaScriptCore: by ddkilzer · 17 years ago
- c1baac5 2007-07-13 Mitz Pettel <mitz@webkit.org> by bdash · 18 years ago
- eaa0055 LayoutTests: by adele · 18 years ago
- 751cf30 LayoutTests: by darin · 18 years ago
- 7e7c8e4 Reviewed by Adele. by darin · 18 years ago
- 8eddecf 2007-01-15 Eric Seidel <eric@webkit.org> by eseidel · 18 years ago
- ec37548 LayoutTests: by darin · 18 years ago
- 76a0c02 WebCore: by hyatt · 19 years ago