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

Issue 133273030: Change a WebString type of url parameter with WebURL (Closed)

Created:
6 years, 11 months ago by gyuyoung-inactive
Modified:
6 years, 11 months ago
CC:
blink-reviews, jamesr, dglazkov+blink, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Change a url parameter type with WebURL As mentioned in https://codereview.chromium.org/18179009/#msg7, it would be good if we use WebURL for url parameters instead of using WebString. This cl change it with WebURL. BUG=N/A Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165458

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -23 lines) Patch
M Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp View 1 8 chunks +9 lines, -10 lines 0 comments Download
M Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h View 3 chunks +4 lines, -3 lines 0 comments Download
M Source/web/ChromeClientImpl.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M public/web/WebViewClient.h View 1 2 3 1 chunk +25 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
gyuyoung-inactive
Abarth, regarding you pointed out before, this cl is to use WebURL for url parameter ...
6 years, 11 months ago (2014-01-20 06:23:12 UTC) #1
gyuyoung-inactive
6 years, 11 months ago (2014-01-20 06:23:28 UTC) #2
gyuyoung-inactive
On 2014/01/20 06:23:12, gyuyoung wrote: > Abarth, regarding you pointed out before, this cl is ...
6 years, 11 months ago (2014-01-20 06:26:13 UTC) #3
jochen (gone - plz use gerrit)
https://codereview.chromium.org/133273030/diff/1/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp File Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp (right): https://codereview.chromium.org/133273030/diff/1/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp#newcode148 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp:148: if (!verifyCustomHandlerURL(baseURL.string(), url, exceptionState)) should verifyCustomHandlerURL take a URL ...
6 years, 11 months ago (2014-01-20 09:21:38 UTC) #4
gyuyoung-inactive
https://codereview.chromium.org/133273030/diff/1/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp File Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp (right): https://codereview.chromium.org/133273030/diff/1/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp#newcode148 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp:148: if (!verifyCustomHandlerURL(baseURL.string(), url, exceptionState)) On 2014/01/20 09:21:38, jochen wrote: ...
6 years, 11 months ago (2014-01-21 02:17:14 UTC) #5
jochen (gone - plz use gerrit)
On 2014/01/21 02:17:14, gyuyoung wrote: > https://codereview.chromium.org/133273030/diff/1/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp > File Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp (right): > > https://codereview.chromium.org/133273030/diff/1/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp#newcode148 > ...
6 years, 11 months ago (2014-01-21 08:05:34 UTC) #6
gyuyoung-inactive
https://codereview.chromium.org/133273030/diff/140001/public/web/WebViewClient.h File public/web/WebViewClient.h (right): https://codereview.chromium.org/133273030/diff/140001/public/web/WebViewClient.h#newcode363 public/web/WebViewClient.h:363: registerProtocolHandler(scheme, baseUrl.string(), url.string(), title); Jochen, I change to let ...
6 years, 11 months ago (2014-01-21 09:18:13 UTC) #7
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/133273030/diff/140001/public/web/WebViewClient.h File public/web/WebViewClient.h (right): https://codereview.chromium.org/133273030/diff/140001/public/web/WebViewClient.h#newcode355 public/web/WebViewClient.h:355: // Navigaor Content Utils ---------------------------------------------- Navigator
6 years, 11 months ago (2014-01-21 09:29:19 UTC) #8
gyuyoung-inactive
On 2014/01/21 09:29:19, jochen wrote: > lgtm > > https://codereview.chromium.org/133273030/diff/140001/public/web/WebViewClient.h > File public/web/WebViewClient.h (right): > ...
6 years, 11 months ago (2014-01-21 12:47:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/133273030/180001
6 years, 11 months ago (2014-01-21 12:48:00 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-21 13:50:09 UTC) #11
Message was sent while issue was closed.
Change committed as 165458

Powered by Google App Engine
This is Rietveld 408576698