Bug 110148

Summary: webdatabase: Introduce AbstractSQLStatement and AbstractSQLStatementBackend
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: WebCore Misc.Assignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, beidson, ggaren, levin+threading, michaeln, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. ggaren: review+

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>.