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+

Mark Lam
Reported 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.
Attachments
the patch. (24.81 KB, patch)
2013-02-18 13:05 PST, Mark Lam
ggaren: review+
Mark Lam
Comment 1 2013-02-18 13:05:33 PST
Created attachment 188935 [details] the patch.
Geoffrey Garen
Comment 2 2013-02-18 13:55:53 PST
Comment on attachment 188935 [details] the patch. r=me
Mark Lam
Comment 3 2013-02-18 14:34:48 PST
Thanks for the review. Landed in r143264: <http://trac.webkit.org/changeset/143264>.
Note You need to log in before you can comment on or make changes to this bug.