WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
258905
Use WebSQLiteDatabaseTracker on macOS
https://bugs.webkit.org/show_bug.cgi?id=258905
Summary
Use WebSQLiteDatabaseTracker on macOS
Ben Nham
Reported
2023-07-05 16:44:55 PDT
Previously we only used WebSQLiteDatabaseTracker on iOS. This meant that on macOS versions where process suspension is enabled, NetworkProcess could get suspended while holding a locked file (generally an advisory file lock on a SQLite database), triggering the locked files killer. To fix this, enable WebSQLiteDatabaseTracker on macOS too.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-07-05 16:45:10 PDT
<
rdar://problem/111816429
>
Ben Nham
Comment 2
2023-07-05 16:45:58 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/15580
EWS
Comment 3
2023-07-05 22:08:27 PDT
Committed
265791@main
(1e1eecdaf27e): <
https://commits.webkit.org/265791@main
> Reviewed commits have been landed. Closing PR #15580 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug