Bug 258905

Summary: Use WebSQLiteDatabaseTracker on macOS
Product: WebKit Reporter: Ben Nham <nham>
Component: Website StorageAssignee: Ben Nham <nham>
Status: RESOLVED FIXED    
Severity: Normal CC: sihui_liu, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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
Radar WebKit Bug Importer
Comment 1 2023-07-05 16:45:10 PDT
Ben Nham
Comment 2 2023-07-05 16:45:58 PDT
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.