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

Issue 2651583007: Plumbing blink::Interface{Provider|Registry} through WebLocalFrame's constructor. (Closed)

Created:
3 years, 11 months ago by Łukasz Anforowicz
Modified:
3 years, 11 months ago
Reviewers:
jam, dcheng, nasko
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, mlamouri+watch-blink_chromium.org, nasko+codewatch_chromium.org, jam, dcheng, dglazkov+blink, darin-cc_chromium.org, blink-reviews, kinuko+watch, blink-reviews-api_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Plumbing blink::Interface{Provider|Registry} through WebLocalFrame's constructor. This CL helps remove WebFrameClient::interfaceProvider methods which would have clashed (after the Great Blink Rename) with either InterfaceProvider type and/or RenderFrameImpl::GetInterfaceProvider method. Same for interfaceRegistry method. BUG=682560 Review-Url: https://codereview.chromium.org/2651583007 Cr-Commit-Position: refs/heads/master@{#445781} Committed: https://chromium.googlesource.com/chromium/src/+/2d6720b079b98fb9104c7274ef033a08d9e68efc

Patch Set 1 #

Patch Set 2 : ScreenWakeLockTest #

Total comments: 5

Patch Set 3 : Self-review. #

Patch Set 4 : Fixing compile errors :->. #

Patch Set 5 : Fixing Android-specific compile error in media_info_loader_unittest.cc #

Patch Set 6 : Rebasing... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -104 lines) Patch
M components/plugins/renderer/webview_plugin.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/printing/renderer/print_web_view_helper.cc View 1 2 3 4 3 chunks +5 lines, -4 lines 0 comments Download
M content/renderer/media/android/media_info_loader_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/render_frame_impl.h View 2 chunks +0 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 5 chunks +12 lines, -12 lines 0 comments Download
M extensions/renderer/scoped_web_frame.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/blink/multibuffer_data_source_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/blink/resource_multibuffer_data_provider_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/blink/webmediaplayer_impl_unittest.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.h View 3 chunks +16 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 chunks +46 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp View 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebSharedWorkerImpl.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp View 1 2 3 4 5 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/tests/FrameLoaderClientImplTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/FrameTestHelpers.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp View 1 2 3 4 5 3 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 3 4 5 18 chunks +22 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/public/web/WebFrameClient.h View 2 chunks +0 lines, -6 lines 0 comments Download
M third_party/WebKit/public/web/WebLocalFrame.h View 3 chunks +10 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebRemoteFrame.h View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (24 generated)
Łukasz Anforowicz
Daniel, do you want to take a look how your proposal from https://crbug.com/682560#c1 has turned ...
3 years, 11 months ago (2017-01-23 23:38:16 UTC) #4
dcheng
LGTM It's a little ugly, but I think what we ultimately want anyway is some ...
3 years, 11 months ago (2017-01-24 09:26:41 UTC) #15
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/2651583007/80001
3 years, 11 months ago (2017-01-24 13:35:23 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/348585)
3 years, 11 months ago (2017-01-24 13:41:58 UTC) #19
nasko
content/ LGTM
3 years, 11 months ago (2017-01-24 14:56:14 UTC) #21
Łukasz Anforowicz
jam@ - can you PTAL at components/plugins/renderer/webview_plugin.cc components/printing/renderer/print_web_view_helper.cc extensions/renderer/scoped_web_frame.cc media/blink/multibuffer_data_source_unittest.cc media/blink/resource_multibuffer_data_provider_unittest.cc media/blink/webmediaplayer_impl_unittest.cc ?
3 years, 11 months ago (2017-01-24 17:08:59 UTC) #24
jam
lgtm
3 years, 11 months ago (2017-01-24 17:49:42 UTC) #25
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/2651583007/80001
3 years, 11 months ago (2017-01-24 17:55:45 UTC) #27
commit-bot: I haz the power
Failed to apply patch for content/renderer/render_frame_impl.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-24 18:00:33 UTC) #29
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/2651583007/100001
3 years, 11 months ago (2017-01-24 18:15:29 UTC) #32
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 19:41:27 UTC) #35
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/2d6720b079b98fb9104c7274ef03...

Powered by Google App Engine
This is Rietveld 408576698