Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Dec 22, 2020
Unreviewed, fix the build with recent SDKs.
Show description for c4ed125committed
Commits on Dec 10, 2020
Unified WebKit build fails
Show description for c1405f1committed
Commits on Dec 9, 2020
[Cocoa] Web Inspector: add support for creating extension tabs in WebInspectorUI via _WKInspectorExtension
Show description for 24de311committed
Commits on Nov 20, 2020
Dispatch main-thread overflow scrolls to the scrolling thread as we do for page scrolls
Show description for e5047d3committed
Commits on Nov 11, 2020
Make PlatformWheelEventPhase an enum class
Show description for 3a3c9b1committed
Commits on Oct 30, 2020
Convert ScrollingTreeNode change flags to an OptionSet<>
Show description for 0a0583ccommitted
Commits on Jul 7, 2020
BEGIN_BLOCK_OBJC_EXCEPTIONS/END_BLOCK_OBJC_EXCEPTIONS should not have trailing semicolons
Show description for d852aaacommitted
Commits on May 29, 2020
Prepare for async scrolling in passive wheel event handler regions
Show description for 12bb81ecommitted
Commits on Apr 20, 2020
Use #import instead of #include in Objective-C and don't use #pragma once
Show description for 10a179ecommitted
Commits on Feb 12, 2020
Fix declarations marked by wrong export macros (WEBCORE_EXPORT and WTF_EXPORT)
Show description for f97366bcommitted
Commits on Oct 11, 2019
Move SuspendedPage logic from WebProcessPool to new WebBackForwardCache class
Show description for 6bc1204committed
Commits on Sep 29, 2019
Tighten up LayerRepresentation operators
Show description for feb9c5acommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Mar 4, 2019
Share more code between overflow and frame scrolling nodes, fixing overflow scrollbar display
Show description for 0301a17committed
Commits on Feb 27, 2019
Have a single notion of scroll position in the scrolling tree and derive layoutViewport from it
Show description for f3ca6c4committedREGRESSION: WebKit content crash in Base System (because NSAppearance is NULL).
Show description for 9a72a6dcommitted
Commits on Jan 31, 2019
[Mac] Implement basic hit testing in the scrolling tree
Show description for 67ca68fcommitted
Commits on Jan 13, 2019
Have prefers-color-scheme: light always match on macOS versions before Mojave.
Show description for 0ddc76fcommitted
Commits on Jan 7, 2019
UI process side scrollbars for UI side compositing on Mac
Show description for 5accf59committed
Loading