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

Issue 532273002: Fix scheme's toLowerCase detection. (Closed)

Created:
6 years, 3 months ago by Anders Johnsen
Modified:
6 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix scheme's toLowerCase detection. BUG= R=lrn@google.com Committed: https://code.google.com/p/dart/source/detail?r=39846

Patch Set 1 #

Patch Set 2 : Cleanup. #

Total comments: 8

Patch Set 3 : More test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M sdk/lib/core/uri.dart View 1 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib/uri_scheme_test.dart View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Anders Johnsen
6 years, 3 months ago (2014-09-03 15:07:15 UTC) #2
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/532273002/diff/20001/sdk/lib/core/uri.dart File sdk/lib/core/uri.dart (left): https://codereview.chromium.org/532273002/diff/20001/sdk/lib/core/uri.dart#oldcode1115 sdk/lib/core/uri.dart:1115: if (_LOWER_CASE_A <= char && _LOWER_CASE_Z >= char) ...
6 years, 3 months ago (2014-09-04 05:57:14 UTC) #3
Anders Johnsen
https://codereview.chromium.org/532273002/diff/20001/sdk/lib/core/uri.dart File sdk/lib/core/uri.dart (left): https://codereview.chromium.org/532273002/diff/20001/sdk/lib/core/uri.dart#oldcode1115 sdk/lib/core/uri.dart:1115: if (_LOWER_CASE_A <= char && _LOWER_CASE_Z >= char) { ...
6 years, 3 months ago (2014-09-04 06:27:58 UTC) #4
Anders Johnsen
6 years, 3 months ago (2014-09-04 06:34:42 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 39846 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698