RESOLVED FIXED 205145
IndexedDB: make WebIDBServer a MessageReceiver to replace WebIDBConnection
https://bugs.webkit.org/show_bug.cgi?id=205145
Summary IndexedDB: make WebIDBServer a MessageReceiver to replace WebIDBConnection
Sihui Liu
Reported 2019-12-11 16:48:59 PST
...
Attachments
Patch (60.62 KB, patch)
2019-12-11 16:53 PST, Sihui Liu
no flags
Patch for landing (61.03 KB, patch)
2019-12-12 15:11 PST, Sihui Liu
no flags
Sihui Liu
Comment 1 2019-12-11 16:53:37 PST
Sihui Liu
Comment 2 2019-12-11 17:03:45 PST
Comment on attachment 385459 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=385459&action=review > Source/WebKit/ChangeLog:61 > + (WebKit::NetworkConnectionToWebProcess::establishIDBConnectionToServer): Deleted. NetworkConnectionToWebProcess::establishIDBConnectionToServer was used to ensure WebIDBConnectionToCilent member exists in NetworkConnectionToWebProcess. Now WebIDBConnectionToCilent is created in WebIDBServer::addConnection(when NetworkConnectionToWebProcess is created), so we don't need the message to do initialization.
Sihui Liu
Comment 3 2019-12-12 15:11:01 PST
Created attachment 385555 [details] Patch for landing
WebKit Commit Bot
Comment 4 2019-12-12 16:10:15 PST
Comment on attachment 385555 [details] Patch for landing Clearing flags on attachment: 385555 Committed r253452: <https://trac.webkit.org/changeset/253452>
WebKit Commit Bot
Comment 5 2019-12-12 16:10:17 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-12-12 16:11:23 PST
Note You need to log in before you can comment on or make changes to this bug.