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

Issue 8679005: Add truncate operation to File API. (Closed)

Created:
9 years, 1 month ago by Mads Ager (google)
Modified:
9 years, 1 month ago
Reviewers:
Bill Hesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add truncate operation to File API. R=whesse@google.com BUG=264 TEST= Committed: https://code.google.com/p/dart/source/detail?r=1800

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -14 lines) Patch
M runtime/bin/builtin_in.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/file.h View 1 chunk +6 lines, -1 line 0 comments Download
M runtime/bin/file.cc View 2 chunks +18 lines, -2 lines 0 comments Download
M runtime/bin/file.dart View 2 chunks +12 lines, -0 lines 0 comments Download
M runtime/bin/file_impl.dart View 6 chunks +47 lines, -5 lines 0 comments Download
M runtime/bin/file_linux.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M runtime/bin/file_macos.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M runtime/bin/file_win.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M tests/standalone/src/FileTest.dart View 2 chunks +54 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (google)
This was easy to add. Unfortunately it is not very useful at this point. In ...
9 years, 1 month ago (2011-11-23 14:38:52 UTC) #1
Bill Hesse
9 years, 1 month ago (2011-11-23 15:16:02 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698