Bug 124693 - Add more infrastructure for ServerConnection communication between Web and Database processes
Summary: Add more infrastructure for ServerConnection communication between Web and Da...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 124521
  Show dependency treegraph
 
Reported: 2013-11-20 17:41 PST by Brady Eidson
Modified: 2013-11-20 23:02 PST (History)
3 users (show)

See Also:


Attachments
Patch v1 (31.24 KB, patch)
2013-11-20 17:47 PST, Brady Eidson
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 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
Comment 1 Brady Eidson 2013-11-20 17:47:46 PST
Created attachment 217507 [details]
Patch v1
Comment 2 Anders Carlsson 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.
Comment 3 Brady Eidson 2013-11-20 23:02:10 PST
http://trac.webkit.org/changeset/159611