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

Issue 1396973004: Fix bug in Uri.removeFragment. (Closed)

Created:
5 years, 2 months ago by Lasse Reichstein Nielsen
Modified:
5 years, 2 months ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix bug in Uri.removeFragment. It used the external getters for the existing port and query, which are non-null even when the port or query are absent. This introduced a new default-valued/empty part. Also reordered declarations to have fields > constructors > rest. Fixes issue #24593 BUG= http://dartbug.com/24593 R=asgerf@google.com Committed: https://github.com/dart-lang/sdk/commit/a8e3eb4e101e914a47ac3a188fbbc214cc206595

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -206 lines) Patch
M sdk/lib/core/uri.dart View 12 chunks +217 lines, -201 lines 0 comments Download
M tests/corelib/uri_test.dart View 1 chunk +17 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Lasse Reichstein Nielsen
5 years, 2 months ago (2015-10-15 06:23:42 UTC) #2
Lasse Reichstein Nielsen
5 years, 2 months ago (2015-10-15 09:33:18 UTC) #4
asgerf
lgtm
5 years, 2 months ago (2015-10-15 09:58:29 UTC) #5
Lasse Reichstein Nielsen
5 years, 2 months ago (2015-10-15 10:42:46 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a8e3eb4e101e914a47ac3a188fbbc214cc206595 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698