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

Issue 10382148: Revert "Fix URL decoding in HTTP library" (Closed)

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

Description

Revert "Fix URL decoding in HTTP library" Issues with dart2js tests. TBR=ager@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=7600

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -58 lines) Patch
M runtime/bin/http_utils.dart View 1 chunk +21 lines, -32 lines 1 comment Download
M runtime/bin/io.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_date_test.dart View 1 chunk +6 lines, -8 lines 0 comments Download
M tests/standalone/io/url_encoding_test.dart View 2 chunks +5 lines, -17 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
8 years, 7 months ago (2012-05-14 10:25:59 UTC) #1
Mads Ager (google)
8 years, 7 months ago (2012-05-14 10:46:08 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10382148/diff/1/runtime/bin/http_utils...
File runtime/bin/http_utils.dart (right):

https://chromiumcodereview.appspot.com/10382148/diff/1/runtime/bin/http_utils...
runtime/bin/http_utils.dart:12: for (int ii = 0; urlEncoded.length > ii; ++ii) {
Why 'ii' instead of 'i'?

Powered by Google App Engine
This is Rietveld 408576698