1. 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
  2. ddbdcc8 Put keygen element behind a runtime flag and disable it by default by rniwa@webkit.org · 6 years ago
  3. 4c7be23 Modify more tests to use document.scrollingElement to access viewport scroll properties by commit-queue@webkit.org · 6 years ago
  4. fc56a0b Tapping after CSS-based table casues an infinite loop in wordRangeFromPosition by rniwa@webkit.org · 7 years ago
  5. 2dcda61 fast/html/marquee-reparent-check.html is flaky with async delegates by cdumez@apple.com · 7 years ago
  6. a0cd8b9 [Touch Bar Web API] Add support for menuitem tag by commit-queue@webkit.org · 7 years ago
  7. df493e1 Overlapping text on all CSS fonts specs by antti@apple.com · 7 years ago
  8. 0cde820 Protect FrameView during style calculations by bfulgham@apple.com · 7 years ago
  9. 73c7cf9 DOMException should not have its own toString() by cdumez@apple.com · 8 years ago
  10. 92352d0 Merge split script tests https://bugs.webkit.org/show_bug.cgi?id=172423 by ap@apple.com · 8 years ago
  11. 0163afe getElementById can return a wrong elemnt when a matching element is removed during beforeload event by bfulgham@apple.com · 8 years ago
  12. 08524f6 Regression (198943): <marquee> shouldn't wrap text by antti@apple.com · 8 years ago
  13. 90a7b23 ComposedTreeIterator does not traverse all slotted children if the traversal root is a slot element. by antti@apple.com · 8 years ago
  14. b516c15 Crash in render tree after dynamically mutating the slot value by bfulgham@apple.com · 8 years ago
  15. 8efa0b4 Details element doesn't work correctly when mutating content between closing and opening by bfulgham@apple.com · 8 years ago
  16. 0207179 Adopting a child node of a script element can run script by bfulgham@apple.com · 8 years ago
  17. a5ac3ab Migrate 97 *-disabled tests to use TestExpectations by ddkilzer@apple.com · 8 years ago
  18. be3dfa8 Side effects while restting form elements by bfulgham@apple.com · 8 years ago
  19. 787d262 Source/WebCore: by antti@apple.com · 8 years ago
  20. 2791224 Fix serialization of bgsound, keygen and track elements by cdumez@apple.com · 8 years ago
  21. ded1228 Align Selection API with the specification by cdumez@apple.com · 9 years ago
  22. 8140f5f marquee with "truespeed" animates at > 60fps, hogging CPU by simon.fraser@apple.com · 9 years ago
  23. 21ade4c Parameters to Node.replaceChild() / insertBefore() should be mandatory by cdumez@apple.com · 9 years ago
  24. a55c748 Update DOMCoreException to use the description in toString(). by beidson@apple.com · 9 years ago
  25. 9e70323 REGRESSION (r190840): crash inside details element's slotNameFunction by rniwa@webkit.org · 9 years ago
  26. c50a6e6 Location.reload should not be writable by cdumez@apple.com · 9 years ago
  27. fa2c784 Align HTMLMarqueeElement.scrollAmount / scrollDelay with the specification by cdumez@apple.com · 9 years ago
  28. 5e66719 Image should not be re-registered if m_form already exists. This leads to an assertion failure. by bfulgham@apple.com · 9 years ago
  29. 930f062 REGRESSION (r190983): Non-element, non-text nodes should not be distributed to slots by antti@apple.com · 9 years ago
  30. 3819cdb Assertion failure in RenderTreePosition::computeNextSibling by antti@apple.com · 9 years ago
  31. e448cb5 WebKit must support all JavaScript MIME types in HTML5 spec by cdumez@apple.com · 9 years ago
  32. 2af724d [WebIDL] Specify default parameter values where it is useful by cdumez@apple.com · 9 years ago
  33. 7521eab fast/html/marquee-scrollamount.html is flaky by ap@apple.com · 10 years ago
  34. 3133afd Setting HTMLMarqueeElement.trueSpeed doesn't work by ap@apple.com · 10 years ago
  35. bb2fe12 Replace deprecatedIsCollapsibleWhitespace with RenderStyle::isCollapsibleWhiteSpace in TextIterator. by commit-queue@webkit.org · 11 years ago
  36. ef23976 Do less synchronous render tree construction by antti@apple.com · 11 years ago
  37. 0f8554a Change fast/g*, fast/h*, fast/i*, and fast/l* files to use pre and post js files in LayoutTests/resources. by mark.lam@apple.com · 12 years ago
  38. 16476e7 Missing null-check of parent renderer in WebCore::HTMLEmbedElement::rendererIsNeeded() by reni@webkit.org · 12 years ago
  39. 074d1c1 Fix null dereference in HTMLAnchorElement::sendPings when frame is not attached to a page by rniwa@webkit.org · 12 years ago
  40. c87c3b6 Unreviewed optimize-baselines for mac and win. by roger_fong@apple.com · 12 years ago
  41. e7b0b56 Style recalculation takes too long when adding whitespace text nodes by haraken@chromium.org · 12 years ago
  42. aa71f03 Implement the HTML <main> element. by commit-queue@webkit.org · 12 years ago
  43. 32b6721 Source/WebCore: [Shadow DOM]: ShadowRoot has wrong nodeName attribute by shinyak@chromium.org · 12 years ago
  44. 72563d6 Update DOMException name: IndexSizeError by arv@chromium.org · 12 years ago
  45. 4b3d088 Update DOMException name: HierarchyRequestError by arv@chromium.org · 12 years ago
  46. 5b01d4e REGRESSION(r131104): Heap-use-after-free in WebCore::Element::attributeChanged by kling@webkit.org · 12 years ago
  47. 0fa7af2 Unreviewed chromium rebaseline for r131202. by eae@chromium.org · 12 years ago
  48. 2d8933b fast/html/marquee-alternate.html is flaky by commit-queue@webkit.org · 13 years ago
  49. e6df374 Rebaseline details-nested-2.html and clone-anonymous-block-non-inline-child-crash.html after 126789 by pdr@google.com · 13 years ago
  50. 1de3c0a Range::isPointInRange incorrectly throws WRONG_DOCUMENT_ERR by eae@chromium.org · 13 years ago
  51. 925887c The elements in ShadowDOM of meter or progress should not be modifiable. by shinyak@chromium.org · 13 years ago
  52. 06ad32a Use testRunner instead of layoutTestController in fast/hidpi, history, html, images, inline, inline-block, innerHTML, inspector-support, invalid tests by rniwa@webkit.org · 13 years ago
  53. 66be5f2 REGRESSION(r118414): some pages on concursolutions.com doesn't show up by rniwa@webkit.org · 13 years ago
  54. 04882e1 Unreviewed gardening. Even more rebaselining from r117815. by leviw@chromium.org · 13 years ago
  55. f83f89c Remove extra checks for empty string when parsing CSS value by caio.oliveira@openbossa.org · 13 years ago
  56. 76e7c15 Unreviewed rebaseline for tests affected by Length change in r115573. by eae@chromium.org · 13 years ago
  57. 7b2bb0f RenderDetailsMarker should draw the triangle inside the content box by tkent@chromium.org · 13 years ago
  58. 71f8039 Source/WebCore: Move pending sheet removal from ~HTMLLinkElement to removal from document. by jpfau@apple.com · 13 years ago
  59. 64181f5 [Refactoring] RenderSummary and RenderDetail is no longer needed. by morrita@google.com · 13 years ago
  60. af24cbe <summary> is not keyboard accessible. by commit-queue@webkit.org · 13 years ago
  61. 54c4084 REGRESSION (r73385): Marquee with behavior="alternate" is not working by commit-queue@webkit.org · 13 years ago
  62. 0d80149 Chromium rebaseline for font-weight-bold-for-b-and-strong.html. by rniwa@webkit.org · 13 years ago
  63. 97efa88 Patch by Wyatt Carss <wcarss@chromium.org> on 2011-12-21 by commit-queue@webkit.org · 13 years ago
  64. ac687ea HTML details summary not working with form controls by commit-queue@webkit.org · 13 years ago
  65. 0a48e05 JS Test Harness: Make successfullyParsed optional by arv@chromium.org · 13 years ago
  66. 22f2827 JS Test Harness: Insert the stylesheet dynamically by arv@chromium.org · 13 years ago
  67. 245aeaf JS Test Harness: Make console and description elements optional in the HTML by arv@chromium.org · 13 years ago
  68. 4a9c4f4 Source/WebCore: Crash in HTMLTreeBuilder::processAnyOtherEndTagForInBody by inferno@chromium.org · 14 years ago
  69. 488737e Source/WebCore: Add HTMLUnknownElement interface as defined in by ossy@webkit.org · 14 years ago
  70. 4907b2c Source/WebCore: Add HTMLUnknownElement interface as defined in by commit-queue@webkit.org · 14 years ago
  71. 958d2e4 2011-06-24 Dominic Cooney <dominicc@chromium.org> by dominicc@chromium.org · 14 years ago
  72. f74d7f8 2011-06-13 Julien Chaffraix <jchaffraix@webkit.org> by jchaffraix@webkit.org · 14 years ago
  73. 7333a2b 2011-06-06 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  74. e27f5b3 2011-06-03 Dominic Cooney <dominicc@chromium.org> by dominicc@chromium.org · 14 years ago
  75. 7e8e606 2011-06-03 Dominic Cooney <dominicc@chromium.org> by dominicc@chromium.org · 14 years ago
  76. ed0e016 2011-05-31 Hironori Bono <hbono@chromium.org> by morrita@google.com · 14 years ago
  77. 23daa61 2011-05-26 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  78. 546a2e5 2011-05-24 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  79. d7317cf 2011-05-12 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  80. 45d613f 2011-04-21 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  81. b1c65d8 2011-04-20 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  82. 7403e02 2011-04-15 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  83. 28c793b 2011-03-23 Luiz Agostini <luiz.agostini@openbossa.org> by commit-queue@webkit.org · 14 years ago
  84. fb0b8be HTML5 <details> and <summary>: rendering by luiz@webkit.org · 14 years ago
  85. 651a0b6 2011-03-10 Xiyuan Xia <xiyuan@chromium.org> by tony@chromium.org · 14 years ago
  86. f5feedb 2011-02-21 James Kozianski <koz@chromium.org> by commit-queue@webkit.org · 14 years ago
  87. 5b0a15f 2011-01-08 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 14 years ago
  88. a89a67a 2011-01-07 Ryosuke Niwa <rniwa@webkit.org> by rniwa@webkit.org · 14 years ago
  89. 3c25011 WebCore: HTML5 Conformance Test failure: approved/xhtml5/object_border_pixel.xhtml by ddkilzer@apple.com · 14 years ago
  90. 3337ca8 2010-12-09 Abhishek Arya <inferno@chromium.org> by inferno@chromium.org · 14 years ago
  91. ea4caf4 2010-12-09 Peter Beverloo <peter@lvp-media.com> by commit-queue@webkit.org · 14 years ago
  92. f5af0ce 2010-12-08 Andy Estes <aestes@apple.com> by aestes@apple.com · 14 years ago
  93. af4a5b0 2010-12-07 Maciej Stachowiak <mjs@apple.com> by mjs@apple.com · 14 years ago
  94. 9ab3c37 2010-12-06 Andy Estes <aestes@apple.com> by aestes@apple.com · 14 years ago
  95. 5f887d4 Implement (non-EventListener) marquee IDL attributes from HTML5. by aestes@apple.com · 14 years ago
  96. 28ad8d8 2010-11-17 Cris Neckar <cdn@chromium.org> by inferno@chromium.org · 14 years ago
  97. aeeef96 2010-10-14 Ryosuke Niwa <rniwa@webkit.org> by rniwa@webkit.org · 14 years ago
  98. 3ee7307 2010-10-08 Abhishek Arya <inferno@chromium.org> by inferno@chromium.org · 14 years ago
  99. aaa78d1 2010-10-07 Cris Neckar <cdn@chromium.org> by inferno@chromium.org · 14 years ago
  100. 6621f05 2010-09-01 Matthew Willis <lilmatt@flock.com> by commit-queue@webkit.org · 15 years ago