Bug 110148 - webdatabase: Introduce AbstractSQLStatement and AbstractSQLStatementBackend
Summary: webdatabase: Introduce AbstractSQLStatement and AbstractSQLStatementBackend
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 12:45 PST by Mark Lam
Modified: 2013-02-18 14:34 PST (History)
8 users (show)

See Also:


Attachments
the patch. (24.81 KB, patch)
2013-02-18 13:05 PST, Mark Lam
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-02-18 12:45:10 PST
We need to extract the essential interface between the front-end and back-end of webdatabase objects in order to implement proxy objects that will handle the IPC between the 2 ends.  This patch introduces the AbstractSQLStatement and AbstractSQLStatementBackend which defines that essential interface for the SQLStatement and its backend.
Comment 1 Mark Lam 2013-02-18 13:05:33 PST
Created attachment 188935 [details]
the patch.
Comment 2 Geoffrey Garen 2013-02-18 13:55:53 PST
Comment on attachment 188935 [details]
the patch.

r=me
Comment 3 Mark Lam 2013-02-18 14:34:48 PST
Thanks for the review.  Landed in r143264: <http://trac.webkit.org/changeset/143264>.