1. 2c6495b Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby. by zalan@apple.com · 10 years ago
  2. 4b342506 Unreviewed, rolling out r182247. https://bugs.webkit.org/show_bug.cgi?id=143326 by commit-queue@webkit.org · 10 years ago
  3. c128ad4 Async loading of image resources https://bugs.webkit.org/show_bug.cgi?id=134488 by yoav@yoav.ws · 10 years ago
  4. 74c44cc Remove unneeded SVG code, including most isSupportedAttribute functions by darin@apple.com · 10 years ago
  5. d8dbc77 Streamline and simplify SVGSVGElement and related classes by darin@apple.com · 10 years ago
  6. 5d35726 Remove the SVG instance tree https://bugs.webkit.org/show_bug.cgi?id=140602 by darin@apple.com · 10 years ago
  7. 984c94d Move InstanceInvalidationGuard/UpdateBlocker to SVGElement from SVGElementInstance by bfulgham@apple.com · 10 years ago
  8. 885d3a8 Unreviewed, rolling out r179548. https://bugs.webkit.org/show_bug.cgi?id=141201 by commit-queue@webkit.org · 10 years ago
  9. 39f7fdf Move InstanceInvalidationGuard/UpdateBlocker to SVGElement from SVGElementInstance by darin@apple.com · 10 years ago
  10. 1092357 Modernize the SVGElement and MathMLElement factories by weinig@apple.com · 10 years ago
  11. 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
  12. e162849 Use is<>() / downcast<>() for all SVG RenderObjects by cdumez@apple.com · 10 years ago
  13. 9c3caeb Turn x/y to presentation attributes by krit@webkit.org · 11 years ago
  14. 3b520fe Turn width/height to presentation attributes by krit@webkit.org · 11 years ago
  15. 0cefe4f Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 by dbates@webkit.org · 11 years ago
  16. 55cc6d1 Replace DEPRECATED_DEFINE_STATIC_LOCAL by static NeverDestroyed<T> in svg/ by svillar@igalia.com · 11 years ago
  17. 5b31eef Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL by svillar@igalia.com · 11 years ago
  18. 68b7ee0 CTTE: ImageLoader is always owned by an Element. <https://webkit.org/b/128254> by akling@apple.com · 11 years ago
  19. 66d8c0a Remove ENABLE(SVG) guards https://bugs.webkit.org/show_bug.cgi?id=127991 by ossy@webkit.org · 11 years ago
  20. dcf6c8f Let RenderImage construct its RenderImageResource. <https://webkit.org/b/127290> by akling@apple.com · 11 years ago
  21. 9652668 Element's renderer factory should return RenderPtrs. by akling@apple.com · 11 years ago
  22. 48a9284 CTTE: Convert more of SVG to use references by commit-queue@webkit.org · 11 years ago
  23. e5428c5 Rename StylePropertySet to StyleProperties by antti@apple.com · 11 years ago
  24. ac1cc35 Change collectStyleForPresentationAttribute and related functions to take a MutableStylePropertySet by reference by weinig@apple.com · 11 years ago
  25. 8f40c5b Renderers should receive their style at construction. by akling@apple.com · 11 years ago
  26. feb9016 Take RenderObjects out of the arena. <https://webkit.org/b/122895> by akling@apple.com · 11 years ago
  27. 5726468 Make element predicates and type casts work more consistently on more types by darin@apple.com · 11 years ago
  28. 2e55ebf Node: removedFrom() and insertedInto() should use references. by akling@apple.com · 11 years ago
  29. 5ffbb5c rename KURL to URL https://bugs.webkit.org/show_bug.cgi?id=16214 by darin@apple.com · 12 years ago
  30. 391c912 Make createRenderer() return RenderElement by antti@apple.com · 12 years ago
  31. 166419e CTTE: Element::createRenderer() should take references by weinig@apple.com · 12 years ago
  32. 52e786e CTTE: Node subclasses should take a Document by reference in their constructor (Part 8) by weinig@apple.com · 12 years ago
  33. debbff0 [CTTE] RenderSVGImage always has a SVGImageElement. by akling@apple.com · 12 years ago
  34. 622b1a4 Node::document() should return a reference. <https://webkit.org/b/120496> by akling@apple.com · 12 years ago
  35. 98ebb80 <https://webkit.org/b/120115> SVG elements always have custom style resolve callbacks. by akling@apple.com · 12 years ago
  36. 0f2ac5b <https://webkit.org/b/119982> Make Element::attach non-virtual by antti@apple.com · 12 years ago
  37. a911f68 Unreviewed build fix. by bw80.lee@samsung.com · 12 years ago
  38. f598d46 Introduce isSVGFontElement() and isSVGImageElement(), use them by gyuyoung.kim@samsung.com · 12 years ago
  39. 3103822 Move SVGTests attributes parsing to SVGGraphicsElement by ch.dumez@sisa.samsung.com · 12 years ago
  40. a47b618 Introduce SVGGraphicsElement IDL interface by ch.dumez@sisa.samsung.com · 12 years ago
  41. aa51fa6 HashSet: reverse the order of the template arguments at alternate 'find', 'contains' and 'add' methods by mikhail.pozdnyakov@intel.com · 12 years ago
  42. 83fb9b9 :hover style not applied on hover if its display property is different from original style's by commit-queue@webkit.org · 12 years ago
  43. 25fd37e Add the default video poster if it doesn't exist in video tag by commit-queue@webkit.org · 12 years ago
  44. b75eeea StyledElement: Tweak signature of collectStyleForPresentationAttribute(). by akling@apple.com · 12 years ago
  45. 43e9d04 Element::parseAttribute() should take name & value as separate arguments. by akling@apple.com · 12 years ago
  46. 569556d Rename AttributeStyle => PresentationAttributeStyle across WebCore. by kling@webkit.org · 12 years ago
  47. dbef5a5 Don't GC img elements blocked by CSP until error events fire. by commit-queue@webkit.org · 13 years ago
  48. bd9bc9a Unreviewed, rolling out r118913. by commit-queue@webkit.org · 13 years ago
  49. a5d8bdc Rename Foo::addSubresourceStyleURLs and Node::addSubresourceAttributeURLs by antti@apple.com · 13 years ago
  50. 183547b Use ContainerNode instead of Node where possible by darin@apple.com · 13 years ago
  51. 260fca8 Pass Attribute by const reference as much as possible. by kling@webkit.org · 13 years ago
  52. 9ea0080 insertedIntoDocument and insertedIntoTree should be unitifed. by commit-queue@webkit.org · 13 years ago
  53. 330ba7c Enable animVal support for SVGAnimatedPreserveAspectRatio by zimmermann@webkit.org · 13 years ago
  54. b2848ca ImageLoader::m_firedLoadEvent is a confusing name by abarth@webkit.org · 13 years ago
  55. 44bc0dd StyledElement::isPresentationAttribute() only needs the attribute name. by kling@webkit.org · 13 years ago
  56. 708a278 Remove stylesheet pointer from StylePropertySet by antti@apple.com · 13 years ago
  57. 11f2556 Move attribute style invalidation to attributeChanged(). by kling@webkit.org · 13 years ago
  58. 8b0e843 Attribute styles should be created lazily. <http://webkit.org/b/78381> by kling@webkit.org · 13 years ago
  59. 8a3d4af StyledElement: Rename parseMappedAttribute() to parseAttribute(). by kling@webkit.org · 13 years ago
  60. 119bc4e Kill per-Attribute style declarations. <http://webkit.org/b/77204> by kling@webkit.org · 13 years ago
  61. 6ec5f2f SVG animation repaint issue with image and dynamic clipPath by zimmermann@webkit.org · 13 years ago
  62. 774c7f6 https://bugs.webkit.org/show_bug.cgi?id=74067 by commit-queue@webkit.org · 13 years ago
  63. 16adfc6 REGRESSION(87010): elements in ECMA-cloud neither filled nor blurred by timothy_horton@apple.com · 14 years ago
  64. ac24c35 Reviewed by Nikolas Zimmermann. by timothy_horton@apple.com · 14 years ago
  65. 1a416c9 Unreviewed, rolling out r92419. by commit-queue@webkit.org · 14 years ago
  66. 505fda1 Reviewed by Nikolas Zimmermann. by timothy_horton@apple.com · 14 years ago
  67. a285742 2011-07-09 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  68. efff725 2011-05-21 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  69. 2551812 2011-05-09 Rob Buis <rbuis@rim.com> by rwlbuis@webkit.org · 14 years ago
  70. 2995269 2011-03-04 Patrick Gansterer <paroga@webkit.org> by paroga@webkit.org · 14 years ago
  71. 31b4aa4 2011-02-11 Dirk Schulze <krit@webkit.org> by krit@webkit.org · 14 years ago
  72. 13983a5 2011-02-10 Dirk Schulze <krit@webkit.org> by krit@webkit.org · 14 years ago
  73. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/svg/SVGImageElement.cpp]
  74. 42ab4a7 2010-12-03 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  75. e50a8b1 2010-12-03 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  76. 15de2b8 2010-12-02 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  77. ab0da70 2010-12-01 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  78. 7ab490e 2010-11-22 Nikolas Zimmermann <nzimmermann@rim.com> by commit-queue@webkit.org · 14 years ago
  79. 5d888f0 2010-11-15 Rob Buis <rwlbuis@gmail.com> by rwlbuis@webkit.org · 14 years ago
  80. 477cc17 2010-11-13 Rob Buis <rwlbuis@gmail.com> by rwlbuis@webkit.org · 14 years ago
  81. 7e4b675 2010-10-15 Dirk Schulze <krit@webkit.org> by krit@webkit.org · 14 years ago
  82. 1423ab5 2010-08-30 Patrick Gansterer <paroga@paroga.com> by zimmermann@webkit.org · 15 years ago
  83. 69b3ef4 2010-08-31 Darin Adler <darin@apple.com> by darin@apple.com · 15 years ago
  84. c8b8f87 2010-08-30 Darin Adler <darin@apple.com> by darin@apple.com · 15 years ago
  85. 3cbd5cb 2010-08-29 Darin Adler <darin@apple.com> by darin@apple.com · 15 years ago
  86. 50d2555 2010-08-27 Patrick Gansterer <paroga@paroga.com> by zimmermann@webkit.org · 15 years ago
  87. cf1e68c 2010-08-10 Patrick Gansterer <paroga@paroga.com> by commit-queue@webkit.org · 15 years ago
  88. 711245f 2010-08-03 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
  89. c19aac8 2010-08-03 Sheriff Bot <webkit.review.bot@gmail.com> by zimmermann@webkit.org · 15 years ago
  90. 9d2c056 2010-08-03 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
  91. 5bed57f 2010-07-16 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
  92. be3cd24 2010-07-05 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
  93. c360893 Complete the merge of MappedAttribute and Attribute. by weinig@apple.com · 15 years ago
  94. 19f965a 2010-04-13 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
  95. 21e3cf9 Images must re-load when an image-holding element moves into a new document by darin@apple.com · 15 years ago
  96. 8fc4539 2010-01-26 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
  97. 83742d9 2009-12-18 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
  98. 48405de 2009-10-08 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
  99. f3ac3572 Reviewed by George Staikos. by zimmermann@webkit.org · 15 years ago
  100. b6cb256 2009-08-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago