Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Issue 18125: Add Custom V8 bindings for HTML5 Database. (Closed)

Created:
11 years, 11 months ago by dglazkov
Modified:
9 years, 6 months ago
Reviewers:
Mike Belshe
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

R=mbelshe BUG=4359

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 37

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1009 lines, -0 lines) Patch
A webkit/port/bindings/v8/V8CustomSQLStatementCallback.h View 2 3 4 1 chunk +62 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomSQLStatementCallback.cpp View 2 3 4 1 chunk +72 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomSQLStatementErrorCallback.h View 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomSQLStatementErrorCallback.cpp View 2 3 4 1 chunk +76 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomSQLTransactionCallback.h View 2 3 4 1 chunk +62 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomSQLTransactionCallback.cpp View 2 3 4 1 chunk +75 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomSQLTransactionErrorCallback.h View 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomSQLTransactionErrorCallback.cpp View 2 3 4 1 chunk +75 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomVoidCallback.h View 2 3 4 1 chunk +66 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CustomVoidCallback.cpp View 2 3 4 1 chunk +97 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8DatabaseCustom.cpp View 1 2 3 4 1 chunk +93 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8SQLResultSetRowListCustom.cpp View 1 2 3 4 1 chunk +90 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8SQLTransactionCustom.cpp View 1 2 3 4 1 chunk +114 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dglazkov
11 years, 11 months ago (2009-01-16 00:15:45 UTC) #1
dglazkov
This is completely barren, non-functional, and Win-only at the moment, but it's a start.
11 years, 11 months ago (2009-01-16 00:17:24 UTC) #2
darin (slow to review)
LGTM http://codereview.chromium.org/18125/diff/1/4 File webkit/port/bindings/v8/V8DatabaseCustom.cpp (right): http://codereview.chromium.org/18125/diff/1/4#newcode52 Line 52: } // namespace WebCore nit: i think ...
11 years, 11 months ago (2009-01-16 08:09:59 UTC) #3
dglazkov
No project changes to keep the review size manageable.
11 years, 10 months ago (2009-02-03 18:49:52 UTC) #4
Mike Belshe
http://codereview.chromium.org/18125/diff/420/425 File webkit/port/bindings/v8/V8CustomSQLStatementCallback.cpp (right): http://codereview.chromium.org/18125/diff/420/425#newcode1 Line 1: /* What would you think about putting these ...
11 years, 10 months ago (2009-02-04 00:07:45 UTC) #5
dglazkov
Ready for another look. Thank you so much for the review! http://codereview.chromium.org/18125/diff/420/425 File webkit/port/bindings/v8/V8CustomSQLStatementCallback.cpp (right): ...
11 years, 10 months ago (2009-02-05 19:10:44 UTC) #6
Mike Belshe
11 years, 10 months ago (2009-02-05 19:20:05 UTC) #7
LGTM - you decide on the using v8 stuff.

http://codereview.chromium.org/18125/diff/442/445
File webkit/port/bindings/v8/V8SQLTransactionCustom.cpp (right):

http://codereview.chromium.org/18125/diff/442/445#newcode57
Line 57: String statement = ToWebCoreString(args[0]);
Sorry to nit on using namespaces.  This one has both WebCore::String and
v8::String.  I think it works here, but I find the code harder to read.

If you don't mind, I'd prefer to nix the using altogether.  But I leave the
decision to you.

Powered by Google App Engine
This is Rietveld 408576698