Commits
User selector
Commit History
Commits on Aug 4, 2021
Crash in DisplayLink::notifyObserversDisplayWasRefreshed() on macOS
Show description for edd897dcommitted
Commits on Jun 3, 2021
Stop using a RefPtr<IPC::Connection> as HashMap key in DisplayLink
Show description for 84282e9committed
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 20, 2021
Use CheckedLock more in WebKit2 code
Show description for 2d56d83committed
Commits on May 12, 2021
Crash in DisplayLink::incrementFullSpeedRequestClientCount()
Show description for ca56dfccommitted
Commits on Apr 2, 2021
Allow wheel events to trigger high frequency DisplayLinks
Show description for 3eb3c85committed
Commits on Apr 1, 2021
Feed preferred frames per second back to the UI process for each DisplayRefreshMonitor
Show description for 513c586committed
Commits on Mar 30, 2021
Allow non-60fps display updates to be driven by DisplayRefreshMonitor
Show description for b4b1348committed
Commits on Mar 29, 2021
Plumb DisplayUpdate through the display refresh monitors
Show description for d969d5dcommitted
Commits on Mar 28, 2021
Have DisplayLink compute its displayNominalFramesPerSecond just once
Show description for e2e99c4committedAllow DisplayRefreshMonitor to be more long-lived objects
Show description for 8ea8b4dcommitted
Commits on Mar 1, 2021
Remove ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING which is always true for macOS
Show description for de5c619committed
Commits on Sep 11, 2020
Commits on Sep 9, 2020
Move lazy DisplayLink tear down logic from the WebProcess to the UIProcess
Show description for cfaa041committedRegression(r260614) Power usage has increased due to extra thread hopping
Show description for 976935ecommitted
Commits on Sep 7, 2020
Unreviewed, reverting r266645.
Show description for 5e7133ccommitted
Commits on Sep 4, 2020
Move lazy DisplayLink tear down logic from the WebProcess to the UIProcess
Show description for 3e30005committed
Commits on May 20, 2020
Plumb the display's nominal refresh rate down to ScrollingTree for use in scroll synchronization
Show description for 46ba5bacommittedUse an ObjectIdentifier<> for DisplayLink observer IDs
Show description for 1655497committed
Commits on Apr 24, 2020
Bounce displayWasRefreshed() via EventDispatcher
Show description for 245f573committed
Commits on Feb 9, 2019
[WK2][macOS] Avoid creating new CVDisplayLink objects for each WebProcess
Show description for af90f36committed
Commits on Jan 8, 2019
Move ResourceLoadStatistics files from UIProcess to NetworkProcess
Show description for f55a67ccommitted
Commits on Nov 14, 2018
REGRESSION (WEBPROCESS_WINDOWSERVER_BLOCKING): requestAnimationFrame Stops Completing
Show description for 19f3477committed
Commits on Jun 15, 2018
Rollout r231818, as it introduced regression on tickets.com.
Show description for 97f344ecommitted
Commits on Jun 8, 2018
Run display links in the UI process when ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING) is true.
Show description for 560c01fcommittedSend display link IPC message from display link thread.
Show description for fa92690committedAdd base class to get WeakPtrFactory member and avoid some boilerplate code
Show description for ec66600committed
Commits on Jun 7, 2018
Crash in lambda function WTF::Function<void ()>::CallableWrapper<WebKit::DisplayLink::displayLinkCallback
Show description for cca658dcommitted
Commits on May 18, 2018
Convert ProcessPrivilege assertions to regular debug-only assertions
Show description for 63e71eacommitted
Commits on May 15, 2018
Pause display links when window is not visible.
Show description for a4871cacommitted
Commits on Apr 18, 2018
WebKit::DisplayLink maintains a strong reference to WebPageProxy, creating a reference cycle
Show description for fe3ff01committed
Commits on Apr 10, 2018
Add ProcessPrivilege assertions to places that access NSApp
Show description for 651f57acommitted
Commits on Mar 19, 2018
When the WebContent process is blocked from accessing the WindowServer, the call CVDisplayLinkCreateWithCGDisplay will fail.
Show description for 270166fcommitted
Loading