Bug 124693

Summary: Add more infrastructure for ServerConnection communication between Web and Database processes
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 124521    
Attachments:
Description Flags
Patch v1 andersca: review+

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.