[webkit-reviews] review requested: [Bug 22725] Make SQL database storage work in Workers : [Attachment 46164] Infrastructure and refactoring to prepare the way for this feature. No new APIs exposed yet.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 14:42:23 PST 2010


Eric U. <ericu at chromium.org> has asked	for review:
Bug 22725: Make SQL database storage work in Workers
https://bugs.webkit.org/show_bug.cgi?id=22725

Attachment 46164: Infrastructure and refactoring to prepare the way for this
feature.  No new APIs exposed yet.
https://bugs.webkit.org/attachment.cgi?id=46164&action=review

------- Additional Comments from Eric U. <ericu at chromium.org>
This is just the first changelist for this bug.  It prepares the way for the
JSC bindings, which I'll work on next.	I've tested this briefly with V8
bindings, but they'll be in a separate patch.  Since no new APIs are exposed,
there are no new layout tests yet.

This touches a large number of files, but most of the changes are quite small. 
The big stuff is concentrated in just a few areas [worker thread shutdown,
Document/WorkerContext/ScriptExecutionContext, and of course the Database
classes].


More information about the webkit-reviews mailing list