1. 7d97f1c Add missing override specifiers under Source/WebCore/svg/ by zandobersek@gmail.com · 10 years ago
  2. e29c470 Replaced 0 with nullptr in WebCore/svg. by commit-queue@webkit.org · 10 years ago
  3. 77eb673 Use modern for-loops in WebCore/svg. by commit-queue@webkit.org · 10 years ago
  4. 6e81706 r184718 and r184725 caused four tests to begin crashing by jacob_nielsen@apple.com · 10 years ago
  5. 9770eea Use modern for-loops in WebCore/svg. by commit-queue@webkit.org · 10 years ago
  6. 0bb7390 Use Ref instead of PassRefPtr in WebCore/svg by commit-queue@webkit.org · 10 years ago
  7. 1fa7ec1 Remove PassRefPtr from svg/properties classes. by commit-queue@webkit.org · 10 years ago
  8. 86e44d3 Web Inspector: remove unused XHR replay code by said@apple.com · 10 years ago
  9. 8b0f76f Crash when accessing an item in SVGTransformList and then removing a previous item from this list. by said@apple.com · 10 years ago
  10. a058ec2 Crash when accessing an item in SVGLengthList and then replacing it with a previous item in the list. by said@apple.com · 10 years ago
  11. 82ac2c4 Make SVGElement::instancesForElement point to elements in the shadow tree, not SVGElementInstance objects by darin@apple.com · 10 years ago
  12. 7487b35 Use downcast<SVG*Element>() instead of toSVG*Element() by cdumez@apple.com · 11 years ago
  13. 3b520fe Turn width/height to presentation attributes by krit@webkit.org · 11 years ago
  14. 0cefe4f Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 by dbates@webkit.org · 11 years ago
  15. 5b31eef Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL by svillar@igalia.com · 11 years ago
  16. fc420dd SVGPropertyTearOffs should detachChildren before deleting its value. by ddkilzer@apple.com · 11 years ago
  17. 890b35a Fix lifetime handling of SVGPropertyTearOffs by ddkilzer@apple.com · 11 years ago
  18. 66d8c0a Remove ENABLE(SVG) guards https://bugs.webkit.org/show_bug.cgi?id=127991 by ossy@webkit.org · 11 years ago
  19. ca796ab Run clang-modernize and let it add a bunch of missing overrides. by andersca@apple.com · 11 years ago
  20. 2dfe6cb Remove workaround for compilers not supporting explicit override control by commit-queue@webkit.org · 11 years ago
  21. d6a51e8 [SVG] Convert OwnPtr/PassOwnPtr to std::unique_ptr by commit-queue@webkit.org · 11 years ago
  22. c3523f8 Remove spaces between template angle brackets by andersca@apple.com · 11 years ago
  23. 51269d9 JS DOM wrappers' impl() functions should return references. by akling@apple.com · 11 years ago
  24. 70c6058 Add OVERRIDE and virtual where appropriate by andersca@apple.com · 11 years ago
  25. 878d4d1 Add SVGPropertyInfo.cpp <https://webkit.org/b/121622> by akling@apple.com · 12 years ago
  26. 78bf2d4 Cut down on double hashing and code needlessly using hash table iterators by darin@apple.com · 12 years ago
  27. ea36401 Use toSVGPathElement() instead of static_cast<> by gyuyoung.kim@samsung.com · 12 years ago
  28. e033cb4 Reduce number of header includes in SVG by ch.dumez@sisa.samsung.com · 12 years ago
  29. fb9c709 Use OwnPtr instead of deleteAllValues in SVGAttributeToPropertyMap by darin@apple.com · 12 years ago
  30. 9e4854c [SVG] Suppress painting when an empty viewBox is specified by fmalita@chromium.org · 12 years ago
  31. 709eeba Tighten up the type bounds for SVGPropertyInfo callback parameters by fmalita@chromium.org · 12 years ago
  32. c7ecbc3 Clear SVGPathSeg role on removal. https://bugs.webkit.org/show_bug.cgi?id=110058 by fmalita@chromium.org · 12 years ago
  33. a54f0f2 [SVG] OOB access in SVGListProperty::replaceItemValues() by fmalita@chromium.org · 12 years ago
  34. a5d2414 Unreviewed, rolling out r134345. by commit-queue@webkit.org · 12 years ago
  35. 04fc7b0 Replace DOMException TYPE_MISMATCH_ERR with TypeError by arv@chromium.org · 12 years ago
  36. ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
  37. 9725ba6 Source/WebCore: Make SVGPathSegList.appendItem O(1) instead of O(n) by pdr@google.com · 13 years ago
  38. 2eb7bec Extend the coverage of the Custom Allocation Framework in WebCore by zoltan@webkit.org · 13 years ago
  39. fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 13 years ago
  40. d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  41. 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 13 years ago
  42. a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  43. 66e33f1 Fix assertion during detach of SVG wrappers without baseVal by pdr@google.com · 13 years ago
  44. 5dcae74 Do not dispatch modification events in SVG attribute synchronization by pdr@google.com · 13 years ago
  45. feaff53 Make ElementAttributeData a variable-sized object to reduce memory use. by kling@webkit.org · 13 years ago
  46. cdbf6db SVGViewSpec DOM bindings aka SVGSVGElement.currentView is unimplemented by zimmermann@webkit.org · 13 years ago
  47. 1129801 SVGAnimatedPropertyTearOff does not clear a self pointer on deletion by schenney@chromium.org · 13 years ago
  48. a45f816 Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the animation by zimmermann@webkit.org · 13 years ago
  49. ad0b6ca Rename SVGPathParserFactory to SVGPathUtilities and remove the obsolete singleton by zimmermann@webkit.org · 13 years ago
  50. d0a6bed SMIL animation causes leak of the related Document (and many elements) by timothy_horton@apple.com · 13 years ago
  51. e3f8e9d Optimize Element attribute storage for the common case (no Attr objects.) by kling@webkit.org · 13 years ago
  52. e48843b Implement animatedPathSegList support for SVGPathElement by zimmermann@webkit.org · 13 years ago
  53. f941d3c 2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 13 years ago
  54. 19e97c2 2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 13 years ago
  55. 7b62d91 2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 13 years ago
  56. ea6d2b7 2012-04-03 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 13 years ago
  57. 2bfd68e Unreviewed, rolling out r112813 and r112837. by commit-queue@webkit.org · 13 years ago
  58. cdab3a8 Enable animVal support for SVGAnimatedEnumeration by zimmermann@webkit.org · 13 years ago
  59. 17da336 SVGAnimatedType should support SVGAnimatedIntegerOptionalInteger animation by zimmermann@webkit.org · 13 years ago
  60. a92e04b Make animVal support type-safe https://bugs.webkit.org/show_bug.cgi?id=81640 by zimmermann@webkit.org · 13 years ago
  61. 67b76b0 Enable animVal support for SVGNumberOptionalNumber by zimmermann@webkit.org · 13 years ago
  62. f9082ad 2012-03-15 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 13 years ago
  63. d6a391d Enable animVal support for SVGNumber by zimmermann@webkit.org · 13 years ago
  64. c125dc4 Enable animVal support for SVGLengthList by zimmermann@webkit.org · 13 years ago
  65. 0798ffc SVG Animations update baseVal instead of animVal by zimmermann@webkit.org · 13 years ago
  66. 6510363 SVG Animations update baseVal instead of animVal by zimmermann@webkit.org · 13 years ago
  67. 9c73128 Remove Element::createAttribute(). <http://webkit.org/b/78965> by kling@webkit.org · 13 years ago
  68. 6175886 Move attribute storage from NamedNodeMap to ElementAttributeData by caio.oliveira@openbossa.org · 13 years ago
  69. 062edfb Avoid creating NamedNodeMap unnecessarily by caio.oliveira@openbossa.org · 13 years ago
  70. 8fa8b1e Roll out r104362 since it broke the build. by mrowe@apple.com · 13 years ago
  71. 1b16c7c Use HashMap<OwnPtr> in SVGAttributeToPropertyMap by caio.oliveira@openbossa.org · 13 years ago
  72. d8de827 Minimize callsites and duplication of before/after advice for attribute mutations by adamk@chromium.org · 13 years ago
  73. c4e9134 Make calls to willModifyAttribute and attributeChanged symmetrical by adamk@chromium.org · 13 years ago
  74. 3f0b168 2011-07-26 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  75. 6388e24 Fix the build. by mrowe@apple.com · 14 years ago
  76. 6db5100 Unreviewed WinCE build fix for r90680. by paroga@webkit.org · 14 years ago
  77. a1d8e664 2011-07-09 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  78. a285742 2011-07-09 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  79. 94630af 2011-05-18 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  80. 64efd16 2011-04-12 Oliver Hunt <oliver@apple.com> by ggaren@apple.com · 14 years ago
  81. b59386e 2011-03-19 Patrick Gansterer <paroga@webkit.org> by paroga@webkit.org · 14 years ago
  82. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago