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

Issue 1015763002: Make sure File_WriteFrom write all data unless an error occour (Closed)

Created:
5 years, 9 months ago by Søren Gjesse
Modified:
5 years, 9 months ago
Reviewers:
Anders Johnsen
CC:
reviews_dartlang.org, vm-dev_dartlang.org, ahe
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make sure File_WriteFrom write all data unless an error occour Signals can interrupt write before all requested data is written. R=ajohnsen@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=44570

Patch Set 1 #

Patch Set 2 : Rebased to r44535 #

Total comments: 4

Patch Set 3 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -17 lines) Patch
M runtime/bin/file.cc View 1 2 5 chunks +20 lines, -17 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
5 years, 9 months ago (2015-03-17 15:17:08 UTC) #1
Anders Johnsen
LGTM, with comments. https://codereview.chromium.org/1015763002/diff/20001/runtime/bin/file.cc File runtime/bin/file.cc (right): https://codereview.chromium.org/1015763002/diff/20001/runtime/bin/file.cc#newcode272 runtime/bin/file.cc:272: int64_t written = file->Write(buffer, remaining); Use ...
5 years, 9 months ago (2015-03-18 10:11:14 UTC) #2
Søren Gjesse
https://codereview.chromium.org/1015763002/diff/20001/runtime/bin/file.cc File runtime/bin/file.cc (right): https://codereview.chromium.org/1015763002/diff/20001/runtime/bin/file.cc#newcode272 runtime/bin/file.cc:272: int64_t written = file->Write(buffer, remaining); On 2015/03/18 10:11:13, Anders ...
5 years, 9 months ago (2015-03-19 10:12:45 UTC) #3
Søren Gjesse
5 years, 9 months ago (2015-03-19 10:13:33 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 44570 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698