Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f941bbcb682c4c9e88b8667e55eedada4c6367f7
https://github.com/WebKit/WebKit/commit/f941bbcb682c4c9e88b8667e55eedada4c6367f7
Author: Dawn Morningstar <[email protected]>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M Source/WebKit/UIProcess/Extensions/WebExtensionStorageSQLiteStore.cpp
Log Message:
-----------
fix TestWebKitAPI.WKWebExtensionAPIStorage.Set every method's !protectedThis
error path calls the completionHandler directly on the background queue
rdar://175363825
https://bugs.webkit.org/show_bug.cgi?id=313019
Reviewed by Timothy Hatcher.
every method's !protectedThis error path calls the completionHandler directly
on the background queue() instead of dispatching to main
* Source/WebKit/UIProcess/Extensions/WebExtensionStorageSQLiteStore.cpp:
(WebKit::WebExtensionStorageSQLiteStore::getAllKeys):
(WebKit::WebExtensionStorageSQLiteStore::getValuesForKeys):
(WebKit::WebExtensionStorageSQLiteStore::getStorageSizeForAllKeys):
(WebKit::WebExtensionStorageSQLiteStore::setKeyedData):
(WebKit::WebExtensionStorageSQLiteStore::deleteValuesForKeys):
Canonical link: https://commits.webkit.org/311808@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications