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

Issue 9703023: Fix some minor static type issues in dart:io implementation. (Closed)

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

Description

Fix some minor static type issues in dart:io implementation. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=5514

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments. #

Total comments: 1

Patch Set 3 : Remove change to _File.openSync optional argument. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -13 lines) Patch
M runtime/bin/file_impl.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/process_impl.dart View 1 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/bin/socket_impl.dart View 1 7 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bill Hesse
A minor change. https://chromiumcodereview.appspot.com/9703023/diff/1/runtime/bin/socket_impl.dart File runtime/bin/socket_impl.dart (right): https://chromiumcodereview.appspot.com/9703023/diff/1/runtime/bin/socket_impl.dart#newcode210 runtime/bin/socket_impl.dart:210: bool _closedWrite = false; Various methods ...
8 years, 9 months ago (2012-03-14 13:24:57 UTC) #1
Mads Ager (google)
https://chromiumcodereview.appspot.com/9703023/diff/1/runtime/bin/file_impl.dart File runtime/bin/file_impl.dart (right): https://chromiumcodereview.appspot.com/9703023/diff/1/runtime/bin/file_impl.dart#newcode492 runtime/bin/file_impl.dart:492: RandomAccessFile openSync(FileMode mode) { Why? I can't believe that ...
8 years, 9 months ago (2012-03-14 13:34:07 UTC) #2
Bill Hesse
https://chromiumcodereview.appspot.com/9703023/diff/1/runtime/bin/file_impl.dart File runtime/bin/file_impl.dart (right): https://chromiumcodereview.appspot.com/9703023/diff/1/runtime/bin/file_impl.dart#newcode492 runtime/bin/file_impl.dart:492: RandomAccessFile openSync(FileMode mode) { The File interface already declares ...
8 years, 9 months ago (2012-03-14 13:46:49 UTC) #3
Mads Ager (google)
https://chromiumcodereview.appspot.com/9703023/diff/1/runtime/bin/file_impl.dart File runtime/bin/file_impl.dart (right): https://chromiumcodereview.appspot.com/9703023/diff/1/runtime/bin/file_impl.dart#newcode492 runtime/bin/file_impl.dart:492: RandomAccessFile openSync(FileMode mode) { On 2012/03/14 13:46:49, Bill Hesse ...
8 years, 9 months ago (2012-03-14 14:03:03 UTC) #4
Bill Hesse
https://chromiumcodereview.appspot.com/9703023/diff/4002/runtime/bin/file_impl.dart File runtime/bin/file_impl.dart (right): https://chromiumcodereview.appspot.com/9703023/diff/4002/runtime/bin/file_impl.dart#newcode492 runtime/bin/file_impl.dart:492: RandomAccessFile openSync(FileMode mode) { Removed. The openSync() method is ...
8 years, 9 months ago (2012-03-14 15:32:42 UTC) #5
Mads Ager (google)
8 years, 9 months ago (2012-03-15 08:22:52 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698