blois@google.com
|
01ede06509
|
Adding supported checks to websql.
BUG=
Review URL: https://codereview.chromium.org//12050005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17668 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-25 23:18:04 +00:00 |
|
sgjesse@google.com
|
23312c2400
|
Add missing import in test.
R=ager@google.com
BUG=
Review URL: https://codereview.chromium.org//11788017
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16704 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-07 14:55:31 +00:00 |
|
floitsch@google.com
|
4a7dfd2da3
|
Big merge from experimental to bleeding edge.
Review URL: https://codereview.chromium.org//11783009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16687 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-07 11:23:16 +00:00 |
|
blois@google.com
|
5bc653278a
|
Dartifying dart:html type names.
BUG=
Review URL: https://codereview.chromium.org//11419300
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15739 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-12-05 17:48:38 +00:00 |
|
gram@google.com
|
981c4b11df
|
Restructure pkg/unittest and pkg/webdriver to follow the pub conventions.
This means all imports of unittest in our test code had to change to include 'lib' in the path.
While doing that change I changed the library/imports to the new syntax in the affected files.
Review URL: https://codereview.chromium.org//11301046
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14443 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-11-01 23:09:47 +00:00 |
|
gram@google.com
|
f7d27f2c64
|
Modified unittest to use new argument syntax.
Fix affected unit tests.
Clean up unit tests that are using Expect instead of expect.
Get rid of warnings about duplicated library names.
Review URL: https://codereview.chromium.org//11275054
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14158 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-10-26 22:52:03 +00:00 |
|
efortuna@google.com
|
9163dfe93c
|
revert 1204. Will investigate when I get a chance.
TBR=rnystrom
Review URL: https://codereview.chromium.org//10928216
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12413 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-15 01:21:41 +00:00 |
|
rnystrom@google.com
|
383488ec4f
|
Update unittest to new package layout.
Review URL: https://codereview.chromium.org//10917275
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12404 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-14 21:12:17 +00:00 |
|
rnystrom@google.com
|
659a57df3e
|
Revert "Make unittest follow the new package layout."
This reverts commit 38f7d16f373832a7bf889192af7845cb602aec01.
Review URL: https://codereview.chromium.org//10911318
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12400 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-14 19:43:10 +00:00 |
|
rnystrom@google.com
|
2ba81033a6
|
Make unittest follow the new package layout.
Review URL: https://codereview.chromium.org//10918240
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12396 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-14 18:22:24 +00:00 |
|
sra@google.com
|
b813300c41
|
SQLResultRowList.item returns Map.
In dart2js, the raw Object is converted into a Map.
Review URL: https://chromiumcodereview.appspot.com//10869056
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11351 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-24 22:41:31 +00:00 |
|
blois@google.com
|
4355e96fb4
|
Fixing 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
Review URL: https://chromiumcodereview.appspot.com//10876002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11272 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-23 22:57:15 +00:00 |
|