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

Issue 1674543004: Separate RenderView from RenderWidget, part 1: inheritance. (Closed)

Created:
4 years, 10 months ago by Avi (use Gerrit)
Modified:
4 years, 9 months ago
Reviewers:
dcheng
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, extensions-reviews_chromium.org, jam, jochen+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, nasko+codewatch_chromium.org, piman+watch_chromium.org, scheib+watch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@renderwidgettest
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Separate RenderView from RenderWidget, part 1: inheritance. Make RenderViewImpl able to privately inherit from RenderWidget. We can't switch over yet because WebTestProxy has weird templating stuff that can't support it. BUG=583347 TEST=all green CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,mac_blink_rel,win_blink_rel;tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/42e463ac3a6f667821a8bed78ba0eafde79a7bfc Cr-Commit-Position: refs/heads/master@{#378276} Committed: https://crrev.com/8a45c109ce7d3a14111fe2c230b18ac7fcfd5d28 Cr-Commit-Position: refs/heads/master@{#378443}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -73 lines) Patch
M content/public/renderer/render_view.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/public/renderer/render_view_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/renderer/render_view_observer.cc View 2 chunks +14 lines, -21 lines 0 comments Download
M content/renderer/external_popup_menu_browsertest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 9 chunks +9 lines, -9 lines 0 comments Download
M content/renderer/npapi/webplugin_delegate_proxy.cc View 1 6 chunks +7 lines, -8 lines 0 comments Download
M content/renderer/pepper/pepper_file_chooser_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_frame_impl_browsertest.cc View 1 1 chunk +1 line, -14 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 1 chunk +4 lines, -0 lines 2 comments Download
M content/renderer/render_view_mouse_lock_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/render_widget.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/render_widget_browsertest.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M content/renderer/renderer_webapplicationcachehost_impl.cc View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 37 (17 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674543004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674543004/1
4 years, 10 months ago (2016-02-05 20:07:35 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/67580)
4 years, 10 months ago (2016-02-05 21:07:19 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674543004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674543004/20001
4 years, 10 months ago (2016-02-22 20:41:08 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-22 23:49:42 UTC) #9
Avi (use Gerrit)
4 years, 10 months ago (2016-02-23 20:41:11 UTC) #11
dcheng
lgtm with a question https://codereview.chromium.org/1674543004/diff/20001/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/1674543004/diff/20001/content/renderer/render_view_impl.cc#newcode2264 content/renderer/render_view_impl.cc:2264: return const_cast<RenderWidget*>(static_cast<const RenderWidget*>(this)); Is it ...
4 years, 10 months ago (2016-02-23 23:05:36 UTC) #12
Avi (use Gerrit)
https://codereview.chromium.org/1674543004/diff/20001/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/1674543004/diff/20001/content/renderer/render_view_impl.cc#newcode2264 content/renderer/render_view_impl.cc:2264: return const_cast<RenderWidget*>(static_cast<const RenderWidget*>(this)); On 2016/02/23 23:05:35, dcheng wrote: > ...
4 years, 10 months ago (2016-02-26 20:02:20 UTC) #13
Avi (use Gerrit)
4 years, 10 months ago (2016-02-26 20:02:42 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674543004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674543004/20001
4 years, 10 months ago (2016-02-26 20:26:03 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/122272) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 10 months ago (2016-02-26 20:39:09 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674543004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674543004/20001
4 years, 9 months ago (2016-02-29 18:36:16 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/110464)
4 years, 9 months ago (2016-02-29 18:46:32 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674543004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674543004/20001
4 years, 9 months ago (2016-02-29 19:59:27 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-02-29 21:19:00 UTC) #26
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/42e463ac3a6f667821a8bed78ba0eafde79a7bfc Cr-Commit-Position: refs/heads/master@{#378276}
4 years, 9 months ago (2016-02-29 21:21:45 UTC) #28
nektarios
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1750863002/ by nektar@chromium.org. ...
4 years, 9 months ago (2016-03-01 01:47:30 UTC) #29
Avi (use Gerrit)
On 2016/03/01 01:47:30, nektarios wrote: > A revert of this CL (patchset #2 id:20001) has ...
4 years, 9 months ago (2016-03-01 16:04:56 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674543004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674543004/20001
4 years, 9 months ago (2016-03-01 16:05:44 UTC) #33
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-01 16:12:46 UTC) #35
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 16:13:38 UTC) #37
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8a45c109ce7d3a14111fe2c230b18ac7fcfd5d28
Cr-Commit-Position: refs/heads/master@{#378443}

Powered by Google App Engine
This is Rietveld 408576698