RESOLVED FIXED 108995
webdatabase: Change DatabaseTask and DatabaseThread to use DatabaseBackendAsync instead of Database.
https://bugs.webkit.org/show_bug.cgi?id=108995
Summary webdatabase: Change DatabaseTask and DatabaseThread to use DatabaseBackendAsy...
Mark Lam
Reported 2013-02-05 17:55:04 PST
This is a sub-task of https://bugs.webkit.org/show_bug.cgi?id=107475. Breaking out as a step for easier review. Change DatabaseTask and DatabaseThread to use DatabaseBackendAsync instead of Database. DatabaseTask and DatabaseThread belongs in the backend and should ideally not be referencing the front end Database directly. For now, we change it to work their interfaces with DatabaseBackendAsync. However, in the implementation, they are still thunking over to Database to do the real work since that functionality hasn't been moved over to DatabaseBackendAsync yet.
Attachments
the patch. (deleted)
2013-02-05 18:02 PST, Mark Lam
sam: review+
Mark Lam
Comment 1 2013-02-05 18:02:52 PST
Created attachment 186736 [details] the patch.
Mark Lam
Comment 2 2013-02-05 18:06:41 PST
Comment on attachment 186736 [details] the patch. This is a small patch. May I have a review please? Thanks.
Mark Lam
Comment 3 2013-02-05 18:13:59 PST
Thanks for the review. Landed in r141956: <http://trac.webkit.org/changeset/141956>.
Note You need to log in before you can comment on or make changes to this bug.