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

Side by Side Diff: runtime/lib/uri_patch.dart

Issue 21039005: Add support for file URIs and extracting the file path from file URIs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed first round of review comments Created 7 years, 4 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) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, 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 // Dart core library.
ahe 2013/08/06 14:14:30 Remove this line?
Søren Gjesse 2013/08/07 12:08:00 Done.
4 5
5 part of vmservice; 6 // VM implementation of Uri.
6 7 patch class Uri {
7 abstract class ServiceRequestRouter { 8 /* patch */ static bool get _isWindowsPlatform native "Uri_isWindowsPlatform";
8 bool route(ServiceRequest request);
9 } 9 }
OLDNEW
« no previous file with comments | « runtime/lib/uri.cc ('k') | runtime/vm/bootstrap_natives.h » ('j') | sdk/lib/core/uri.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698