Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 99e644fcbdeeebeb54ec7506505cd33d57d105f2
https://github.com/WebKit/WebKit/commit/99e644fcbdeeebeb54ec7506505cd33d57d105f2
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M Source/WebCore/Modules/indexeddb/IDBKey.cpp
M Source/WebCore/Modules/indexeddb/IDBKey.h
M Source/WebCore/Modules/indexeddb/IDBKeyData.cpp
M Source/WebCore/Modules/indexeddb/IDBTransaction.cpp
M Source/WebCore/Modules/indexeddb/IDBTransaction.h
M Source/WebCore/Modules/indexeddb/client/IDBConnectionProxy.cpp
M Source/WebCore/Modules/indexeddb/client/IDBConnectionProxy.h
M Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp
M Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.h
M Source/WebCore/bindings/js/IDBBindingUtilities.cpp
M Source/WebCore/inspector/agents/InspectorIndexedDBAgent.cpp
Log Message:
-----------
Move from RefPtr to Ref in IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=305129
Reviewed by Chris Dumez.
Note that both InspectorIndexedDBAgent and IDBKeyData were handing
IDBKey::createArray potentially null objects that were then
dereferenced. They now consistently call releaseNonNull().
We also change IDBKey::createArray to take an r-value reference so the
Vector can be moved in and does not require a copy.
Canonical link: https://commits.webkit.org/305355@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications