Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 33a35fe4026cf126e7ed0dc1ce6aa1266c5ef467
https://github.com/WebKit/WebKit/commit/33a35fe4026cf126e7ed0dc1ce6aa1266c5ef467
Author: Chris Dumez <[email protected]>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm
Log Message:
-----------
[Cocoa] WebProcessPool::notifyPreferencesChanged() may notify the network
process several times
https://bugs.webkit.org/show_bug.cgi?id=272493
Reviewed by Ben Nham and Per Arne Vollan.
WebProcessPool::notifyPreferencesChanged() may notify the network process
several times for the same preference change.
On Cocoa ports, the NetworkProcessProxy is a singleton object. As a result,
iterating over each data store and notifying the data store's network process
keep notifying the same network process.
* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::WebProcessPool::notifyPreferencesChanged):
Canonical link: https://commits.webkit.org/277348@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes