1. 7043e1b Audit RenderObject casts and fix problems and style issues found by darin@apple.com · 9 years ago
  2. 454418f Inline RenderStyle into RenderElement by antti@apple.com · 9 years ago
  3. de6dae7b RenderStyle should not be reference counted by antti@apple.com · 9 years ago
  4. 11ff47c Remove "virtual" from all lines that have both "virtual" and "override". by darin@apple.com · 9 years ago
  5. e30038b Text control shadow element style shouldn't depend on renderers by antti@apple.com · 9 years ago
  6. 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
  7. d563e1d Clean up virtual functions in rendering/ by cdumez@apple.com · 10 years ago
  8. 2601e05 Drop RENDER_OBJECT_TYPE_CASTS() for a lot of RenderObject subclasses by cdumez@apple.com · 10 years ago
  9. f85e2f6 Add is<>() / downcast<>() support for RenderObject subclasses by cdumez@apple.com · 10 years ago
  10. d35ea3d RenderTextControl::hasValidAvgCharWidth doesn't detect System Font by mmaxfield@apple.com · 11 years ago
  11. e722745 Remove workaround for compilers not supporting deleted functions by commit-queue@webkit.org · 11 years ago
  12. 16d2dd4 Change all uses of FINAL to final now that all our compilers support it by andersca@apple.com · 11 years ago
  13. 2dfe6cb Remove workaround for compilers not supporting explicit override control by commit-queue@webkit.org · 11 years ago
  14. 422fef6 Remove unused RenderTextControl::textBaseStyle(). <https://webkit.org/b/123423> by akling@apple.com · 11 years ago
  15. 8f40c5b Renderers should receive their style at construction. by akling@apple.com · 11 years ago
  16. b0b17cd Introduce RENDER_OBJECT_TYPE_CASTS to replace manual toFoo() in child render object by gyuyoung.kim@samsung.com · 11 years ago
  17. e8eb70e Start passing RenderStyle around with PassRef. <https://webkit.org/b/123051> by akling@apple.com · 11 years ago
  18. 651b4bf [CTTE] RenderTextControlMultiLine's element is always a HTMLTextAreaElement. by akling@apple.com · 12 years ago
  19. 8149707 Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  20. 263e0a6 Unreviewed, rolling out r150294. by commit-queue@webkit.org · 12 years ago
  21. 8d138e7 Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  22. 86eed7a Unreviewed, rolling out r149955. by commit-queue@webkit.org · 12 years ago
  23. dd7286c Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977> by akling@apple.com · 12 years ago
  24. fce3dc7 Vertical writing doesn't work with form controls. by hyatt@apple.com · 12 years ago
  25. 6d978e1 Add ASSERT_WITH_SECURITY_IMPLICATION to detect bad casts in rendering by inferno@chromium.org · 12 years ago
  26. 6310f61 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  27. 3b34ce4 Unreviewed, rolling out r140023. by commit-queue@webkit.org · 12 years ago
  28. 6aba753 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  29. 6ba0532 Tighten RenderLayerModelObject subclass constructors to operate on ContainerNodes. by antti@apple.com · 12 years ago
  30. 82b9498 Source/WebCore: Change baselinePosition and maxAscent/maxDescent to int by eae@chromium.org · 12 years ago
  31. 9a9045b Rename HitTestPoint and pointInContainer by allan.jensen@nokia.com · 13 years ago
  32. 227d0ab Use HitTestPoint instead of LayoutPoint for nodeAtPoint. by commit-queue@webkit.org · 13 years ago
  33. e69b1d1 Cleanup of RenderTextControl::adjustControlHeightBasedOnLineHeight() by tkent@chromium.org · 13 years ago
  34. 99fd980 Crash when inserting text with a trailing newline into a textarea via JS by rniwa@webkit.org · 14 years ago
  35. 49fdb33 Switch RenderTextControl* to new layout types by leviw@chromium.org · 14 years ago
  36. abf2856 Move subtreeHasChanged from RenderTextControl to HTMLTextFormControlElement by rniwa@webkit.org · 14 years ago
  37. 185274f Move forwardEvent from RenderTextControl to HTMLTextFormControlElement by rniwa@webkit.org · 14 years ago
  38. 8e17b7c Implement text field placeholders using shadow DOM by tkent@chromium.org · 14 years ago
  39. e386a23 Move innerTextElement() from RenderTextControl to HTMLTextFormControlElement by rniwa@webkit.org · 14 years ago
  40. 21fa551 Move all code related to cachedSelection to HTMLTextFormControlElement by rniwa@webkit.org · 14 years ago
  41. e14cd1a 2011-07-06 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
  42. f9ce267 2011-06-07 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
  43. 72e4ae9 Change text-based <input> types to the new shadow DOM model by tkent@chromium.org · 14 years ago
  44. 35d0885 2011-05-23 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  45. a878a2a 2011-05-21 Kent Tamura <tkent@chromium.org> by tkent@chromium.org · 14 years ago
  46. afa730a 2011-05-17 Emil A Eklund <eae@chromium.org> by eae@chromium.org · 14 years ago
  47. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/rendering/RenderTextControlMultiLine.h]
  48. 39f77ba WebCore: Fix for https://bugs.webkit.org/show_bug.cgi?id=50725 by adele@apple.com · 14 years ago
  49. 4a9c625a https://bugs.webkit.org/show_bug.cgi?id=48537 by hyatt@apple.com · 14 years ago
  50. f1ec726 WebCore: Fix for: https://bugs.webkit.org/show_bug.cgi?id=49452 by adele@apple.com · 14 years ago
  51. ddd8c30 https://bugs.webkit.org/show_bug.cgi?id=47841 by hyatt@apple.com · 14 years ago
  52. 68b773d 2010-01-05 Ojan Vafai <ojan@chromium.org> by ojan@chromium.org · 15 years ago
  53. e6cd79c 2009-09-26 Kent Tamura <tkent@chromium.org> by eric@webkit.org · 16 years ago
  54. b05364f 2009-08-24 Kent Tamura <tkent@chromium.org> by eric@webkit.org · 16 years ago
  55. b6cb256 2009-08-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
  56. d2bb5a0 2009-03-17 Ojan Vafai <ojan@chromium.org> by eric@webkit.org · 16 years ago
  57. 9402bba Reviewed by Darin Adler. by zimmermann@webkit.org · 16 years ago