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