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

Issue 2068833002: Change Dart_DefaultCanonicalizeUrl to accept the library url string instead of a library, this is u… (Closed)

Created:
4 years, 6 months ago by siva
Modified:
4 years, 6 months ago
Reviewers:
turnidge, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Change Dart_DefaultCanonicalizeUrl to accept the library url string instead of a library, this is useful to allow us to use this to generically resolve a Uri relative to another string. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/72f7d1456c355a82f336e0b2bc728b103363ee62

Patch Set 1 #

Total comments: 4

Patch Set 2 : address-code-review-comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -16 lines) Patch
M runtime/bin/dartutils.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/bin/loader.cc View 3 chunks +11 lines, -1 line 0 comments Download
M runtime/include/dart_api.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 1 chunk +5 lines, -6 lines 0 comments Download
M runtime/vm/unit_test.cc View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
siva
4 years, 6 months ago (2016-06-14 21:32:28 UTC) #2
Cutch
https://codereview.chromium.org/2068833002/diff/1/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/2068833002/diff/1/runtime/bin/dartutils.cc#newcode412 runtime/bin/dartutils.cc:412: if (Dart_IsError(library_url)) { Should this only happen if library_url ...
4 years, 6 months ago (2016-06-14 21:38:31 UTC) #3
siva
https://codereview.chromium.org/2068833002/diff/1/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/2068833002/diff/1/runtime/bin/dartutils.cc#newcode412 runtime/bin/dartutils.cc:412: if (Dart_IsError(library_url)) { On 2016/06/14 21:38:31, Cutch wrote: > ...
4 years, 6 months ago (2016-06-14 22:23:29 UTC) #4
Cutch
lgtm
4 years, 6 months ago (2016-06-14 22:24:38 UTC) #5
siva
4 years, 6 months ago (2016-06-15 00:15:56 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
72f7d1456c355a82f336e0b2bc728b103363ee62 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698