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

Issue 466813002: Support non-ASCII script URLs in VM service by using IRIs (generalized URIs). (Closed)

Created:
6 years, 4 months ago by koda
Modified:
6 years, 4 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Support non-ASCII script URLs in VM service by using IRIs (generalized URIs). IRIs (RFC 3987) first UTF-8-encode the string and then percent-encode each byte. Thus, this change has no effect for ASCII strings. BUG=dart:20472 R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=39145

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -40 lines) Patch
M runtime/vm/object.h View 2 chunks +7 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 6 chunks +31 lines, -31 lines 0 comments Download
M runtime/vm/object_test.cc View 3 chunks +19 lines, -4 lines 0 comments Download
M runtime/vm/service.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
koda
6 years, 4 months ago (2014-08-12 16:11:11 UTC) #1
Cutch
lgtm
6 years, 4 months ago (2014-08-12 16:28:31 UTC) #2
koda
6 years, 4 months ago (2014-08-12 16:33:11 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r39145 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698