[webkit-changes] [WebKit/WebKit] 7a2af8: Remove Mac-specific keywords in ITP/SQLite release...
Olivier Blin
noreply at github.com
Tue Apr 2 09:23:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7a2af8f444638b9fe4c9794672fbfd18fa49824c
https://github.com/WebKit/WebKit/commit/7a2af8f444638b9fe4c9794672fbfd18fa49824c
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsStore.cpp
M Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp
Log Message:
-----------
Remove Mac-specific keywords in ITP/SQLite release logs
https://bugs.webkit.org/show_bug.cgi?id=272027
Reviewed by Michael Catanzaro and Sihui Liu.
The public/private Mac-specific keywords for os_log() have been added
in ITP/SQLite commits 276068 at main, 276114 at main and 276278 at main
The PUBLIC_LOG_STRING and PRIVATE_LOG_STRING macros should be used
instead to fix build on other platforms.
* Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsStore.cpp:
(WebKit::ResourceLoadStatisticsStore::ensureResourceStatisticsForRegistrableDomain):
* Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp:
(WebKit::SQLiteStorageArea::isEmpty):
(WebKit::SQLiteStorageArea::createTableIfNecessary):
(WebKit::SQLiteStorageArea::getItemFromDatabase):
(WebKit::SQLiteStorageArea::allItems):
(WebKit::SQLiteStorageArea::setItem):
(WebKit::SQLiteStorageArea::removeItem):
(WebKit::SQLiteStorageArea::clear):
Canonical link: https://commits.webkit.org/276939@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