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

Issue 603753002: Issue 21071. Generate posix-style relative URIs. (Closed)

Created:
6 years, 3 months ago by scheglov
Modified:
6 years, 3 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Issue 21071. Generate posix-style relative URIs. But parse using the target file system's Context. R=paulberry@google.com BUG= https://code.google.com/p/dart/issues/detail?id=21071 Committed: https://code.google.com/p/dart/source/detail?r=40655

Patch Set 1 #

Total comments: 2

Patch Set 2 : Tweak for isRelative check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -32 lines) Patch
M pkg/analysis_server/lib/src/edit/edit_domain.dart View 1 chunk +5 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/move_file.dart View 1 7 chunks +35 lines, -27 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/refactoring.dart View 2 chunks +8 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/move_file_test.dart View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
6 years, 3 months ago (2014-09-24 21:21:07 UTC) #1
Paul Berry
lgtm https://codereview.chromium.org/603753002/diff/1/pkg/analysis_server/lib/src/services/refactoring/move_file.dart File pkg/analysis_server/lib/src/services/refactoring/move_file.dart (right): https://codereview.chromium.org/603753002/diff/1/pkg/analysis_server/lib/src/services/refactoring/move_file.dart#newcode131 pkg/analysis_server/lib/src/services/refactoring/move_file.dart:131: if (pathContext.isAbsolute(path)) { Nit: the correctness of this ...
6 years, 3 months ago (2014-09-24 21:31:08 UTC) #2
scheglov
https://codereview.chromium.org/603753002/diff/1/pkg/analysis_server/lib/src/services/refactoring/move_file.dart File pkg/analysis_server/lib/src/services/refactoring/move_file.dart (right): https://codereview.chromium.org/603753002/diff/1/pkg/analysis_server/lib/src/services/refactoring/move_file.dart#newcode131 pkg/analysis_server/lib/src/services/refactoring/move_file.dart:131: if (pathContext.isAbsolute(path)) { On 2014/09/24 21:31:08, Paul Berry wrote: ...
6 years, 3 months ago (2014-09-24 22:21:27 UTC) #3
scheglov
6 years, 3 months ago (2014-09-24 22:23:11 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 40655 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698