|
Implement recursive directory deletion.
Additionally, make sure that the handler can be registered after
the operation in file and directory implementation:
dir.delete();
dir.deleteHandler = () => print('hest');
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=3892
Total comments: 18
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+593 lines, -132 lines) |
Patch |
|
M |
runtime/bin/builtin_natives.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/directory.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/directory.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/bin/directory.dart
|
View
|
1
2
3
|
1 chunk |
+14 lines, -4 lines |
0 comments
|
Download
|
|
M |
runtime/bin/directory_impl.dart
|
View
|
1
|
6 chunks |
+20 lines, -14 lines |
0 comments
|
Download
|
|
M |
runtime/bin/directory_posix.cc
|
View
|
1
2
3
|
9 chunks |
+189 lines, -41 lines |
2 comments
|
Download
|
|
M |
runtime/bin/directory_win.cc
|
View
|
1
2
3
|
11 chunks |
+156 lines, -39 lines |
1 comment
|
Download
|
|
M |
runtime/bin/file_impl.dart
|
View
|
|
13 chunks |
+27 lines, -24 lines |
0 comments
|
Download
|
|
M |
tests/standalone/src/DirectoryTest.dart
|
View
|
1
2
3
|
4 chunks |
+181 lines, -6 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|