1. a4d60d1 [WebKit IDL] move extended attributes to left of interface, exception... by commit-queue@webkit.org · 12 years ago
  2. cab10ce [WebKit IDL] remove all module from idl files. by commit-queue@webkit.org · 12 years ago
  3. 63f7387 [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel by leviw@chromium.org · 12 years ago
  4. 9c1142a Recursively detach SVGElementInstances by pdr@google.com · 12 years ago
  5. a2a40f8 Unreviewed, rolling out r130811 and r130821. by commit-queue@webkit.org · 12 years ago
  6. 56cde56 [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel by leviw@chromium.org · 12 years ago
  7. eeee5bc Prevent animation when CSS attributeType is invalid. by pdr@google.com · 12 years ago
  8. ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
  9. c021e2b SVG radialGradient should support 'fr' for focal radius (just like Canvas) by krit@webkit.org · 12 years ago
  10. 3328126 SVGAttributeHashTranslator does not need to copy QualifiedName in the common case by eric@webkit.org · 12 years ago
  11. ba620ae Remove overzealous assert in SVGElement::localAttributeToPropertyMap by pdr@google.com · 12 years ago
  12. c4c854e Refactor SMILTimeContainer to maintain animation information instead of recalculating it every frame by pdr@google.com · 13 years ago
  13. e877f36 Update SVGFontData for 8 bit TextRun changes by msaboff@apple.com · 13 years ago
  14. f0db4b4 Implement 'mask-type' for <mask> https://bugs.webkit.org/show_bug.cgi?id=97011 by krit@webkit.org · 13 years ago
  15. 61a7dd6 Web Inspector: NMI: now when we can detect instrumented classes we can by loislo@chromium.org · 13 years ago
  16. dbef5a5 Don't GC img elements blocked by CSP until error events fire. by commit-queue@webkit.org · 13 years ago
  17. 9725ba6 Source/WebCore: Make SVGPathSegList.appendItem O(1) instead of O(n) by pdr@google.com · 13 years ago
  18. f749ab1 <use> not working when the SVG doc is embedded as <object> data by fmalita@chromium.org · 13 years ago
  19. 2eb7bec Extend the coverage of the Custom Allocation Framework in WebCore by zoltan@webkit.org · 13 years ago
  20. 30ccc5a getScreenCTM returns different values depending on zoom by fmalita@chromium.org · 13 years ago
  21. 2e53009 Deploy StringBuilder::appendNumber() and StringBuilder::appendLiteral() in more places by commit-queue@webkit.org · 13 years ago
  22. dc6c428 Source/WebCore: Remove unnecessary codepaths in SMILTimeContainer::updateAnimations by pdr@google.com · 13 years ago
  23. 657ea27 Try to fix the build after r128006. by mitz@apple.com · 13 years ago
  24. c438912 Web Inspector: NMI: move WebCore specific code to separate header by loislo@chromium.org · 13 years ago
  25. 529ff46 [Shadow DOM][Refactoring] Element subclasses should have a way to reject author shadows. by morrita@google.com · 13 years ago
  26. 1acc443 Add 8 bit string data path to TextRun by msaboff@apple.com · 13 years ago
  27. 3f5ab02 Part 2 of removing PlatformString.h, remove PlatformString.h by weinig@apple.com · 13 years ago
  28. 26e9794 Remove extraneous includes (HTMLElement, SVGElement, GlyphBuffer, Clipboard) by commit-queue@webkit.org · 13 years ago
  29. 53b3ffd Web Inspector: NMI: extract MemoryObjectType constants from MemoryInstrumentation. by loislo@chromium.org · 13 years ago
  30. 8555865 ASSERTion failure when SVG element is removed from document and readded by timothy_horton@apple.com · 13 years ago
  31. e20d563 Remove extraneous includes (Node.h, Document.h, Element.h, RenderObject.h) by commit-queue@webkit.org · 13 years ago
  32. 14ce1a5 CSS Parser should directly parse 8 bit source strings by msaboff@apple.com · 13 years ago
  33. b1e7d63 Convert more static Strings to use ASCIILiteral by abarth@webkit.org · 13 years ago
  34. 81e9c6c Use SVGImage instead of cached image when drawing without a render tree. by pdr@google.com · 13 years ago
  35. 1734f24 Web Inspector: NMI: Instrument WebCore part of the Image class hierarchy by loislo@chromium.org · 13 years ago
  36. f6d1b8c Deploy ASCIILiteral hotness throughout WebCore by abarth@webkit.org · 13 years ago
  37. fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 13 years ago
  38. d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  39. 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 13 years ago
  40. a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  41. 1b7b083 Split LayoutTypes.h to improve compile time by commit-queue@webkit.org · 13 years ago
  42. f192d85 Roll out r126056 and r126626 https://bugs.webkit.org/show_bug.cgi?id=95017 by pdr@google.com · 13 years ago
  43. 30c19f7 ASSERTION FAILED: !attached() in WebCore::Node::attach() by fmalita@chromium.org · 13 years ago
  44. d0c076d Reduce Font.h includes across project -- improves RenderObject.h compile time by commit-queue@webkit.org · 13 years ago
  45. d037959 ASSERT triggered in SVGTRefTargetEventListener::handleEvent() by fmalita@chromium.org · 13 years ago
  46. 347bbd7 Web Inspector: NMI: rename addMember for strings and KURL to addInstrumentedMember. by loislo@chromium.org · 13 years ago
  47. 36a8f2e Reduce GradientAttributes object size by commit-queue@webkit.org · 13 years ago
  48. 2a325a4 Remove incorrect getBBox() code https://bugs.webkit.org/show_bug.cgi?id=94419 by pdr@google.com · 13 years ago
  49. 865d2b4 Refactor SVGMaskElement to inherit from StyledElement by pdr@google.com · 13 years ago
  50. b7c6116 Delete Frame::domWindow() and Frame::existingDOMWindow() by abarth@webkit.org · 13 years ago
  51. 8b223dd beginElement() does not observe updated animation attributes by fmalita@chromium.org · 13 years ago
  52. 519647f SVGElementInstance should have EventTarget on the prototype chain by dominicc@chromium.org · 13 years ago
  53. ef4a97d [SVG] load events shouldn't be fired during Node::insrtedInto() by morrita@google.com · 13 years ago
  54. 9ae3fb3 Improve RenderObject.h compile time - split CachedImage and CachedImageClient by commit-queue@webkit.org · 13 years ago
  55. edc0522 Web Inspector: make the MemoryClassInfo class a not-template by commit-queue@webkit.org · 13 years ago
  56. 3f4777f Web Inspector: add memory instrumentation for CSSValue and its descendants by yurys@chromium.org · 13 years ago
  57. 66e33f1 Fix assertion during detach of SVG wrappers without baseVal by pdr@google.com · 13 years ago
  58. 0dd61df [SVG] Tref target event listener cleanup by fmalita@chromium.org · 13 years ago
  59. 4af3956 Crash when a clip path referencing a clip path changes documents by schenney@chromium.org · 13 years ago
  60. 445fee4 SVG text selection doesn't work with hyperlinked text by rwlbuis@webkit.org · 13 years ago
  61. 5dcae74 Do not dispatch modification events in SVG attribute synchronization by pdr@google.com · 13 years ago
  62. 1eb689e SVG animation not working for elements inserted after parsing is finished by fmalita@chromium.org · 13 years ago
  63. 2474df7 Animated SVGs do not clear previous frame completely in hidpi mode. by commit-queue@webkit.org · 13 years ago
  64. feaff53 Make ElementAttributeData a variable-sized object to reduce memory use. by kling@webkit.org · 13 years ago
  65. 2dfeb28 SVG CSS property types with <number> don't support exponents by krit@webkit.org · 13 years ago
  66. ba4eeac Crash in SVGStopElement::stopColorIncludingOpacity by schenney@chromium.org · 13 years ago
  67. bef6217 Shadow DOM for img element https://bugs.webkit.org/show_bug.cgi?id=90532 by shinyak@chromium.org · 13 years ago
  68. bccd501 SVGAnimationElement::currentValuesForValuesAnimation crash by fmalita@chromium.org · 13 years ago
  69. 60efd3b Remove assert in localCoordinateSpaceTransform() by pdr@google.com · 13 years ago
  70. 9e07720 Incorrect handling of chained pending resources in SVGUseElement by fmalita@chromium.org · 13 years ago
  71. fff9e37 SVGUseElement should not use Element::ensureShadowRoot(). by shinyak@chromium.org · 13 years ago
  72. ef51c79 ShadowRoot should know its type in debug build. by shinyak@chromium.org · 13 years ago
  73. fc88673 Crash due to SVG animation element not removed from target (before reset) by pdr@google.com · 13 years ago
  74. 7ba72dd Source/WebCore: Implement filter url() function. by senorblanco@chromium.org · 13 years ago
  75. e0b75e1 Add preventative assert in SVGTRefElement by pdr@google.com · 13 years ago
  76. 451dc94 Prevent crash in animate resource handling by pdr@google.com · 13 years ago
  77. 463629d Rename rareSVGData() to svgRareData() by haraken@chromium.org · 13 years ago
  78. e27d539 Fix bug where animations failed to start by pdr@google.com · 13 years ago
  79. 9b83702 Fix setCurrentTime for paused animations by pdr@google.com · 13 years ago
  80. b3a35e7 Fix rewinding of SVG animations https://bugs.webkit.org/show_bug.cgi?id=89846 by pdr@google.com · 13 years ago
  81. b6a5658 SVGImageCache isn't invalidated for <img> on dynamic page scale changes by timothy_horton@apple.com · 13 years ago
  82. 40d9a1f8 Add pending resource even if others are pending by pdr@google.com · 13 years ago
  83. b3ce2d1 Prevent crash in SVGDocumentExtensions::removeAllElementReferencesForTarget. by pdr@google.com · 13 years ago
  84. 4ffbaa4 Remove unused member variables found by clang's -Wunused-private-field by thakis@chromium.org · 13 years ago
  85. be2a454 SVGImageCache leaks image data https://bugs.webkit.org/show_bug.cgi?id=87792 by wangxianzhu@chromium.org · 13 years ago
  86. 7a26ab3 Remove unneeded callRemovedLastRef function from TreeShared refactoring by darin@apple.com · 13 years ago
  87. dc7fdef Unreviewed, rolling out r118618 and r119353. by commit-queue@webkit.org · 13 years ago
  88. 971871a REGRESSION r119802: Remove unnecessary ASSERT(!m_deletionHasBegun) from Document.h by haraken@chromium.org · 13 years ago
  89. bba7c9c Reduce Node object size from 72 byte to 64 byte by haraken@chromium.org · 13 years ago
  90. 4e0dc66 Move some function definitions in EmptyClients.h to EmptyClients.cpp by tkent@chromium.org · 13 years ago
  91. 8240a0c Fix assert in non-scaling strokes in patterns by pdr@google.com · 13 years ago
  92. 8cf51aa SVGImageCache leaks image data https://bugs.webkit.org/show_bug.cgi?id=87792 by wangxianzhu@chromium.org · 13 years ago
  93. bd9bc9a Unreviewed, rolling out r118913. by commit-queue@webkit.org · 13 years ago
  94. a5d8bdc Rename Foo::addSubresourceStyleURLs and Node::addSubresourceAttributeURLs by antti@apple.com · 13 years ago
  95. 560ec954 Fix inefficient usage of traverseNextNode() by tkent@chromium.org · 13 years ago
  96. 5e60b73 Give StylePropertySet a proper mutability flag. <http://webkit.org/b/87675> by kling@webkit.org · 13 years ago
  97. cdbf6db SVGViewSpec DOM bindings aka SVGSVGElement.currentView is unimplemented by zimmermann@webkit.org · 13 years ago
  98. a7dc2c0 Bug 15799: textPath element does not re-render when referenced path changes by rwlbuis@webkit.org · 13 years ago
  99. 3957de7 Avoid updateFromElement() usage in SVG by zimmermann@webkit.org · 13 years ago
  100. 5f03c4c SVGElement::addEventListener has peculiar RefPtr usage by darin@apple.com · 13 years ago