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

Issue 296233002: Add a path.formatUri method and release path 1.2.0. (Closed)

Created:
6 years, 7 months ago by nweiz
Modified:
6 years, 7 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add a path.formatUri method and release path 1.2.0. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=36597

Patch Set 1 #

Total comments: 14

Patch Set 2 : code review #

Patch Set 3 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -2 lines) Patch
M pkg/path/CHANGELOG.md View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/path/lib/path.dart View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
M pkg/path/lib/src/context.dart View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M pkg/path/pubspec.yaml View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/path/test/posix_test.dart View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M pkg/path/test/url_test.dart View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
M pkg/path/test/windows_test.dart View 1 2 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
6 years, 7 months ago (2014-05-22 23:42:31 UTC) #1
Bob Nystrom
https://codereview.chromium.org/296233002/diff/1/pkg/path/lib/path.dart File pkg/path/lib/path.dart (right): https://codereview.chromium.org/296233002/diff/1/pkg/path/lib/path.dart#newcode370 pkg/path/lib/path.dart:370: /// Returns a human-readable representation of [uri]. "a human" ...
6 years, 7 months ago (2014-05-23 21:57:52 UTC) #2
nweiz
https://codereview.chromium.org/296233002/diff/1/pkg/path/lib/path.dart File pkg/path/lib/path.dart (right): https://codereview.chromium.org/296233002/diff/1/pkg/path/lib/path.dart#newcode370 pkg/path/lib/path.dart:370: /// Returns a human-readable representation of [uri]. On 2014/05/23 ...
6 years, 7 months ago (2014-05-23 22:18:04 UTC) #3
Bob Nystrom
https://codereview.chromium.org/296233002/diff/1/pkg/path/lib/path.dart File pkg/path/lib/path.dart (right): https://codereview.chromium.org/296233002/diff/1/pkg/path/lib/path.dart#newcode391 pkg/path/lib/path.dart:391: String formatUri(uri) => _context.formatUri(uri); On 2014/05/23 22:18:04, nweiz wrote: ...
6 years, 7 months ago (2014-05-23 22:24:37 UTC) #4
nweiz
https://codereview.chromium.org/296233002/diff/1/pkg/path/lib/path.dart File pkg/path/lib/path.dart (right): https://codereview.chromium.org/296233002/diff/1/pkg/path/lib/path.dart#newcode391 pkg/path/lib/path.dart:391: String formatUri(uri) => _context.formatUri(uri); On 2014/05/23 22:24:38, Bob Nystrom ...
6 years, 7 months ago (2014-05-23 22:36:55 UTC) #5
Bob Nystrom
LGTM!
6 years, 7 months ago (2014-05-23 22:55:12 UTC) #6
nweiz
6 years, 7 months ago (2014-05-23 23:04:47 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r36597 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698