haikuwebkit/Source/WebCore/platform/sql
Sihui Liu dfa8568981 Assertion is not acquired in network process when opening a SQLite database
https://bugs.webkit.org/show_bug.cgi?id=228705

Reviewed by Chris Dumez.

Opening database may require database file lock.

* platform/sql/SQLiteDatabase.cpp:
(WebCore::SQLiteDatabase::open):


Canonical link: https://commits.webkit.org/240188@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280564 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-02 22:23:16 +00:00
..
SQLValue.h
SQLiteAuthorizer.cpp
SQLiteDatabase.cpp Assertion is not acquired in network process when opening a SQLite database 2021-08-02 22:23:16 +00:00
SQLiteDatabase.h Implement IDBTransaction.durability 2021-07-29 04:04:18 +00:00
SQLiteDatabaseTracker.cpp Drop CheckedLock / CheckedCondition aliases 2021-05-24 18:29:01 +00:00
SQLiteDatabaseTracker.h
SQLiteDatabaseTrackerClient.h
SQLiteFileSystem.cpp Fix repeated call to String::utf8() in SQLiteFileSystem::computeHashForFileName() 2021-06-06 05:27:37 +00:00
SQLiteFileSystem.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
SQLiteStatement.cpp The network process fails to take a locked file assertion when executing a SQLiteStatement outside a transaction 2021-07-23 00:09:31 +00:00
SQLiteStatement.h Adopt WTF::Span in SQLiteStatement 2021-06-09 05:03:32 +00:00
SQLiteStatementAutoResetScope.cpp
SQLiteStatementAutoResetScope.h
SQLiteTransaction.cpp Avoid more String creations when preparing SQLite statements 2021-05-17 19:26:06 +00:00
SQLiteTransaction.h