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

Issue 2831833002: Move WebAssociatedURLLoaderImpl.* from web/ -> core/export/. (Closed)

Created:
3 years, 8 months ago by slangley
Modified:
3 years, 8 months ago
Reviewers:
haraken, sashab
CC:
blink-reviews, chromium-reviews, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move WebAssociatedURLLoaderImpl.* from web/ -> core/export/. WebAssociatedURLLoaderImpl had a dependency on WebLocalFrameImpl just so it could call a method to obtain the document for the frame. To break this dependency the ctor parameter was changed to take a Document* directly. BUG=708879 Review-Url: https://codereview.chromium.org/2831833002 Cr-Commit-Position: refs/heads/master@{#466601} Committed: https://chromium.googlesource.com/chromium/src/+/fd61327a91c26467fae63304cc1ee343405344e6

Patch Set 1 #

Total comments: 1

Patch Set 2 : Need to BLINK_EXPORT WebAssociatedURLLoader for compile to work on windows. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -592 lines) Patch
M third_party/WebKit/Source/core/exported/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.h View 2 chunks +5 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/BUILD.gn View 1 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.cpp View 1 chunk +0 lines, -508 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebAssociatedURLLoader.h View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 30 (12 generated)
slangley
3 years, 8 months ago (2017-04-20 01:12:38 UTC) #3
sashab
lgtm
3 years, 8 months ago (2017-04-20 01:20:04 UTC) #5
slangley
haraken@ - ptal
3 years, 8 months ago (2017-04-20 01:22:35 UTC) #7
haraken
LGTM https://codereview.chromium.org/2831833002/diff/1/third_party/WebKit/Source/core/exported/BUILD.gn File third_party/WebKit/Source/core/exported/BUILD.gn (right): https://codereview.chromium.org/2831833002/diff/1/third_party/WebKit/Source/core/exported/BUILD.gn#newcode9 third_party/WebKit/Source/core/exported/BUILD.gn:9: "WebAssociatedURLLoaderImpl.h", I'd prefer putting only .cpp implementation files ...
3 years, 8 months ago (2017-04-20 07:34:28 UTC) #8
slangley
On 2017/04/20 at 07:34:28, haraken wrote: > LGTM > > https://codereview.chromium.org/2831833002/diff/1/third_party/WebKit/Source/core/exported/BUILD.gn > File third_party/WebKit/Source/core/exported/BUILD.gn (right): ...
3 years, 8 months ago (2017-04-21 00:21:03 UTC) #9
slangley
On 2017/04/21 at 00:21:03, slangley wrote: > On 2017/04/20 at 07:34:28, haraken wrote: > > ...
3 years, 8 months ago (2017-04-21 00:21:49 UTC) #10
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/2831833002/1
3 years, 8 months ago (2017-04-21 00:25:41 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/410209) win_clang on master.tryserver.chromium.win (JOB_FAILED, ...
3 years, 8 months ago (2017-04-21 00:28:07 UTC) #14
haraken
On 2017/04/21 00:21:03, slangley wrote: > On 2017/04/20 at 07:34:28, haraken wrote: > > LGTM ...
3 years, 8 months ago (2017-04-21 06:30:55 UTC) #15
slangley
The additional methods in the impl definitions makes it quite difficult to decouple the classes ...
3 years, 8 months ago (2017-04-21 06:35:42 UTC) #16
slangley
The additional methods in the impl definitions makes it quite difficult to decouple the classes ...
3 years, 8 months ago (2017-04-21 06:35:42 UTC) #17
haraken
On 2017/04/21 06:35:42, slangley wrote: > The additional methods in the impl definitions makes it ...
3 years, 8 months ago (2017-04-21 06:39:30 UTC) #18
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/2831833002/1
3 years, 8 months ago (2017-04-23 23:03:28 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/395512)
3 years, 8 months ago (2017-04-24 00:20:59 UTC) #22
slangley
haraken@ - I needed to add BLINK_EXPORT to the definition in public/web. Please confirm that ...
3 years, 8 months ago (2017-04-24 01:14:32 UTC) #23
haraken
LGTM
3 years, 8 months ago (2017-04-24 06:07:21 UTC) #24
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/2831833002/20001
3 years, 8 months ago (2017-04-24 06:28:53 UTC) #27
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 08:54:30 UTC) #30
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/fd61327a91c26467fae63304cc1e...

Powered by Google App Engine
This is Rietveld 408576698