Bug 259062

Summary: Make SQLiteTransaction notify SQLiteDatabaseTracker 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   

Description Ben Nham 2023-07-10 10:56:09 PDT
In 265791@main we enabled SQLiteDatabaseTracker on macOS, but it still does nothing because SQLiteTransaction doesn't notify it. Change SQLiteTransaction to notify the tracker about ongoing transactions on macOS as well.
Comment 1 Radar WebKit Bug Importer 2023-07-10 10:56:32 PDT
<rdar://problem/112027513>
Comment 2 Ben Nham 2023-07-10 10:57:58 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15700
Comment 3 EWS 2023-07-10 14:35:42 PDT
Committed 265918@main (722cf9996ceb): <https://commits.webkit.org/265918@main>

Reviewed commits have been landed. Closing PR #15700 and removing active labels.