Chromium Code Reviews
DescriptionFixing up some APIs to allow Web DB to work from dart and adding tests.
Basically the SQLTransaction.executeSQL was being ommitted because the compiler didn't recognize the ObjectArray type. Adding this in makes this work in dart2js sscenarios (where the browser supports it).
I've opened bug #4645 that the APIs need to be implemented in Dartium.
BUG=1888
Committed: https://code.google.com/p/dart/source/detail?r=11272
Patch Set 1 #Patch Set 2 : Adding missing test file. #Patch Set 3 : Changing import paths for unit test #
Total comments: 4
Patch Set 4 : Incorporating review feedback. #Patch Set 5 : Fixing merge issue with sync. #Patch Set 6 : Incorporating CR feedback. #Patch Set 7 : Syncing to latest. #Messages
Total messages: 2 (0 generated)
|