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

Side by Side Diff: sdk/lib/io/io.dart

Issue 2812153002: Revert "Added synchronous socket implementation to dart:io." (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sdk/lib/_internal/js_runtime/lib/io_patch.dart ('k') | sdk/lib/io/io_sources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /** 5 /**
6 * File, socket, HTTP, and other I/O support for server applications. 6 * File, socket, HTTP, and other I/O support for server applications.
7 * 7 *
8 * The I/O library is used for Dart server applications, 8 * The I/O library is used for Dart server applications,
9 * which run on a stand-alone Dart VM from the command line. 9 * which run on a stand-alone Dart VM from the command line.
10 * *This library does not work in browser-based applications.* 10 * *This library does not work in browser-based applications.*
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 part 'platform.dart'; 235 part 'platform.dart';
236 part 'platform_impl.dart'; 236 part 'platform_impl.dart';
237 part 'process.dart'; 237 part 'process.dart';
238 part 'secure_server_socket.dart'; 238 part 'secure_server_socket.dart';
239 part 'secure_socket.dart'; 239 part 'secure_socket.dart';
240 part 'security_context.dart'; 240 part 'security_context.dart';
241 part 'service_object.dart'; 241 part 'service_object.dart';
242 part 'socket.dart'; 242 part 'socket.dart';
243 part 'stdio.dart'; 243 part 'stdio.dart';
244 part 'string_transformer.dart'; 244 part 'string_transformer.dart';
245 part 'sync_socket.dart';
246 part 'websocket.dart'; 245 part 'websocket.dart';
247 part 'websocket_impl.dart'; 246 part 'websocket_impl.dart';
OLDNEW
« no previous file with comments | « sdk/lib/_internal/js_runtime/lib/io_patch.dart ('k') | sdk/lib/io/io_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698