Bug 259062 - Make SQLiteTransaction notify SQLiteDatabaseTracker on macOS
Summary: Make SQLiteTransaction notify SQLiteDatabaseTracker on macOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Website Storage (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ben Nham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-10 10:56 PDT by Ben Nham
Modified: 2023-07-10 14:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.