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

Issue 15894004: dart:io | Fix a few bugs in the Android port of dart:io. (Closed)

Created:
7 years, 6 months ago by Bill Hesse
Modified:
7 years, 6 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

dart:io | Fix a few bugs in the Android port of dart:io. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=23260

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -3 lines) Patch
M runtime/bin/directory_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/file_android.cc View 1 chunk +8 lines, -1 line 2 comments Download
M runtime/bin/socket_android.cc View 2 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Bill Hesse
7 years, 6 months ago (2013-05-28 11:42:25 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/15894004/diff/1/runtime/bin/file_android.cc File runtime/bin/file_android.cc (right): https://codereview.chromium.org/15894004/diff/1/runtime/bin/file_android.cc#newcode271 runtime/bin/file_android.cc:271: if (resolved == NULL) return (NULL); Remove parentheses ...
7 years, 6 months ago (2013-05-28 12:05:32 UTC) #2
Bill Hesse
https://codereview.chromium.org/15894004/diff/1/runtime/bin/file_android.cc File runtime/bin/file_android.cc (right): https://codereview.chromium.org/15894004/diff/1/runtime/bin/file_android.cc#newcode271 runtime/bin/file_android.cc:271: if (resolved == NULL) return (NULL); On 2013/05/28 12:05:32, ...
7 years, 6 months ago (2013-05-28 12:57:50 UTC) #3
Bill Hesse
7 years, 6 months ago (2013-05-28 12:58:38 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r23260 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698