1. 8da7c07 Add basic layout test coverage for File Picker on iOS by cdumez@apple.com · 6 years ago
  2. 8aa8ad4 vertexAttribPointer must restrict offset parameter by dino@apple.com · 6 years ago
  3. 7631763 [ContentChangeObserver] Skip anonymous renderers when checking for "willRespondToMouseClickEvents" by zalan@apple.com · 6 years ago
  4. e437f1c Hit-testing on layers overlapping scrollers should hit-test on text boxes by antti@apple.com · 6 years ago
  5. 22e43f6 Toggling "display: contents" to "display: none" fails to hide the element by antti@apple.com · 6 years ago
  6. 0f65b52 A single leading space is not considered as a word break even when word-break: break-all is set by jfernandez@igalia.com · 6 years ago
  7. 142bcc1 Remove NavigatorContentUtils in WebCore/Modules by gyuyoung.kim@webkit.org · 6 years ago
  8. ee3cf03 REGRESSION (iOS 8): Scrollbar can't be hidden when webkit-overflow-scrolling is set to touch by simon.fraser@apple.com · 6 years ago
  9. ac49ac1 [ContentChangeObserver] Taping on a form control should always result in click. by zalan@apple.com · 6 years ago
  10. b73a8f5 [ContentChangeObserver] Add support for observing opacity. by zalan@apple.com · 6 years ago
  11. 05b9510 [ContentChangeObserver] Check if the transitioned content is visible at onAnimationEnd by zalan@apple.com · 6 years ago
  12. bf2a3b5 Handle UI side hit testing for ScrollPositioningBehavior::Stationary positioned nodes by antti@apple.com · 6 years ago
  13. 4454ced Unreviewed test gardening. by simon.fraser@apple.com · 6 years ago
  14. cc69cdd [iOS WK2] Turn on async overflow scrolling by default by simon.fraser@apple.com · 6 years ago
  15. 4869aa1 Do not insert the first-letter anonymous container until after we've constructed the first-letter renderer. by zalan@apple.com · 6 years ago
  16. a948871 Add an internal feature flag to disable the -webkit-overflow-scrolling CSS property by simon.fraser@apple.com · 6 years ago
  17. 33de3a9 UI-process hit-testing needs to know about containing block relationships by antti@apple.com · 6 years ago
  18. 023d9961 [ContentChangeObserver] Start tracking implicit transitions at mousemove by zalan@apple.com · 6 years ago
  19. 3e5a745 [ContentChangeObserver] Start tracking implicit transitions at touchStart by zalan@apple.com · 6 years ago
  20. d589aae Use immediateScrollElementAtContentPointToOffset for scroll overlap tests by antti@apple.com · 6 years ago
  21. e1fabc2 [iOS] Enable fast clicking everywhere by dino@apple.com · 6 years ago
  22. b51843b appendChild should throw when inserting an ancestor of a template into its content adopted to another document by rniwa@webkit.org · 6 years ago
  23. 2ac850b Rebaseline the test after r243175. It got somehow landed with failing expectations. by rniwa@webkit.org · 6 years ago
  24. 3cf8e8d Reparenting during a mutation event inside appendChild could result in a circular DOM tree by rniwa@webkit.org · 6 years ago
  25. 0a1c14d Layer with no backing store should still hit-test over a scroller by antti@apple.com · 6 years ago
  26. 2423baa Unreviewed, rolling out r243092 and r243096. by commit-queue@webkit.org · 6 years ago
  27. dc741fa Layer with no backing store should still hit-test over a scroller by antti@apple.com · 6 years ago
  28. 7bf19a2 [iOS] No DOM keypress event emitted for cursor key commands when non-editable element is focused by dbates@webkit.org · 6 years ago
  29. 8d61cc0 Fix bad substitution made in r241282 by dbates@webkit.org · 6 years ago
  30. 56039e8 [iOS] Software keyboard never appears when editing on some websites by wenson_hsieh@apple.com · 6 years ago
  31. 36df5f6 Source/WebCore: by zalan@apple.com · 6 years ago
  32. cf0dda7 [ContentChangeObserver] HTMLImageElement::willRespondToMouseClickEvents returns quirk value. by zalan@apple.com · 6 years ago
  33. 0a68c81 Provide an option for an always-on fast click mode in iOS by dino@apple.com · 6 years ago
  34. e3a29ba REGRESSION (r242801): [iOS] preventDefault() on touchstart in a subframe does not prevent focusing the subframe by wenson_hsieh@apple.com · 6 years ago
  35. bb49382 Device orientation's permission should only require a user gesture to prompt the user by cdumez@apple.com · 6 years ago
  36. 74cf76b Block all plugins smaller than 5x5px by dino@apple.com · 6 years ago
  37. e5d1a41 Cleanup inline boxes when list marker gets blockified by zalan@apple.com · 6 years ago
  38. d5cd158 Unreviewed test gardening, rebaseline tests after r241934. by ryanhaddad@apple.com · 6 years ago
  39. c6bf615 Use RenderBox::previousSiblingBox/nextSiblingBox in RenderMultiColumnFlow by zalan@apple.com · 6 years ago
  40. 62ca3bf Fix an edge case where HTMLFormElement::removeFormElement is invoked twice with the same element by wenson_hsieh@apple.com · 6 years ago
  41. c744804 [iOS] Input view sometimes flickers when blurring and refocusing an element by wenson_hsieh@apple.com · 6 years ago
  42. d0dc1ca [WebGL] WebGLBuffer can be too large by dino@apple.com · 6 years ago
  43. 563dacc [iOS] Add test to ensure that a web page can prevent the default for Command + A by dbates@webkit.org · 6 years ago
  44. 660f5b2 [Synthetic Click] Dispatch mouseout soon after mouseup by zalan@apple.com · 6 years ago
  45. 64f577d Compositing layer that renders two positioned elements should not hit test by antti@apple.com · 6 years ago
  46. c8373ce Unreviewed, rolling out r242763. by ryanhaddad@apple.com · 6 years ago
  47. f349dfb [Synthetic Click] Dispatch mouseout soon after mouseup by zalan@apple.com · 6 years ago
  48. e2f2ce4 [iOS] Implement a faster click detection that intercepts double-tap-to-zoom if possible by dino@apple.com · 6 years ago
  49. 6e5799e [macOS] Dispatching reentrant "contextmenu" events may cause crashes by wenson_hsieh@apple.com · 6 years ago
  50. 68c0547 [ContentChangeObserver] Fix failing test cases by zalan@apple.com · 6 years ago
  51. dd5cf72 [ContentChangeObserver] Click event fires immediately on hover menu at seriouseats.com by zalan@apple.com · 6 years ago
  52. 15e2c27 [ContentChangeObserver] Start observing for content change between touchEnd and mouseMoved start by zalan@apple.com · 6 years ago
  53. 385ed71 Add support for Device Orientation / Motion permission API by cdumez@apple.com · 6 years ago
  54. f9a108d [ContentChangeObserver] Expand "isConsideredClickable" to descendants by zalan@apple.com · 6 years ago
  55. 393e6be Source/WebCore: by zalan@apple.com · 6 years ago
  56. 4cfb3ae [ContentChangeObserver] Check if max-height change triggers visible content change. by zalan@apple.com · 6 years ago
  57. 4734585 [ContentChangeObserver] Click event fires immediately on hover menu at Ebbets.com by zalan@apple.com · 6 years ago
  58. 8ef8798 [ContentChangeObserver] Introduce fixed duration content observation by zalan@apple.com · 6 years ago
  59. 7de69d9 [ContentChangeObserver] Add a setting to be able to turn content change observation on/off by zalan@apple.com · 6 years ago
  60. c8d5004 Crash when attempting to change input type while dismissing datalist suggestions by wenson_hsieh@apple.com · 6 years ago
  61. c5c4225 [iOS] Basic hit testing for content overlapping fast-scrollable overflow by antti@apple.com · 6 years ago
  62. a45cc61 [iOS] Should not scroll when checkbox, radio, submit, reset, or button is spacebar activated by dbates@webkit.org · 6 years ago
  63. ad209c6 Unreviewed, rolling out r242403. by ryanhaddad@apple.com · 6 years ago
  64. 3f050de [ContentChangeObserver] Introduce fixed duration content observation by zalan@apple.com · 6 years ago
  65. 7d67fd6 [iOS] Caret x-position in empty text area does not match text field by dbates@webkit.org · 6 years ago
  66. c9696c7 Share more code for updating the state of frame scrolling nodes by simon.fraser@apple.com · 6 years ago
  67. e88df45 Retire legacy dtoa function and DecimalNumber class by darin@apple.com · 6 years ago
  68. 6ae62a9 [ContentChangeObserver] Introduce ContentChangeObserver::adjustObservedState by zalan@apple.com · 6 years ago
  69. d6526b8 [ContentChangeObserver] Check for pending style recalcs at the end of each timer run. by zalan@apple.com · 6 years ago
  70. 440e9a7 Use-after-move in RenderCombineText::combineTextIfNeeded() by mmaxfield@apple.com · 6 years ago
  71. 233c22d Fix timing out tests following r241747 by dbates@webkit.org · 6 years ago
  72. 7d7c7e8 fast/scrolling/ios/hit-testing-iframe-002.html always fails by simon.fraser@apple.com · 6 years ago
  73. f326e54 [iOS] Web pages shouldn't be able to present a keyboard after the web view resigns first responder by wenson_hsieh@apple.com · 6 years ago
  74. 61db3ef Have a single notion of scroll position in the scrolling tree and derive layoutViewport from it by simon.fraser@apple.com · 6 years ago
  75. bcd5ee5 scrolling/ios/hit-testing-iframe* tests need to hide the tap highlight by simon.fraser@apple.com · 6 years ago
  76. a3f3ba2 Split tests programmatic-scroll-iframe and scroll-iframe by commit-queue@webkit.org · 6 years ago
  77. 6d373b2 scalableNativeWebpageParameters() is not preserved on new page navigation. by commit-queue@webkit.org · 6 years ago
  78. 403f75e [iOS] Adjust initial scale zooming heuristics when changing view scale by wenson_hsieh@apple.com · 6 years ago
  79. 1ea1bdd Split iOS tests for hit testing in iframes by commit-queue@webkit.org · 6 years ago
  80. ba1b4b2 Add tests mixing programmatic and user frame scrolling on iOS by commit-queue@webkit.org · 6 years ago
  81. 6186832 Input type "formatSetInlineTextDirection" is dispatched when changing paragraph-level text direction by wenson_hsieh@apple.com · 6 years ago
  82. aad6ee9 Hardcode Visual Viewports on everywhere except iOS WK1 by simon.fraser@apple.com · 6 years ago
  83. c01ddd1 Some refinements for Node and Document by darin@apple.com · 6 years ago
  84. 94123c7 [LFC][Floats] Add support for placing formatting roots in-between floats. by zalan@apple.com · 6 years ago
  85. 5e0df9e Make programmatic frame scrolling work on iOS by antti@apple.com · 6 years ago
  86. 8f67d74 drawImage() clears the canvas if it's the source of the image and globalCompositeOperation is "copy" by commit-queue@webkit.org · 6 years ago
  87. 928a712 REGRESSION(r240909): Release assertion in FrameLoader::loadPostRequest when opening new window by rniwa@webkit.org · 6 years ago
  88. a217c7d [iOS] Focus ring for checkboxes, radio buttons, buttons and search fields should hug tighter to the contour by dbates@webkit.org · 6 years ago
  89. a73cad0a [iOS] Keyups for non-modifier keys identified as "Dead" when not focused in a content-editable element by dbates@webkit.org · 6 years ago
  90. 81e0d42 [LFC][BFC] Add support for block replaced intrinsic width. by zalan@apple.com · 6 years ago
  91. 4894a9f [LFC] Apply min/max width constraints to preferred width computation by zalan@apple.com · 6 years ago
  92. e01cea4 [LFC] Out-of-flow box is never a float box by zalan@apple.com · 6 years ago
  93. 7f7ef0f [LFC][BFC][MarginCollapse] Replaced boxes don't collapse through their margins by zalan@apple.com · 6 years ago
  94. fe32922 Crash in DOMTimer::fired https://bugs.webkit.org/show_bug.cgi?id=194638 by rniwa@webkit.org · 6 years ago
  95. 49145e7 getUserMedia with an ideal deviceId constraint doesn't always select the correct device by youenn@apple.com · 6 years ago
  96. 9aac840 Entering fullscreen inside a shadow root will not set fullscreen pseudoclasses outside of root by jer.noble@apple.com · 6 years ago
  97. af479a5 Encrypted PDFs inside <embed> or <object> crash the Web Content process by timothy_horton@apple.com · 6 years ago
  98. 9f69b93 Add two regression tests for reference cycle in IndexedDB by sihui_liu@apple.com · 6 years ago
  99. 825e977 Support simulated mouse events on iOS based on a PlatformTouchEvent by graouts@webkit.org · 6 years ago
  100. 9c90e40 Source/WebCore: by dino@apple.com · 6 years ago