1. 8152c8ba First step to fix hacked isReplaced: Rename isReplaced functions to isReplacedOrInlineBlock by darin@apple.com · 3 years, 1 month ago
  2. 66db76d Clean-up: Adopt Page::forEachDocument in some missed spots by bfulgham@apple.com · 3 years, 2 months ago
  3. 3543f36 Remove WTF::Variant and WTF::get https://bugs.webkit.org/show_bug.cgi?id=231675 by commit-queue@webkit.org · 3 years, 4 months ago
  4. da27054 Drop remaining uses of makeRefPtr() in WebCore/ by cdumez@apple.com · 3 years, 5 months ago
  5. b6b93fe Stop tracking form elements with FormController by heycam@apple.com · 3 years, 6 months ago
  6. 922b5ea Rename hasOverflowClip() to prepare for the real overflow:clip by commit-queue@webkit.org · 3 years, 7 months ago
  7. b8cb6b7 Make WebCore::HitTestRequest::RequestType an enum class by wenson_hsieh@apple.com · 3 years, 9 months ago
  8. e056524 Finish introduction of RenderLayerScrollableArea: remove remaining glue code from RenderLayer by zimmermann@webkit.org · 4 years, 1 month ago
  9. 6f27410 Separate scrolling code out of RenderLayer by zimmermann@webkit.org · 4 years, 1 month ago
  10. e48d273 Next step towards eliminating deprecated legacy positions by darin@apple.com · 4 years, 5 months ago
  11. c8d8b55 Remove EAffinity, UPSTREAM, DOWNSTREAM, SEL_DEFAULT_AFFINITY, and VisibleSelection::selectionType by darin@apple.com · 4 years, 5 months ago
  12. f91ef17 Remove some member functions of Range and many calls to createLiveRange by darin@apple.com · 4 years, 7 months ago
  13. 5d3decc Remove Range::create and many more uses of live ranges by darin@apple.com · 4 years, 7 months ago
  14. 9d0d461 Further reduction in the use of live ranges, particularly in headers by darin@apple.com · 4 years, 7 months ago
  15. cbe4440 Clean up some useless includes of CSSAnimationController.h by graouts@webkit.org · 4 years, 10 months ago
  16. e8341dc [Cocoa] Use createNSArray in many more places that build NSArray objects from C++ collections by darin@apple.com · 4 years, 10 months ago
  17. a701a0d [Cocoa] Simplify NSArray, NSDictionary, and NSNumber idioms throughout WebKit by darin@apple.com · 4 years, 10 months ago
  18. 35a79bf Update minimum ICU version to 60.2 by ross.kirsling@sony.com · 4 years, 10 months ago
  19. b13b7de Stop using live ranges in DocumentMarkerController by darin@apple.com · 4 years, 10 months ago
  20. 1b30f74 Remove all uses of live ranges from TextIterator by darin@apple.com · 4 years, 11 months ago
  21. d2f1a00 Move most of TextIterator off of live ranges by darin@apple.com · 5 years ago
  22. 1451f86 Change HitTestRequestType to an OptionSet by dbates@webkit.org · 5 years ago
  23. 8781788 Make ShadowRoot.delegateFocus work in iOS by rniwa@webkit.org · 5 years ago
  24. 2f6c3a8 [iOS] Remove redundant uses of USE(UIKIT_EDITING) by aestes@apple.com · 5 years ago
  25. 0a02c61 [iOS] When hit testing for a context menu interaction, do not consider whether the element is contenteditable by aestes@apple.com · 5 years ago
  26. 9c761e0 Unable to tap buttons at top of Wells Fargo app’s Payees screen by zalan@apple.com · 6 years ago
  27. 54e841e Cannot bring up custom media controls at all on v.youku.com by zalan@apple.com · 6 years ago
  28. d08463d Source/WebCore: by zalan@apple.com · 6 years ago
  29. 0397f95 Unreviewed, rolling out r244755. by tsavell@apple.com · 6 years ago
  30. 6cb5f43 Source/WebCore: by zalan@apple.com · 6 years ago
  31. d6916f8 Have ScrollableArea store a ScrollType for the current scroll by simon.fraser@apple.com · 6 years ago
  32. 9ee6097 Use references rather than pointers for register/unregister functions, and more by darin@apple.com · 6 years ago
  33. ae5a8bd Use Ref<> as much as possible https://bugs.webkit.org/show_bug.cgi?id=192808 by yusukesuzuki@slowstart.org · 6 years ago
  34. cc88979 Unreviewed build fix. by zalan@apple.com · 6 years ago
  35. 6c408f3 Click and touch event listeners on the body don't work by zalan@apple.com · 6 years ago
  36. 1e847592 Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY) by ap@apple.com · 6 years ago
  37. 223f6f8 Make "overflow: overlay" a synonym for "overflow: auto" by simon.fraser@apple.com · 6 years ago
  38. eea2d6a Modernize RenderStyleConstants.h - Part 2 by commit-queue@webkit.org · 7 years ago
  39. 1a4e667 Modernize RenderStyleConstants.h - Part 1 by commit-queue@webkit.org · 7 years ago
  40. c518f7e Drop MainFrame class https://bugs.webkit.org/show_bug.cgi?id=184191 by cdumez@apple.com · 7 years ago
  41. 59d39bb Stop using EXCLUDED_SOURCE_FILE_NAMES for actual source files in WebCore by timothy_horton@apple.com · 7 years ago
  42. 71f34a0 Remove WebCore/ForwardingHeaders directory by don.olmstead@sony.com · 7 years ago
  43. ccb3028 [iOS] Restrict synthetic clicks to the origin that handled the underlying touch event by aestes@apple.com · 7 years ago
  44. 5917cb1 Reduce WTF::String operations that do unnecessary Unicode operations instead of ASCII by darin@apple.com · 7 years ago
  45. 0daed40 Compositing layers in UIWebView are often missing content after scrolling by simon.fraser@apple.com · 7 years ago
  46. 7a0bfaa UIWebView is not rendering content that comes on screen during overflow scroll by simon.fraser@apple.com · 7 years ago
  47. ba62583 Remove WebCoreSystemInterface https://bugs.webkit.org/show_bug.cgi?id=177916 by achristensen@apple.com · 7 years ago
  48. 94d850c Make RenderLayer and RenderLayerBacking TextStream-loggable, and clean up compositing logging by simon.fraser@apple.com · 8 years ago
  49. bad49a4 Cleanup: Use OptionSet to represent marker types by dbates@webkit.org · 8 years ago
  50. 2c6d4eb Frame.h doesn't need to include FrameLoader.h, IntRect.h, and NavigationScheduler.h by rniwa@webkit.org · 8 years ago
  51. 8f91d5b Remove some usage of PassRefPtr in editing code by cdumez@apple.com · 8 years ago
  52. 09e70aa Modernize Frame.h https://bugs.webkit.org/show_bug.cgi?id=171357 by achristensen@apple.com · 8 years ago
  53. 524809d Rename AnimationController to CSSAnimationController by commit-queue@webkit.org · 8 years ago
  54. 15313dc iOS: An element with tabindex is not focusable unless there is no mouse event handler by rniwa@webkit.org · 8 years ago
  55. 965d335 :hover rule causes a single tap to not activate a slotted anchor element by rniwa@webkit.org · 8 years ago
  56. 838ce52 The DOM should have an advancing wavefront opaque root barrier by fpizlo@apple.com · 8 years ago
  57. 4a588ff Move Node from ExceptionCode to ExceptionOr by darin@apple.com · 8 years ago
  58. a660c1b Convert Document from ExceptionCode to Exception by darin@apple.com · 8 years ago
  59. 760090a by achristensen@apple.com · 8 years ago
  60. b33157c WTF should know about Language https://bugs.webkit.org/show_bug.cgi?id=157756 by fpizlo@apple.com · 9 years ago
  61. f45d2b5 Update Node::appendChild() / replaceChild() / removeChild() / insertBefore() to take references instead of pointers by cdumez@apple.com · 9 years ago
  62. 5c4302b RenderElement::style() should return const RenderStyle by antti@apple.com · 9 years ago
  63. 9be2329 Unify iOS Frame::setTimersPaused() logic and Frame::{suspend, resume}ActiveDOMObjectsAndAnimations() by dbates@webkit.org · 9 years ago
  64. f63871d Rename RenderObject::isRoot() to isDocumentElementRenderer() by simon.fraser@apple.com · 9 years ago
  65. c2ad848 Node.appendChild(null) / replaceChild(null, null) / removeChild(null) / insertBefore(null, ref) should throw a TypeError by cdumez@apple.com · 9 years ago
  66. 281b569 Range.detach() / NodeIterator.detach() should be no-ops as per the latest DOM specification by cdumez@apple.com · 9 years ago
  67. 12d5a62 Clean up related to wheelEvent names by simon.fraser@apple.com · 10 years ago
  68. f978083 Rename Document::body() to Document::bodyOrFrameset() for clarity by cdumez@apple.com · 10 years ago
  69. b7f4850 First argument to DOM traversal functions should be a reference by cdumez@apple.com · 10 years ago
  70. bfcac52 Fix the iOS build. by aestes@apple.com · 10 years ago
  71. b4cc0cf Use is<>() / downcast<>() for RenderTextControl / RenderTextControlSingleLine by cdumez@apple.com · 10 years ago
  72. dd2b64a Use is<>() / downcast<>() for RenderBoxModelObject by cdumez@apple.com · 10 years ago
  73. e943779 Use is<>() / downcast<>() for RenderBlock objects by cdumez@apple.com · 10 years ago
  74. a9c60c9 Have is<>(T*) function do a null check on the pointer argument by cdumez@apple.com · 10 years ago
  75. 8326f6a iOS build fix following r173989. by mitz@apple.com · 10 years ago
  76. ef5c176 Use is<HTML*Element>() instead of isHTML*Element() - Part 2 by cdumez@apple.com · 10 years ago
  77. 72754ba Use downcast<HTML*Element>() instead of toHTML*Element() by cdumez@apple.com · 10 years ago
  78. 8599c5a [iOS] Attempt to fix the iOS build after <http://trac.webkit.org/changeset/173606> by dbates@webkit.org · 10 years ago
  79. 376339c Subpixel layout: Rename LayoutRect's device pixel snapping functions. by zalan@apple.com · 10 years ago
  80. 6d7ab06 CSS JIT: add support for the pseudo classes :hover and :active by benjamin@webkit.org · 11 years ago
  81. 40aa55a Link search area for touch events is too large in some cases by antti@apple.com · 11 years ago
  82. 0b3dffe Text autosizing does not determine line count correctly for simple line layout by antti@apple.com · 11 years ago
  83. 5eba39b Fixed the iOS build. by mitz@apple.com · 11 years ago
  84. ded18ec Remove String::deprecatedCharacters by darin@apple.com · 11 years ago
  85. 738e9f5 Avoid copy-prone idiom "for (auto item : collection)" by darin@apple.com · 11 years ago
  86. d7e21b7 TextIterator: Use StringView and references rather than pointers by darin@apple.com · 11 years ago
  87. 822918e Frame::rectForSelection shouldn't instantiate FrameSelection by rniwa@webkit.org · 11 years ago
  88. 8f4c3ab Source/WebCore: More (and more correct) iOS build fix after r163712. by mitz@apple.com · 11 years ago
  89. a84c83d iOS build fix after r163712 by mitz@apple.com · 11 years ago
  90. ec2f456 More iOS build fixing. by mitz@apple.com · 11 years ago
  91. d473f92 Remove inline member functions of FrameSelection that access m_selection by rniwa@webkit.org · 11 years ago
  92. 46b0fd5 Remove the ACCELERATED_COMPOSITING flag by abucur@adobe.com · 11 years ago
  93. fdfeb2c Add implementations of Frame::viewportArguments() and by simon.fraser@apple.com · 11 years ago
  94. 6307d45 Fix FrameIOS.o for iOS. Unreviewed build fix. by joepeck@webkit.org · 11 years ago
  95. 4da1af8 [iOS] Upstream WebCore/page changes by dbates@webkit.org · 11 years ago