Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 21, 2021
Drop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
Commits on Sep 20, 2021
Refactor some code that controls Live Text selection behavior
Show description for cdd2107committedTeach `WebKit::createShareableBitmap` to snapshot video elements
Show description for b83a56fcommitted
Commits on Sep 15, 2021
Rename ScrollController to ScollingEffectsController
Show description for 26fdc61committed
Commits on Sep 9, 2021
Deploy CheckedRef on FocusController
Show description for 3f7cc98committed
Commits on Sep 8, 2021
KeyboardEvent should setDefaultHandled if EventHandler::startKeyboardScrolling returns true
Show description for ffbc771committed
Commits on Sep 2, 2021
Add more inert checks for selection-related functionality
Show description for 4c35b12committed
Commits on Sep 1, 2021
REGRESSION(r280928) The smooth keyboard scrolling is unconditionally enabled for PageUp and PageDown keys
Show description for b41fb15committed
Commits on Aug 28, 2021
Define ENABLE_CONTENT_CHANGE_OBSERVER for IOS_FAMILY and use it to wrap content observation code
Show description for 5b3fd4dcommitted
Commits on Aug 24, 2021
Use RefPtr instead of auto* in EventHandler::defaultKeyboardEventHandler.
Show description for 9f63fd6committedMove cancel dialog task to `defaultKeyboardEventHandler`.
Show description for c770edccommitted
Commits on Aug 19, 2021
[iOS] Remove support for the meaningful tap heuristic
Show description for 58daa96committedRename EventHandler::sendScrollEvent() to scheduleScrollEvent() since the event is not sent synchronously
Show description for 684e7cccommitted
Commits on Aug 11, 2021
Start smooth keyboard scrolling animation when pageUp or pageDown key is pressed.
Show description for 249471fauthored andcommitted
Commits on Aug 9, 2021
Vertical scroll with mouse wheel in horizontal scroller fails to propagate to the document
Show description for 226390fcommitted
Commits on Aug 5, 2021
Implement support for <dialog> element cancel event
Show description for efef7c0committed
Commits on Aug 4, 2021
REGRESSION (r280492): Clicking backspace on sign in fields results in deleting two characters instead of one.
Show description for 8bfca8fauthored andcommitted
Commits on Aug 2, 2021
[Live Text] Use iBeam cursor when hovering over selectable text inside image links
Show description for 73ad7e5committed
Commits on Jul 30, 2021
Add key-driven smooth scrolling to macOS
Show description for b736c55authored andcommitted
Commits on Jul 22, 2021
Rename EventHandler::m_textRecognitionHoverTimerFired()
Show description for 0058bbecommitted
Commits on Jul 6, 2021
Deploy smart pointers in EventHandler and UserInputBridge
Show description for b29b0b6committed
Commits on Jun 29, 2021
Fix more -Wreturn-type warnings
Show description for 8357f62authored andcommittedRefactor MacOS keyboard scrolling and use KeyboardScroll struct
Show description for ea34dd9authored andcommitted
Commits on Jun 24, 2021
[css-scroll-snap] Remove ENABLE_SCROLL_SNAP compile-time option
Show description for 13e79e2committed
Commits on Jun 23, 2021
[Live Text] [macOS] Add an internal option to disable inline text selection in images
Show description for f81550ccommitted
Commits on Jun 21, 2021
Commits on Jun 20, 2021
[Live Text] Mouse events should only trigger text recognition if the cursor is moving
Show description for c958e75committed
Commits on Jun 16, 2021
Protect Element before calling dispatchMouseEvent() on it
Show description for 1b8b283committed
Commits on Jun 7, 2021
Upstream WebKit support for Live Text
Show description for 7ab28aacommittedTurn TextIteratorBehaviorFlag into an enum class and wrap it in OptionSet
Show description for a5811b3committed
Commits on Jun 1, 2021
[macOS] Data detector highlights should appear when hovering inside image overlays
Show description for c61b723committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 29, 2021
Clients of optional should use has_value instead of relying on hasValue macro
Show description for ddf6645committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed