[webkit-changes] [WebKit/WebKit] cd23c7: Remove unnecessary sync IPC in NavigationScheduler
Charlie Wolfe
noreply at github.com
Sun Feb 23 14:23:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cd23c73ac692918316f2e345fc313f8fd0bbc79b
https://github.com/WebKit/WebKit/commit/cd23c73ac692918316f2e345fc313f8fd0bbc79b
Author: Charlie Wolfe <charliew at apple.com>
Date: 2025-02-23 (Sun, 23 Feb 2025)
Changed paths:
M Source/WebCore/loader/NavigationScheduler.cpp
Log Message:
-----------
Remove unnecessary sync IPC in NavigationScheduler
https://bugs.webkit.org/show_bug.cgi?id=288298
rdar://145382743
Reviewed by Sihui Liu.
BackForwardController::currentItem sends a sync IPC message. We should avoid using it twice in these
functions.
* Source/WebCore/loader/NavigationScheduler.cpp:
Canonical link: https://commits.webkit.org/290921@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list