RESOLVED FIXED 124693
Add more infrastructure for ServerConnection communication between Web and Database processes
https://bugs.webkit.org/show_bug.cgi?id=124693
Summary Add more infrastructure for ServerConnection communication between Web and Da...
Brady Eidson
Reported 2013-11-20 17:41:58 PST
Add infrastructure for ServerConnection communication between Web and Database processes This includes one callback from the database -> web process, even though it's a dummy callback for now. This is support for https://bugs.webkit.org/show_bug.cgi?id=124521
Attachments
Patch v1 (31.24 KB, patch)
2013-11-20 17:47 PST, Brady Eidson
andersca: review+
Brady Eidson
Comment 1 2013-11-20 17:47:46 PST
Created attachment 217507 [details] Patch v1
Anders Carlsson
Comment 2 2013-11-20 22:19:04 PST
Comment on attachment 217507 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=217507&action=review > Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.messages.in:29 > # Creates a connection for communication with a WebProcess > - EstablishIDBConnection(uint64_t serverConnectionIdentifier) > + EstablishIDBConnection(uint64_t serverConnectionIdentifier) > + RemoveDatabaseProcessIDBConnection(uint64_t serverConnectionIdentifier) Weird indentation here.
Brady Eidson
Comment 3 2013-11-20 23:02:10 PST
Note You need to log in before you can comment on or make changes to this bug.