Bug 258905
| Summary: | Use WebSQLiteDatabaseTracker on macOS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Nham <nham> |
| Component: | Website Storage | Assignee: | 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
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
<rdar://problem/111816429>
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/15580
EWS
Committed 265791@main (1e1eecdaf27e): <https://commits.webkit.org/265791@main>
Reviewed commits have been landed. Closing PR #15580 and removing active labels.