[webkit-reviews] review requested: [Bug 23767] Add custom V8 bindings for HTML5 database : [Attachment 27358] Add custom V8 bindings for HTML5 database, v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 5 12:55:37 PST 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 23767: Add custom V8 bindings for HTML5 database
https://bugs.webkit.org/show_bug.cgi?id=23767

Attachment 27358: Add custom V8 bindings for HTML5 database, v1
https://bugs.webkit.org/attachment.cgi?id=27358&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 WebCore/ChangeLog				    |	45 ++++++++
 .../v8/custom/V8CustomSQLStatementCallback.cpp     |	72 ++++++++++++
 .../v8/custom/V8CustomSQLStatementCallback.h	    |	62 +++++++++++
 .../custom/V8CustomSQLStatementErrorCallback.cpp   |	76 +++++++++++++
 .../v8/custom/V8CustomSQLStatementErrorCallback.h  |	64 +++++++++++
 .../v8/custom/V8CustomSQLTransactionCallback.cpp   |	75 +++++++++++++
 .../v8/custom/V8CustomSQLTransactionCallback.h     |	62 +++++++++++
 .../custom/V8CustomSQLTransactionErrorCallback.cpp |	75 +++++++++++++
 .../custom/V8CustomSQLTransactionErrorCallback.h   |	63 +++++++++++
 .../bindings/v8/custom/V8CustomVoidCallback.cpp    |	97 +++++++++++++++++
 WebCore/bindings/v8/custom/V8CustomVoidCallback.h  |	66 +++++++++++
 WebCore/bindings/v8/custom/V8DatabaseCustom.cpp    |	93 ++++++++++++++++
 .../v8/custom/V8SQLResultSetRowListCustom.cpp	    |	90 +++++++++++++++
 .../bindings/v8/custom/V8SQLTransactionCustom.cpp  |  114 ++++++++++++++++++++
 14 files changed, 1054 insertions(+), 0 deletions(-)


More information about the webkit-reviews mailing list