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

Unified Diff: samples/swarm/swarm_ui_lib/util/Uri.dart

Issue 14753005: Enable parsing of IPv6 form addresse (see rfc2373 and rfc2732). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix tets. Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/stack_trace/test/trace_test.dart ('k') | sdk/lib/io/http.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/swarm_ui_lib/util/Uri.dart
diff --git a/samples/swarm/swarm_ui_lib/util/Uri.dart b/samples/swarm/swarm_ui_lib/util/Uri.dart
index 41770fb95f76f14b432bbaefd155762d53a4d75f..0abffcabc17c60c6f84b4f8a1e257fe12c6f8b51 100644
--- a/samples/swarm/swarm_ui_lib/util/Uri.dart
+++ b/samples/swarm/swarm_ui_lib/util/Uri.dart
@@ -74,6 +74,4 @@ class Uri extends uri.Uri {
.replaceAll('%26', '&')
.replaceAll('%20', ' ');
}
-
- Uri.fromString(String uriString) : super.fromString(uriString);
}
« no previous file with comments | « pkg/stack_trace/test/trace_test.dart ('k') | sdk/lib/io/http.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698