1. 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
  2. a1986f5 Roll out r175352. <https://webkit.org/b/139146> by akling@apple.com · 10 years ago
  3. efa4c70 Generalize dirtying of parent's line boxes when taking a renderer out of tree. by akling@apple.com · 10 years ago
  4. 2601e05 Drop RENDER_OBJECT_TYPE_CASTS() for a lot of RenderObject subclasses by cdumez@apple.com · 10 years ago
  5. f85e2f6 Add is<>() / downcast<>() support for RenderObject subclasses by cdumez@apple.com · 10 years ago
  6. d349f5d Adapt inline SVG sizing behavior to Firefox and Blink by krit@webkit.org · 11 years ago
  7. 4ce2fff [CSS Regions] Overflow selection doesn't work properly by stavila@adobe.com · 11 years ago
  8. 006e5c9 Hook up image controls for WebKit1 by timothy_horton@apple.com · 11 years ago
  9. 16d2dd4 Change all uses of FINAL to final now that all our compilers support it by andersca@apple.com · 11 years ago
  10. 2dfe6cb Remove workaround for compilers not supporting explicit override control by commit-queue@webkit.org · 11 years ago
  11. 8f40c5b Renderers should receive their style at construction. by akling@apple.com · 11 years ago
  12. b0b17cd Introduce RENDER_OBJECT_TYPE_CASTS to replace manual toFoo() in child render object by gyuyoung.kim@samsung.com · 11 years ago
  13. 42e1063 Pass Document directly to anonymous renderer constructors. by akling@apple.com · 11 years ago
  14. 70c6058 Add OVERRIDE and virtual where appropriate by andersca@apple.com · 11 years ago
  15. e7f589e Make tests for renderer base types non-virtual by antti@apple.com · 11 years ago
  16. da4d316 Remove RenderObjectChildList https://bugs.webkit.org/show_bug.cgi?id=121771 by antti@apple.com · 11 years ago
  17. 859e0b9 Unreviewed, rolling out r156254. by commit-queue@webkit.org · 11 years ago
  18. 4464aae Remove RenderObjectChildList https://bugs.webkit.org/show_bug.cgi?id=121771 by antti@apple.com · 11 years ago
  19. 4ead1a4 Adding "explicit" keyword in rendering related constructors by commit-queue@webkit.org · 12 years ago
  20. 74523e7 Implement object-fit CSS property https://bugs.webkit.org/show_bug.cgi?id=52040 by simon.fraser@apple.com · 12 years ago
  21. 8149707 Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  22. 4f248d6 Unreviewed, rolling out r151451. by commit-queue@webkit.org · 12 years ago
  23. d30055a Positioned Replaced Elements That Aren't RenderReplaced get Incorrect Width by robert@webkit.org · 12 years ago
  24. 263e0a6 Unreviewed, rolling out r150294. by commit-queue@webkit.org · 12 years ago
  25. 8d138e7 Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  26. 86eed7a Unreviewed, rolling out r149955. by commit-queue@webkit.org · 12 years ago
  27. dd7286c Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  28. 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
  29. c273b44 Intrinsic and preferred widths on replaced elements are wrong in many cases by ojan@chromium.org · 12 years ago
  30. 6310f61 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  31. 3b34ce4 Unreviewed, rolling out r140023. by commit-queue@webkit.org · 12 years ago
  32. 6aba753 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  33. 6ba0532 Tighten RenderLayerModelObject subclass constructors to operate on ContainerNodes. by antti@apple.com · 12 years ago
  34. a4a699a Percentage min/max width replaced element may incorrectly rendered by commit-queue@webkit.org · 12 years ago
  35. 9c8fa0f Web Inspector: Native Memory Instrumentation: instrument RenderBox descendants. by loislo@chromium.org · 12 years ago
  36. a482506 constify ALL the repaint containers by simon.fraser@apple.com · 12 years ago
  37. 88c682c [subpixel] Change intrinsicSize to LayoutUnit by eae@chromium.org · 12 years ago
  38. 49d26f2 Refactor layer-related logic out of RenderBoxModelObject by fmalita@chromium.org · 12 years ago
  39. 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
  40. 5912a53 SVG not properly respecting max-width. by hyatt@apple.com · 13 years ago
  41. 07a1885 SVG images broken when max-width specified. by hyatt@apple.com · 13 years ago
  42. 2454d643 <img style='width: 100%' src='foo.svg'> gets pixellated when stretched by zimmermann@webkit.org · 13 years ago
  43. b43991f Update localSelectionRect to return a LayoutRect by leviw@chromium.org · 13 years ago
  44. 1adc559 Differentiate between SVG/CSS width/height attributes/properties by zimmermann@webkit.org · 13 years ago
  45. 3783de1 Unreviewed, rolling out r105402. by commit-queue@webkit.org · 13 years ago
  46. 220c2db Differentiate between SVG/CSS width/height attributes/properties by zimmermann@webkit.org · 13 years ago
  47. be2e4c2 Overridden clippedOverflowRectForRepaint() still uses IntRects by eae@chromium.org · 13 years ago
  48. 0134d37 CSS 2.1 failure: inline-replaced-height-008.htm by robert@webkit.org · 13 years ago
  49. ed1c9b2 Simplify ReplaceSelectionCommand::positionAtStartOfInsertedContent by rniwa@webkit.org · 13 years ago
  50. 213f9a3 RenderObject::computeRectForRepaint and clippedOverflowRectForRepaint should be const by jchaffraix@webkit.org · 14 years ago
  51. 877dc99 2011-07-19 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  52. 73cb0b3 2011-07-08 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 14 years ago
  53. 890e9b0 Switch remaining paint functions to new layout types by leviw@chromium.org · 14 years ago
  54. 1947a21 Switch rendering tree selection code to to new layout types by eae@chromium.org · 14 years ago
  55. 907e804 2011-07-01 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  56. 393fc7f 2011-06-29 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  57. 79f150d 2011-06-23 Abhishek Arya <inferno@chromium.org> by inferno@chromium.org · 14 years ago
  58. b375750 2011-06-29 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  59. c491808 2011-06-28 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  60. ac68af4 2011-06-15 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  61. 61ca137 2011-06-07 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  62. 412182d 2011-06-06 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  63. 35e0131 2011-06-02 Levi Weintraub <leviw@chromium.org> by leviw@chromium.org · 14 years ago
  64. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/rendering/RenderReplaced.h]
  65. 1a575c3a https://bugs.webkit.org/show_bug.cgi?id=49126 by hyatt@apple.com · 14 years ago
  66. ddd8c30 https://bugs.webkit.org/show_bug.cgi?id=47841 by hyatt@apple.com · 14 years ago
  67. 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
  68. 75dad74 https://bugs.webkit.org/show_bug.cgi?id=46482, rename the various prefWidth functions to use by hyatt@apple.com · 14 years ago
  69. 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
  70. 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
  71. 114d328 Canvas sizing ignores intrinsic size by mitz@apple.com · 14 years ago
  72. 7682fac <http://webkit.org/b/36338> Remove unused RenderReplaced::adjustOverflowForBoxShadowAndReflect() declaration by ddkilzer@apple.com · 15 years ago
  73. bc08890 Add ability for image maps to be focused via tabbing by cfleizach@apple.com · 15 years ago
  74. 5dc5a31 WebCore: https://bugs.webkit.org/show_bug.cgi?id=20329, shadows and reflections incorrectly by hyatt@apple.com · 16 years ago
  75. b6cb256 2009-08-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
  76. d3ac7e6 2009-03-01 Ojan Vafai <ojan@chromium.org> by levin@chromium.org · 16 years ago
  77. 4fbc7df WebCore: by hyatt@apple.com · 16 years ago
  78. 950abdf 2009-02-10 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
  79. 80ab6e9 2009-02-04 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
  80. 1a57c82 2009-02-04 Sam Weinig <sam@webkit.org> by weinig@apple.com · 16 years ago
  81. e1e3f8f 2009-02-03 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
  82. 56b0954 2009-01-31 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
  83. cd6f895 2009-01-27 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
  84. 7a57f87 2009-01-26 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
  85. 98a7ac6 2009-01-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
  86. 2e3c814 2008-12-02 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
  87. a89b8cd 2008-10-09 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
  88. ed87cd2 2008-10-03 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 16 years ago
  89. c59ad19 Fixes: Bug 19679: iframes with a height of 32,768px or greater do not layout correctly by timothy@apple.com · 17 years ago
  90. 576e84e WebCore: by mitz@apple.com · 17 years ago
  91. a803148 2008-03-19 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  92. 7f6c5da WebCore: by antti@apple.com · 17 years ago
  93. c8eccec JavaScriptCore: by ddkilzer · 17 years ago
  94. c1baac5 2007-07-13 Mitz Pettel <mitz@webkit.org> by bdash · 18 years ago
  95. eaa0055 LayoutTests: by adele · 18 years ago
  96. 751cf30 LayoutTests: by darin · 18 years ago
  97. 7e7c8e4 Reviewed by Adele. by darin · 18 years ago
  98. 8eddecf 2007-01-15 Eric Seidel <eric@webkit.org> by eseidel · 18 years ago
  99. ec37548 LayoutTests: by darin · 18 years ago
  100. 76a0c02 WebCore: by hyatt · 19 years ago