Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 85912f336e74a1ce70c668c2ea94d047d06ae648
https://github.com/WebKit/WebKit/commit/85912f336e74a1ce70c668c2ea94d047d06ae648
Author: Jamie Murphy <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteDatabase.h
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteDatabase.mm
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteDatatypeTraits.h
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteHelpers.h
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteRow.h
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteRow.mm
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteStatement.h
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteStatement.mm
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteStore.h
R Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteStore.mm
M
Source/WebKit/UIProcess/Extensions/Cocoa/API/WebExtensionContextAPIDeclarativeNetRequestCocoa.mm
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Delete Cocoa specific WebExtensionSQLite implementation
https://bugs.webkit.org/show_bug.cgi?id=301312
Reviewed by Timothy Hatcher.
All SQLite Databases have been ported to C++, so the old Cocoa implementations
are completely unused, this therefore deletes those classes.
No tests are needed, we are just removing unused code and moving existing code
around.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteDatabase.h: Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteDatabase.mm: Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteDatatypeTraits.h:
Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteHelpers.h: Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteRow.h: Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteRow.mm: Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteStatement.h: Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteStatement.mm: Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteStore.h: Removed.
* Source/WebKit/Shared/Extensions/_WKWebExtensionSQLiteStore.mm: Removed.
*
Source/WebKit/UIProcess/Extensions/Cocoa/API/WebExtensionContextAPIDeclarativeNetRequestCocoa.mm:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/302044@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications