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

Side by Side Diff: runtime/bin/common_patch.dart

Issue 16758008: Add 'Server' and 'User-Agent' default header fields. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Clean up comments and field name. Created 7 years, 6 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 | Annotate | Revision Log
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 patch class _BufferUtils { 5 patch class _BufferUtils {
6 /* patch */ static bool _isBuiltinList(List buffer) 6 /* patch */ static bool _isBuiltinList(List buffer)
7 native "Common_IsBuiltinList"; 7 native "Common_IsBuiltinList";
8 } 8 }
9 9
10 patch class _IOCrypto { 10 patch class _IOCrypto {
11 /* patch */ static Uint8List getRandomBytes(int count) 11 /* patch */ static Uint8List getRandomBytes(int count)
12 native "Crypto_GetRandomBytes"; 12 native "Crypto_GetRandomBytes";
13 } 13 }
14
15 patch class _OptionsImpl {
Søren Gjesse 2013/06/11 11:48:37 You need to add this to add this to sdk/lib/_inter
Anders Johnsen 2013/06/11 11:54:09 Done.
16 /* patch */ String get version native "Common_GetVersion";
17 }
OLDNEW
« no previous file with comments | « runtime/bin/common.cc ('k') | runtime/bin/io_natives.cc » ('j') | sdk/lib/io/http.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698