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

Issue 9570004: Revert "Rename blahHandler to onBlah throughout dart:io." (Closed)

Created:
8 years, 9 months ago by Mads Ager (google)
Modified:
8 years, 9 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Revert "Rename blahHandler to onBlah throughout dart:io." D'oh! I need to update the test binaries as well. Reverting, building and putting back in again. R=sgjesse@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=4785

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1517 lines, -1172 lines) Patch
M frog/leg/tools/mini_parser.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M frog/server/frog_server.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M frog/tests/frog/src/FrogServerTest.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/chunked_stream.dart View 4 chunks +10 lines, -10 lines 0 comments Download
M runtime/bin/directory.dart View 6 chunks +61 lines, -48 lines 0 comments Download
M runtime/bin/directory_impl.dart View 10 chunks +61 lines, -52 lines 0 comments Download
M runtime/bin/file.dart View 23 chunks +172 lines, -67 lines 0 comments Download
M runtime/bin/file_impl.dart View 48 chunks +253 lines, -147 lines 0 comments Download
M runtime/bin/http.dart View 4 chunks +14 lines, -14 lines 0 comments Download
M runtime/bin/http_impl.dart View 20 chunks +104 lines, -104 lines 0 comments Download
M runtime/bin/input_stream.dart View 4 chunks +13 lines, -13 lines 0 comments Download
M runtime/bin/list_stream_impl.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/output_stream.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M runtime/bin/process.dart View 2 chunks +16 lines, -16 lines 0 comments Download
M runtime/bin/process_impl.dart View 9 chunks +22 lines, -21 lines 0 comments Download
M runtime/bin/socket.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M runtime/bin/socket_impl.dart View 7 chunks +18 lines, -18 lines 0 comments Download
M runtime/bin/socket_stream_impl.dart View 7 chunks +24 lines, -24 lines 0 comments Download
M runtime/bin/stream_util.dart View 3 chunks +10 lines, -10 lines 0 comments Download
M runtime/bin/string_stream.dart View 4 chunks +13 lines, -13 lines 0 comments Download
M samples/chat/chat_server_lib.dart View 5 chunks +9 lines, -9 lines 0 comments Download
M samples/chat/chat_stress_client.dart View 4 chunks +16 lines, -16 lines 0 comments Download
M samples/tests/samples/src/chat/ChatServerTest.dart View 4 chunks +16 lines, -16 lines 0 comments Download
M samples/total/server/DartCompiler.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M samples/total/server/TotalRunner.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/src/ChunkedStreamTest.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/standalone/src/DartStdIOPipeTest.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M tests/standalone/src/DirectoryInvalidArgumentsTest.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/src/DirectoryTest.dart View 11 chunks +119 lines, -92 lines 0 comments Download
M tests/standalone/src/EchoServerStreamTest.dart View 5 chunks +8 lines, -8 lines 0 comments Download
M tests/standalone/src/EchoServerTest.dart View 6 chunks +11 lines, -11 lines 0 comments Download
M tests/standalone/src/FileInputStreamTest.dart View 5 chunks +8 lines, -8 lines 0 comments Download
M tests/standalone/src/FileInvalidArgumentsTest.dart View 8 chunks +41 lines, -33 lines 0 comments Download
M tests/standalone/src/FileOutputStreamTest.dart View 3 chunks +12 lines, -9 lines 0 comments Download
M tests/standalone/src/FileTest.dart View 27 chunks +276 lines, -204 lines 0 comments Download
M tests/standalone/src/HttpTest.dart View 11 chunks +20 lines, -20 lines 0 comments Download
M tests/standalone/src/ListInputStreamTest.dart View 13 chunks +32 lines, -32 lines 0 comments Download
M tests/standalone/src/ListOutputStreamTest.dart View 5 chunks +9 lines, -9 lines 0 comments Download
M tests/standalone/src/ProcessBrokenPipeTest.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/src/ProcessExitNegativeTest.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/standalone/src/ProcessExitTest.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/standalone/src/ProcessSegfaultTest.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/standalone/src/ProcessStartExceptionTest.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/src/ProcessStdIOScript.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/standalone/src/ProcessStderrTest.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/standalone/src/ProcessStdoutTest.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/standalone/src/ProcessWorkingDirectoryTest.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M tests/standalone/src/SocketCloseTest.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M tests/standalone/src/SocketManyConnectionsTest.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/standalone/src/SocketStreamCloseTest.dart View 9 chunks +14 lines, -14 lines 0 comments Download
M tests/standalone/src/StreamPipeTest.dart View 7 chunks +10 lines, -10 lines 0 comments Download
M tests/standalone/src/StringStreamTest.dart View 5 chunks +7 lines, -7 lines 0 comments Download
M tests/standalone/src/TestingServer.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/testing/dart/status_file_parser.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 8 chunks +16 lines, -16 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 4 chunks +15 lines, -14 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698