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

Issue 2814703004: Make blink::ResourceRequest ctors explicit (Closed)

Created:
3 years, 8 months ago by tzik
Modified:
3 years, 8 months ago
CC:
apavlov+blink_chromium.org, blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-frames_chromium.org, blink-reviews-html_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, dglazkov+blink, krit, eae+blinkwatch, fmalita+watch_chromium.org, fs, gavinp+loader_chromium.org, gyuyoung2, Nate Chapin, kinuko+watch, kouhei+svg_chromium.org, kozyatinskiy+blink_chromium.org, loading-reviews_chromium.org, loading-reviews+fetch_chromium.org, lushnikov+blink_chromium.org, pdr+svgwatchlist_chromium.org, pfeldman+blink_chromium.org, rwlbuis, Stephen Chennney, sof, tyoshino+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Make blink::ResourceRequest ctors explicit This CL adds `explicit` to blink::ResourceRequest ctors and fixes errors after that. The implicit conversion is generally discouraged, and prevents further refactoring around ResourceRequest. Review-Url: https://codereview.chromium.org/2814703004 Cr-Commit-Position: refs/heads/master@{#465172} Committed: https://chromium.googlesource.com/chromium/src/+/4935fa77433b9e5ceb50575a4ec9d1ac4e797235

Patch Set 1 #

Patch Set 2 : simplify #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -64 lines) Patch
M third_party/WebKit/Source/core/dom/DocumentUserGestureTokenTest.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteFrame.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/NavigationScheduler.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoaderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/FontResourceTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp View 14 chunks +19 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/page/CreateWindow.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceFetcherTest.cpp View 1 21 chunks +37 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceTest.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebPagePopupImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (15 generated)
tzik
PTAL to: yhirano: core/loader/, platform/loader/ kinuko: other core/ tkent: web/
3 years, 8 months ago (2017-04-13 06:23:32 UTC) #12
kouhei (in TOK)
core lgtm
3 years, 8 months ago (2017-04-13 06:25:27 UTC) #14
tkent
lgtm
3 years, 8 months ago (2017-04-13 06:30:46 UTC) #15
kinuko
lgtm Can you put BUG= line if it's related to the series of cleanups you ...
3 years, 8 months ago (2017-04-13 06:32:23 UTC) #16
haraken
LGTM
3 years, 8 months ago (2017-04-13 06:39:34 UTC) #17
yhirano
lgtm
3 years, 8 months ago (2017-04-13 14:20:55 UTC) #18
tzik
On 2017/04/13 06:32:23, kinuko wrote: > lgtm > > Can you put BUG= line if ...
3 years, 8 months ago (2017-04-17 08:40:49 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2814703004/20001
3 years, 8 months ago (2017-04-18 05:40:13 UTC) #21
commit-bot: I haz the power
3 years, 8 months ago (2017-04-18 07:39:03 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/4935fa77433b9e5ceb50575a4ec9...

Powered by Google App Engine
This is Rietveld 408576698