1. f142135 Make -webkit-transition-* and -webkit-animation-* properties be pure aliases of the unprefixed ones by simon.fraser@apple.com · 9 years ago
  2. e8090dd DOM event handling should pass Event around by reference. by akling@apple.com · 9 years ago
  3. 3f8c20d Unreviewed, rolling out r203799. https://bugs.webkit.org/show_bug.cgi?id=160467 by commit-queue@webkit.org · 9 years ago
  4. e407fda2 Captions do not render in PiP window when element is hidden by eric.carlson@apple.com · 9 years ago
  5. 56abf25 REGRESSION: Plugin replaced YouTube Flash videos always have the same width by dbates@webkit.org · 9 years ago
  6. 327d6c6 Use emptyString() / nullAtom when possible by cdumez@apple.com · 9 years ago
  7. 3605922 Use fastGetAttribute() / setAttributeWithoutSynchronization() when possible by cdumez@apple.com · 9 years ago
  8. 7faf286 Adopt the iOS TouchEventHandler API for cases that must have synchronous dispatch by benjamin@webkit.org · 9 years ago
  9. b7bae2c Drop some unnecessary header includes by cdumez@apple.com · 9 years ago
  10. 06ee4a5 Drop some unnecessary header includes by cdumez@apple.com · 9 years ago
  11. e75143b Add the unprefixed version of the pseudo element ::placeholder by commit-queue@webkit.org · 9 years ago
  12. e594567 Add WebSocketProvider stub https://bugs.webkit.org/show_bug.cgi?id=158702 by achristensen@apple.com · 9 years ago
  13. 7043e1b Audit RenderObject casts and fix problems and style issues found by darin@apple.com · 9 years ago
  14. 3479e41 Generate bindings code for EventTarget.addEventListener() / removeEventListener() by cdumez@apple.com · 9 years ago
  15. 9432265d Modernize Track classes' code https://bugs.webkit.org/show_bug.cgi?id=157735 by cdumez@apple.com · 9 years ago
  16. 7bd3d3b Rename all protector variables that should be called `protectedThis` by beidson@apple.com · 9 years ago
  17. f45d2b5 Update Node::appendChild() / replaceChild() / removeChild() / insertBefore() to take references instead of pointers by cdumez@apple.com · 9 years ago
  18. 53438e9 Change IDL enumerations to be nested in their C++ class instead of at WebCore namespace level by darin@apple.com · 9 years ago
  19. b44e3f1 Stop using string-based enumerations in TextTrack, and eliminate support for string-based enumerations by darin@apple.com · 9 years ago
  20. 5c4302b RenderElement::style() should return const RenderStyle by antti@apple.com · 9 years ago
  21. 454418f Inline RenderStyle into RenderElement by antti@apple.com · 9 years ago
  22. de6dae7b RenderStyle should not be reference counted by antti@apple.com · 9 years ago
  23. 8ac8fa2 [GTK] Rework the theming code for GTK+ 3.20 by carlosgc@webkit.org · 9 years ago
  24. 5b4f8a8 Purge PassRefPtr from WebCore/html/shadow by jh718.park@samsung.com · 9 years ago
  25. 52b2434 ElementRuleCollector should not mutate document and style by antti@apple.com · 9 years ago
  26. 5a7cdb9 RenderTextControlSingleLine shouldn't mutate placeholder element inline style by antti@apple.com · 9 years ago
  27. 49cc03e Followup to: by darin@apple.com · 9 years ago
  28. 11ff47c Remove "virtual" from all lines that have both "virtual" and "override". by darin@apple.com · 9 years ago
  29. 2e57fbb Slider thumb style should not depend on renderers by antti@apple.com · 9 years ago
  30. e30038b Text control shadow element style shouldn't depend on renderers by antti@apple.com · 9 years ago
  31. bb8e52f PageGroup::captionPreferences should return a reference by eric.carlson@apple.com · 9 years ago
  32. add4424 Add a mode parameter to MediaControllerInterface::supportsFullscreen() and ChromeClient::supportsVideoFullscreen(). by adachan@apple.com · 9 years ago
  33. ee1218c Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_LOCAL by akling@apple.com · 9 years ago
  34. a28cd08 InputType::findClosestTickMarkValue should return an Optional<Decimal> by andersca@apple.com · 9 years ago
  35. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
  36. 1b3fb69 Adopt CGIOSurfaceContextCreateImageReference to avoid unnecessary readback by timothy_horton@apple.com · 9 years ago
  37. 2066077 Drop unnecessary Node::toInputElement() virtual function by cdumez@apple.com · 9 years ago
  38. a4e9add Remove InsertionPoint and ContentDistributor by antti@apple.com · 9 years ago
  39. 86e5895 Rewrite HTMLDetailsElement using HTMLSlotElement by antti@apple.com · 9 years ago
  40. acb8e1d Use modern for-loops in WebCore/html. by commit-queue@webkit.org · 9 years ago
  41. cff4fb2 Make it more obvious when using an unaccelerated image buffer, and fix a few callers who do by timothy_horton@apple.com · 9 years ago
  42. 668de2c Web Inspector: Fix common typo "supress" => "suppress" by commit-queue@webkit.org · 9 years ago
  43. 24d6403 Add ShadowRoot interface and Element.prototype.attachShadow by rniwa@webkit.org · 9 years ago
  44. cba3f88 ContentDistribution should be only used for details elements by rniwa@webkit.org · 9 years ago
  45. c2ad848 Node.appendChild(null) / replaceChild(null, null) / removeChild(null) / insertBefore(null, ref) should throw a TypeError by cdumez@apple.com · 10 years ago
  46. e2c9352 min-width/height should default to auto for flexbox items by svillar@igalia.com · 10 years ago
  47. b728731 Remove all uses of PassRefPtr in WebCore/svg by gyuyoung.kim@webkit.org · 10 years ago
  48. d1777ca Unreviewed, rolling out r189536 and r189538. by commit-queue@webkit.org · 10 years ago
  49. dca15d8 min-width/height should default to auto for flexbox items by svillar@igalia.com · 10 years ago
  50. 53dfd8e ScrollbarThemes should be returned by reference. <https://webkit.org/b/147551> by akling@apple.com · 10 years ago
  51. 7abd18c Rename ShadowRoot::hostElement to shadowRoot::host to match the latest spec by rniwa@webkit.org · 10 years ago
  52. fec1916 Fix crash due to search field disappearing when showing results menu by wenson_hsieh@apple.com · 10 years ago
  53. 077a272 Remove ENABLE_WEBVTT_REGIONS https://bugs.webkit.org/show_bug.cgi?id=148184 by eric.carlson@apple.com · 10 years ago
  54. 8dc3d1b Remove pixelSnapped* functions from RenderBoxModelObject/RenderBox. by zalan@apple.com · 10 years ago
  55. 4a6ab20 (display: block)input range's thumb disappears when moved. by zalan@apple.com · 10 years ago
  56. 2486add Do not send touch events to the slider's thumb when it does not have a renderer. by zalan@apple.com · 10 years ago
  57. 2985974 Simplify event handling logic for search cancel button by dbates@webkit.org · 10 years ago
  58. 59fb48b Purge PassRefPtr in WebCore/html - 3 by commit-queue@webkit.org · 10 years ago
  59. e44487e Purge PassRefPtr in WebCore/html https://bugs.webkit.org/show_bug.cgi?id=144543 by gyuyoung.kim@webkit.org · 10 years ago
  60. 3d1d5fc Eliminate remaining uses of OwnPtr and PassOwnPtr in WebCore outside the editing and platform directories by darin@apple.com · 10 years ago
  61. 2c6495b Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby. by zalan@apple.com · 10 years ago
  62. 12d5a62 Clean up related to wheelEvent names by simon.fraser@apple.com · 10 years ago
  63. 5c1ce97 Allow adding a button in input elements for auto fill related functionality by weinig@apple.com · 10 years ago
  64. b56098f We often misspell identifier as "identifer" by darin@apple.com · 10 years ago
  65. ad2beb5 Convert more creator functions to return Ref instead of PassRefPtr. by akling@apple.com · 10 years ago
  66. 199b9bf Nested template contents are not cloned by document.importNode by rniwa@webkit.org · 10 years ago
  67. 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
  68. dbdca2f Convert PassRefPtr return types to RefPtr. <https://webkit.org/b/138995> by akling@apple.com · 10 years ago
  69. 574a745 Remove the Timer parameters from timer callbacks by andersca@apple.com · 10 years ago
  70. 50862fe De-templatize Timer https://bugs.webkit.org/show_bug.cgi?id=138450 by jer.noble@apple.com · 10 years ago
  71. 8dc7aca Clean up virtual functions in html/ by cdumez@apple.com · 10 years ago
  72. d563e1d Clean up virtual functions in rendering/ by cdumez@apple.com · 10 years ago
  73. 903bda5 Use is<>() / downcast<>() for SpinButtonElement by cdumez@apple.com · 10 years ago
  74. 3abcc79 Use is<>() / downcast<>() for all remaining RenderObject subclasses by cdumez@apple.com · 10 years ago
  75. 0abff8b Use is<>() / downcast<>() for RenderBox by cdumez@apple.com · 10 years ago
  76. b4cc0cf Use is<>() / downcast<>() for RenderTextControl / RenderTextControlSingleLine by cdumez@apple.com · 10 years ago
  77. cda2b9c Use is<>() / downcast<>() for RenderImage by cdumez@apple.com · 10 years ago
  78. 2601e05 Drop RENDER_OBJECT_TYPE_CASTS() for a lot of RenderObject subclasses by cdumez@apple.com · 10 years ago
  79. a9c60c9 Have is<>(T*) function do a null check on the pointer argument by cdumez@apple.com · 10 years ago
  80. 434faff Use is<>() / downcast<>() for Event classes by cdumez@apple.com · 10 years ago
  81. 3e58f0f Generalize is<>() / downcast<>() support to all types by cdumez@apple.com · 10 years ago
  82. a3bc43f Use is<>() / downcast<>() for Element by cdumez@apple.com · 10 years ago
  83. 63d1ee1 Remove remaining uses of NODE_TYPE_CASTS() from html/ by cdumez@apple.com · 10 years ago
  84. cd13153 Stop using legacy NODE_TYPE_CASTS() macro for HTML Elements by cdumez@apple.com · 10 years ago
  85. 59fdc8a Use is<HTML*Element>() instead of isHTML*Element() - Part 1 by cdumez@apple.com · 10 years ago
  86. 72754ba Use downcast<HTML*Element>() instead of toHTML*Element() by cdumez@apple.com · 10 years ago
  87. 6679d09 Allow DOM methods to return references instead of pointers by cdumez@apple.com · 10 years ago
  88. 50b7833 Rename Node::childNodeCount() to countChildNodes() and avoid inefficient uses by cdumez@apple.com · 11 years ago
  89. 7a2933e ASSERTION FAILED: e in WebCore::StyleResolver::adjustRenderStyle by utatane.tea@gmail.com · 11 years ago
  90. c097867 Update the current matching of :read-only and :read-write to the latest spec by benjamin@webkit.org · 11 years ago
  91. 83de8f8 Subpixel layout: remove roundedLayoutPoint/roundedLayoutSize functions. by zalan@apple.com · 11 years ago
  92. bb5c1ff [iOS] Disable ENABLE_IOS_{GESTURE, TOUCH}_EVENTS, and temporarily disable ENABLE_TOUCH_EVENTS by dbates@webkit.org · 11 years ago
  93. 8cc7564 Unreviewed, rolling out r172844. https://bugs.webkit.org/show_bug.cgi?id=136164 by commit-queue@webkit.org · 11 years ago
  94. 51ff6db Revert r172831, it broke the Windows build. by timothy_horton@apple.com · 11 years ago
  95. 2f6cecb More WEBCORE_EXPORT macros. https://bugs.webkit.org/show_bug.cgi?id=136129 by achristensen@apple.com · 11 years ago
  96. 1fc1485 Get rid of INPUT_SPEECH https://bugs.webkit.org/show_bug.cgi?id=135672 by benjamin@webkit.org · 11 years ago
  97. b329b84 Increase width of caption container if a larger font size is selected from user prefs. by roger_fong@apple.com · 11 years ago
  98. 1c7c2c6 [Mac, iOS] Captions are appearing multiple times during repeated video play through by bfulgham@apple.com · 11 years ago
  99. aca08e9 Update the SearchFieldResultsButtonElement shadow Pseudo Id when HTMLInputElement's maxResults change by benjamin@webkit.org · 11 years ago
  100. eb5c7e0 Add warnings for the buggy implementations of shadowPseudoId() by benjamin@webkit.org · 11 years ago