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

Issue 9295043: Create a URI class in utils/ (based on client/util/). (Closed)

Created:
8 years, 10 months ago by ahe
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Create a URI class in utils/ (based on client/util/). Committed: https://code.google.com/p/dart/source/detail?r=3722

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add utils test suite #

Total comments: 2

Patch Set 3 : Address review comments and *add* the new test suite #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -195 lines) Patch
M dart/client/util/Uri.dart View 1 3 chunks +3 lines, -71 lines 0 comments Download
M dart/client/util/utilslib.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
A dart/tests/utils/src/UriTest.dart View 1 2 1 chunk +92 lines, -0 lines 0 comments Download
A dart/tests/utils/test_config.dart View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A dart/tests/utils/utils.status View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M dart/tools/test.dart View 1 3 chunks +5 lines, -1 line 0 comments Download
M dart/tools/test-compiler.dart View 1 3 chunks +5 lines, -1 line 0 comments Download
M dart/tools/test-runtime.dart View 1 3 chunks +5 lines, -1 line 0 comments Download
M dart/tools/testing/dart/test_runner.dart View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M dart/utils/uri/uri.dart View 1 2 3 chunks +183 lines, -113 lines 0 comments Download
M deps/compiler.deps/DEPS View 1 2 chunks +6 lines, -3 lines 0 comments Download
M deps/standalone.deps/DEPS View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
ahe
This is not fully ready to submit, but I wanted John to get a chance ...
8 years, 10 months ago (2012-01-29 14:38:00 UTC) #1
ngeoffray
LGTM, with your mentioned change on the test.
8 years, 10 months ago (2012-01-30 13:26:35 UTC) #2
ahe
Hi Bill, Please take a look at the test suite changes. Nicolas: I have made ...
8 years, 10 months ago (2012-01-30 17:15:10 UTC) #3
Bill Hesse
One of my tasks this quarter is to make a URI library, with a Path ...
8 years, 10 months ago (2012-01-30 18:10:30 UTC) #4
ahe
Bill, I'd welcome you taking ownership of this class. But I need the resolve method ...
8 years, 10 months ago (2012-01-30 18:43:45 UTC) #5
Jennifer Messerly
On 2012/01/30 18:43:45, ahe wrote: > Bill, > > I'd welcome you taking ownership of ...
8 years, 10 months ago (2012-01-30 18:44:55 UTC) #6
ahe
Bill, Just to be clear: I don't plan to submit this until I have had ...
8 years, 10 months ago (2012-01-30 18:56:41 UTC) #7
Bill Hesse
LGTM. https://chromiumcodereview.appspot.com/9295043/diff/5008/dart/tools/testing/dart/test_runner.dart File dart/tools/testing/dart/test_runner.dart (right): https://chromiumcodereview.appspot.com/9295043/diff/5008/dart/tools/testing/dart/test_runner.dart#newcode82 dart/tools/testing/dart/test_runner.dart:82: " ${configuration['mode']}_${configuration['arch']}"; Does this not fit on one ...
8 years, 10 months ago (2012-01-31 10:31:18 UTC) #8
Bill Hesse
https://chromiumcodereview.appspot.com/9295043/diff/1/dart/utils/uri/uri.dart File dart/utils/uri/uri.dart (right): https://chromiumcodereview.appspot.com/9295043/diff/1/dart/utils/uri/uri.dart#newcode278 dart/utils/uri/uri.dart:278: base.resolve("g#s/../x").toString()); Should you also test parameters in the path ...
8 years, 10 months ago (2012-01-31 10:37:56 UTC) #9
ahe
I forgot to "git add" the new test and test suite. PTAL. https://chromiumcodereview.appspot.com/9295043/diff/1/dart/utils/uri/uri.dart File dart/utils/uri/uri.dart ...
8 years, 10 months ago (2012-01-31 11:43:00 UTC) #10
ngeoffray
LGTM
8 years, 10 months ago (2012-01-31 11:46:30 UTC) #11
Bill Hesse
LGTM.
8 years, 10 months ago (2012-01-31 11:46:56 UTC) #12
ahe
8 years, 10 months ago (2012-01-31 12:11:59 UTC) #13
Hi John, Bill, and Nicolas,

Thank you for taking a look, and sorry for making it so confusing :-)

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698