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

Issue 1381683003: url: Get rid of UTF16Char type. (Closed)

Created:
5 years, 2 months ago by tfarina
Modified:
4 years, 11 months ago
Reviewers:
tkent, esprehn, dglazkov, brettw
CC:
asanka, benjhayden+dwatch_chromium.org, blink-reviews, chromium-reviews, Tom Sepez
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

url: Get rid of UTF16Char type. Now that Blink was merged into Chromium, this patch can be done without the three-patch dance for something really trivial. This patch just changes Blink code to use base::char16 type directly instead of using deprecated url type. BUG=None R=brettw@chromium.org,dglazkov@chromium.org Committed: https://crrev.com/bf7eca2ada9d9431f5d7e3c74d5108791ad2b06c Cr-Commit-Position: refs/heads/master@{#369078}

Patch Set 1 #

Total comments: 1

Patch Set 2 : forgot one #

Patch Set 3 : REBASE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -6 lines) Patch
M third_party/WebKit/Source/platform/weborigin/KURL.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M url/third_party/mozilla/url_parse.h View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
tfarina
PTAL
5 years, 2 months ago (2015-10-05 17:01:07 UTC) #1
brettw
https://codereview.chromium.org/1381683003/diff/1/third_party/WebKit/Source/platform/weborigin/KURL.cpp File third_party/WebKit/Source/platform/weborigin/KURL.cpp (right): https://codereview.chromium.org/1381683003/diff/1/third_party/WebKit/Source/platform/weborigin/KURL.cpp#newcode104 third_party/WebKit/Source/platform/weborigin/KURL.cpp:104: void ConvertFromUTF16(const base::char16* input, int inputLength, url::CanonOutput* output) override ...
5 years, 2 months ago (2015-10-05 18:08:23 UTC) #2
esprehn
You're missing some sites: ../../third_party/WebKit/Source/platform/weborigin/KURL.cpp:668:31: error: no member named 'UTF16Char' in namespace 'url' url::RawCanonOutputT<url::UTF16Char> unescaped; ...
5 years, 2 months ago (2015-10-05 18:24:28 UTC) #3
tfarina
Fixed. PTAL Elliot.
5 years, 2 months ago (2015-10-05 18:36:19 UTC) #4
tfarina
Elliot, Kent, is this possible now?
4 years, 11 months ago (2016-01-06 15:32:18 UTC) #6
brettw
url lgtm, but be sure to get OK from esprehn also.
4 years, 11 months ago (2016-01-08 18:09:49 UTC) #7
dglazkov
lgtm
4 years, 11 months ago (2016-01-12 16:29:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1381683003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1381683003/40001
4 years, 11 months ago (2016-01-12 22:32:51 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-13 02:23:01 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2016-01-13 02:24:53 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/bf7eca2ada9d9431f5d7e3c74d5108791ad2b06c
Cr-Commit-Position: refs/heads/master@{#369078}

Powered by Google App Engine
This is Rietveld 408576698