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

Issue 10382176: Add test for DOM fileapi. (Closed)

Created:
8 years, 7 months ago by podivilov
Modified:
8 years, 7 months ago
Reviewers:
Anton Muhin, antonm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -0 lines) Patch
A tests/html/fileapi_test.dart View 1 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
podivilov
8 years, 7 months ago (2012-05-15 16:42:44 UTC) #1
Anton Muhin
LGTM https://chromiumcodereview.appspot.com/10382176/diff/1/tests/html/fileapi_test.dart File tests/html/fileapi_test.dart (right): https://chromiumcodereview.appspot.com/10382176/diff/1/tests/html/fileapi_test.dart#newcode13 tests/html/fileapi_test.dart:13: fs.root.getDirectory('directory2', {}, (e) { this is very hard ...
8 years, 7 months ago (2012-05-15 18:32:23 UTC) #2
podivilov
8 years, 7 months ago (2012-05-16 13:49:25 UTC) #3
https://chromiumcodereview.appspot.com/10382176/diff/1/tests/html/fileapi_tes...
File tests/html/fileapi_test.dart (right):

https://chromiumcodereview.appspot.com/10382176/diff/1/tests/html/fileapi_tes...
tests/html/fileapi_test.dart:13: fs.root.getDirectory('directory2', {}, (e) {
On 2012/05/15 18:32:23, antonmuhin wrote:
> this is very hard to read, but luckily starting from 2nd, arguments are named,
> may you use those names?
> 
> fs.root.getDirectory('directory2',
>   flags: {},
>   successCallback: (e) { ... }
> 
> ???

Done.

Powered by Google App Engine
This is Rietveld 408576698