[Webkit-unassigned] [Bug 149603] New: Add an IDB Server that can roundtrip a request back to the client
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 28 13:49:36 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=149603
Bug ID: 149603
Summary: Add an IDB Server that can roundtrip a request back to
the client
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: beidson at apple.com
Add an IDB Server that can roundtrip a request back to the client
This is a critical piece of IDB infrastructure that:
-Puts a database client/server divide in place.
-Client synchronously sends requests to the server, and asynchronously receives a response back from it.
-Introduces a class structure that makes it easy for WebKit2 to add a thin layer to replace the in-process server with an out-of-process server.
To allow for the most basic of tests, the "delete database" request is hard coded as always failing with an indeterminate error.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150928/3610ddf2/attachment.html>
More information about the webkit-unassigned
mailing list