1. 2626144 Fix getTotalLength() and getPointAtLength() for optimized rect and ellipse renderers by commit-queue@webkit.org · 5 years ago
  2. 494992d [SVG2] Add the 'orient' property of the interface SVGMarkerElement by commit-queue@webkit.org · 5 years ago
  3. f7e79d2 [SVG2] SVGSymbolElement should inherits SVGGraphicsElement by commit-queue@webkit.org · 5 years ago
  4. df0de2b [SVG2] Remove the 'viewTarget' property of SVGViewElement by commit-queue@webkit.org · 5 years ago
  5. 4085bda SVG2: Use DOMMatrix2DInit for setMatrix and createSVGTransformFromMatrix by krit@webkit.org · 5 years ago
  6. dfb8721 [SVG2]: Remove the SVGExternalResourcesRequired interface by commit-queue@webkit.org · 5 years ago
  7. f2160d6 Load event must be fired only for the SVG structurally external elements and the outermost SVG element by commit-queue@webkit.org · 5 years ago
  8. 789bfd0 SMIL animations of SVG <view> element have no effect by commit-queue@webkit.org · 6 years ago
  9. 77b4ca7 SMIL animations of SVG <view> element have no effect by commit-queue@webkit.org · 6 years ago
  10. 8109099 SVG2: Add length, item getter and item setter to all SVG lists by commit-queue@webkit.org · 6 years ago
  11. ddbdcc8 Put keygen element behind a runtime flag and disable it by default by rniwa@webkit.org · 6 years ago
  12. 7d9e4d7 SVGElement should detach itself from all its properties before it is deleted by said@apple.com · 6 years ago
  13. 1245fb4 propertyRegistry() was not overridden for SVGFEFloodElement and SVGFEMergeElement by commit-queue@webkit.org · 6 years ago
  14. a4fe814 REGRESSION (r243137): SVGViewElement.viewTarget should not return a new object by said@apple.com · 6 years ago
  15. 1908f69 Remove the SVG tear off objects for SVGMatrix, SVGTransfrom, SVGTransformList and SVGAnimatedTransformList by commit-queue@webkit.org · 6 years ago
  16. 85b1f3a SVGMatrix.IDL methods do not conform to the specs by commit-queue@webkit.org · 6 years ago
  17. f119f2f Remove the SVG tear off objects for SVGPathSeg, SVGPathSegList and SVGAnimatedPathSegList by commit-queue@webkit.org · 6 years ago
  18. 6540197 Remove the SVG tear off objects for SVGLength, SVGLengthList and SVGAnimatedLengthList by said@apple.com · 6 years ago
  19. 30faed4 Remove the SVG tear off objects for SVGAngle, SVGAnimatedAngle and SVGAnimatedEnumeration by commit-queue@webkit.org · 6 years ago
  20. 93b90da Remove the SVG tear off objects for SVGNumber, SVGNumberList and SVGAnimatedNumberList by commit-queue@webkit.org · 6 years ago
  21. f7461fe Remove the SVG tear off objects for SVGPoint, SVGPointList and SVGAnimatedPointList by said@apple.com · 6 years ago
  22. c693619 SVGPathSegList.insertItemBefore() should fail if the newItem belongs to an animating animPathSegList by said@apple.com · 6 years ago
  23. de2c9a3 Prepare to improve handling of conversion of float to strings by darin@apple.com · 6 years ago
  24. 0dab995 LayoutTests/imported/w3c: by simon.fraser@apple.com · 6 years ago
  25. 98dd2fb Infinite loop if a <use> element references its ancestor and the DOMNodeInserted event handler of one its ancestor's descents updates the document style by said@apple.com · 7 years ago
  26. b475f64 RenderSVGInline has to be inline always regardless of its css display value by said@apple.com · 7 years ago
  27. 2b1eab3 Document should not be mutated under SMILTimeContainer::updateAnimations() by said@apple.com · 7 years ago
  28. 00c703e Unreviewed followup for r232736 https://bugs.webkit.org/show_bug.cgi?id=185698 by said@apple.com · 7 years ago
  29. 8c474ea1 Layout Test svg/dom/animated-tearoff-list-remove-target.html is a flaky timeout by commit-queue@webkit.org · 7 years ago
  30. a62c3e6 Make all SVG shape interfaces inherit from SVGGeometryElement by krit@webkit.org · 7 years ago
  31. 919a1246 Add new SVGDOM SVGFEBLEND constants by krit@webkit.org · 7 years ago
  32. 0cc4d83 Implement SVGGeometryElement's isPointInFill and isPointInStroke by krit@webkit.org · 7 years ago
  33. fcf5cfa Introduce SVGGeometryElement interface by commit-queue@webkit.org · 7 years ago
  34. ee807bd Followup(r230063): Add test a layout test for https://bugs.webkit.org/show_bug.cgi?id=183972 by said@apple.com · 7 years ago
  35. 8ed36be Disconnect the SVGPathSegList items from their SVGPathElement before rebuilding a new list by commit-queue@webkit.org · 7 years ago
  36. 65e0043 REGRESSION(r221292): svg/animations/animateTransform-pattern-transform.html crashes with security assertion by said@apple.com · 7 years ago
  37. ee0a4fe [SVG] Leak in SVGAnimatedListPropertyTearOff by svillar@igalia.com · 8 years ago
  38. 106722e Drop legacy SVGException type https://bugs.webkit.org/show_bug.cgi?id=174695 by cdumez@apple.com · 8 years ago
  39. 73c7cf9 DOMException should not have its own toString() by cdumez@apple.com · 8 years ago
  40. 27f767d Merge split script tests, part 2 https://bugs.webkit.org/show_bug.cgi?id=172423 by ap@apple.com · 8 years ago
  41. 92352d0 Merge split script tests https://bugs.webkit.org/show_bug.cgi?id=172423 by ap@apple.com · 8 years ago
  42. 141daf3 [CSS Parser] Remove tests that depend on SVG CSS OM that has been removed by hyatt@apple.com · 8 years ago
  43. da44ae6 [WebIDL] Move interfaces and typed arrays over to JSDOMConvert by weinig@apple.com · 8 years ago
  44. 3a6b2d2 First parameter to SVGDocument.createEvent() should be mandatory by cdumez@apple.com · 9 years ago
  45. 03d045e First parameter to getElementById() should be mandatory by cdumez@apple.com · 9 years ago
  46. e8ef3de Fix null handling of SVGAngle/SVGLength.valueAsString attribute by cdumez@apple.com · 9 years ago
  47. 6dec8f0 Fix null handling of SVGScriptElement.type attribute by cdumez@apple.com · 9 years ago
  48. 6b0c090 Document.createElementNS() / createAttributeNS() parameters should be mandatory by cdumez@apple.com · 9 years ago
  49. aa3f31f Drop SVGElement.xmlbase attribute https://bugs.webkit.org/show_bug.cgi?id=159926 by cdumez@apple.com · 9 years ago
  50. a55c748 Update DOMCoreException to use the description in toString(). by beidson@apple.com · 9 years ago
  51. 5798d35 Update SVGException to use the description in toString(). by beidson@apple.com · 9 years ago
  52. 9d24349 [SVG2] Implement marker orient='auto-start-reverse' by commit-queue@webkit.org · 9 years ago
  53. 9d797f3 [SVG] Update SVG source to return string literals as ASCIILiteral and add test cases for case sensitivity by commit-queue@webkit.org · 9 years ago
  54. c835dba [SVG] Add support for 'lighter' operator in feComposite by commit-queue@webkit.org · 9 years ago
  55. 17dd693 Settings a reflected DOMString attribute to null should set it to the "null" string rather than the empty string by cdumez@apple.com · 9 years ago
  56. 3489966 Accept 8 and 4 value hex colors (#RRGGBBAA) by dino@apple.com · 9 years ago
  57. 187c870 Document.createElement(localName) does not handle correctly missing or null parameter by cdumez@apple.com · 10 years ago
  58. ec21b50 SVGColor custom text format is different from the CSS color custom text format by commit-queue@webkit.org · 10 years ago
  59. 74888f4 Various assertion failures occur when executing script in the midst of DOM insertion by aestes@apple.com · 10 years ago
  60. 36a7b37 Remove unnecessary svn:executable flags by ossy@webkit.org · 10 years ago
  61. f6d4324 Improve error messages in JSC https://bugs.webkit.org/show_bug.cgi?id=141869 by saambarati1@gmail.com · 10 years ago
  62. 8b0f76f Crash when accessing an item in SVGTransformList and then removing a previous item from this list. by said@apple.com · 10 years ago
  63. 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
  64. 5d35726 Remove the SVG instance tree https://bugs.webkit.org/show_bug.cgi?id=140602 by darin@apple.com · 10 years ago
  65. e304cb2 Remove SVGUseElement.instanceRoot and all tests that depend on it by darin@apple.com · 10 years ago
  66. bd53933 Import some extra tests for r179132 by benjamin@webkit.org · 10 years ago
  67. 7b536cb Remove SVGElementInstanceList, m_instanceUnderMouse, DUMP_INSTANCE_TREE, DUMP_SHADOW_TREE by darin@apple.com · 10 years ago
  68. 721a4c7 Web Inspector and regular console use different source code locations for messages by ap@apple.com · 10 years ago
  69. 92f278d CSS canvas color parsing accepts invalid color identifiers by jfernandez@igalia.com · 11 years ago
  70. d349f5d Adapt inline SVG sizing behavior to Firefox and Blink by krit@webkit.org · 11 years ago
  71. 69c3aea Cleared executable bits on many .html and .txt files. by darin@apple.com · 11 years ago
  72. 772177e Improve dom error messages https://bugs.webkit.org/show_bug.cgi?id=130103 by oliver@apple.com · 11 years ago
  73. 13974d0 [SVG] Accept HTML and MathML namespaces as valid requiredExtensions by commit-queue@webkit.org · 11 years ago
  74. 2bb96da Unreviewed, rolling out r161629. by commit-queue@webkit.org · 11 years ago
  75. 5e23aff [SVG] Accept HTML and MathML namespaces as valid requiredExtensions by commit-queue@webkit.org · 11 years ago
  76. 91c4b42 Fix ASSERTION FAILED in WebCore::SVGLengthContext::determineViewport by commit-queue@webkit.org · 11 years ago
  77. 3493ab2 Clean up SVGScriptElement https://bugs.webkit.org/show_bug.cgi?id=125527 by rwlbuis@webkit.org · 11 years ago
  78. 65b65e1 Optimize baselines: svg/* by akling@apple.com · 11 years ago
  79. 99375d3 svg/dom/SVGScriptElement/script-load-and-error-events.svg is flakey by ap@apple.com · 12 years ago
  80. 3541620 Flaky Test: svg/dom/SVGScriptElement/script-load-and-error-events.svg by ap@apple.com · 12 years ago
  81. 1a2768e Remove more references to the deleted js-test-style.css. by mark.lam@apple.com · 12 years ago
  82. 1ca737d Change LayoutTests' s* files to use pre and post js files in LayoutTests/resources. by mark.lam@apple.com · 12 years ago
  83. c02b261 SVG error parsing empty path https://bugs.webkit.org/show_bug.cgi?id=78980 by rwlbuis@webkit.org · 12 years ago
  84. 7dd31bf [SVG2] Merge SVGStyledElement and SVGElement by ch.dumez@sisa.samsung.com · 12 years ago
  85. 9be710f Fix HTML executable bits by darin@apple.com · 12 years ago
  86. e0c69d5 Fixed ASSERTION FAILED: callFrame == vm->topCallFrame in JSC::Interpreter::addStackTraceIfNecessary by commit-queue@webkit.org · 12 years ago
  87. 5dcfb2c Get rid of multiple inheritence for SVGViewElement interface by ch.dumez@sisa.samsung.com · 12 years ago
  88. c7ecbc3 Clear SVGPathSeg role on removal. https://bugs.webkit.org/show_bug.cgi?id=110058 by fmalita@chromium.org · 12 years ago
  89. a54f0f2 [SVG] OOB access in SVGListProperty::replaceItemValues() by fmalita@chromium.org · 12 years ago
  90. 9a2338a SVGViewSpec fails when corresponding element has been removed by schenney@chromium.org · 12 years ago
  91. 90313da Unreviewed, rolling out r140049. by commit-queue@webkit.org · 12 years ago
  92. 3fb82f8 SVGViewSpec fails when corresponding element has been removed by schenney@chromium.org · 12 years ago
  93. d2e0adc Web Inspector: Autogenerate stack traces and line numbers when possible. by mkwst@chromium.org · 12 years ago
  94. 0f6ff4a Make svg/dom/viewspec-parser-*.html non-flaky by commit-queue@webkit.org · 12 years ago
  95. 9c2ae3a Unreviewed, rolling out r136377. by commit-queue@webkit.org · 12 years ago
  96. 8579b0b Web Inspector: Autogenerate stack traces and line numbers when possible. by mkwst@chromium.org · 12 years ago
  97. 6fcb819 Update DOMException name: TypeMismatchError by arv@chromium.org · 12 years ago
  98. bc27de7 Update DOMException name: SyntaxError by arv@chromium.org · 12 years ago
  99. 3e6defb Update DOMException name: NotSupportedError by arv@chromium.org · 12 years ago
  100. 27db1d2 Update DOMException name: NoModificationAllowedError by arv@chromium.org · 12 years ago