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

Issue 9347042: Introduce content::RenderWidgetHostViewPort (in content/port/browser). (Closed)

Created:
8 years, 10 months ago by Jói
Modified:
8 years, 10 months ago
Reviewers:
jam
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, yusukes+watch_chromium.org, brettw-cc_chromium.org, jam, penghuang+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org, James Su
Visibility:
Public.

Description

Introduce content::RenderWidgetHostViewPort (in content/port/browser). Move RenderWidgetHostViewBase and TestRenderWidgetHostView to content namespace. Follow-up changes will move RenderWidgetHostView to content namespace, and get rid of content/browser/renderer_host/render_widget_host_view.h which is now just a redirect header. BUG=98716 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=122288

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address review comments. #

Patch Set 3 : Merge to LKGR. #

Patch Set 4 : Merge to head. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -824 lines) Patch
M chrome/browser/tab_contents/thumbnail_generator_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.cc View 1 2 10 chunks +10 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_widget_host.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host.cc View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_gtk.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 2 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view.h View 2 1 chunk +2 lines, -443 lines 0 comments Download
D content/browser/renderer_host/render_widget_host_view.cc View 2 1 chunk +0 lines, -82 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
A content/browser/renderer_host/render_widget_host_view_base.h View 1 1 chunk +99 lines, -0 lines 0 comments Download
A + content/browser/renderer_host/render_widget_host_view_base.cc View 1 2 3 chunks +24 lines, -14 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.h View 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.cc View 2 4 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 2 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.h View 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/test_render_view_host.h View 2 4 chunks +7 lines, -2 lines 0 comments Download
M content/browser/renderer_host/test_render_view_host.cc View 3 chunks +5 lines, -1 line 0 comments Download
M content/browser/tab_contents/interstitial_page_impl.cc View 2 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/tab_contents/render_view_host_manager.cc View 2 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 5 chunks +8 lines, -7 lines 0 comments Download
M content/browser/tab_contents/tab_contents_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tab_contents/tab_contents_view_helper.cc View 2 3 chunks +6 lines, -5 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
A content/port/OWNERS View 1 1 chunk +13 lines, -0 lines 0 comments Download
A + content/port/browser/render_widget_host_view_port.h View 1 2 4 chunks +23 lines, -227 lines 0 comments Download
A content/public/browser/render_widget_host_view.h View 1 1 chunk +143 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jói
8 years, 10 months ago (2012-02-15 14:51:05 UTC) #1
jam
lgtm http://codereview.chromium.org/9347042/diff/1/content/browser/renderer_host/render_widget_host_view_base.h File content/browser/renderer_host/render_widget_host_view_base.h (right): http://codereview.chromium.org/9347042/diff/1/content/browser/renderer_host/render_widget_host_view_base.h#newcode1 content/browser/renderer_host/render_widget_host_view_base.h:1: // Copyright (c) 2012 The Chromium Authors. All ...
8 years, 10 months ago (2012-02-15 17:02:18 UTC) #2
Jói
Addressed all comments, submitting now via CQ. http://codereview.chromium.org/9347042/diff/1/content/browser/renderer_host/render_widget_host_view_base.h File content/browser/renderer_host/render_widget_host_view_base.h (right): http://codereview.chromium.org/9347042/diff/1/content/browser/renderer_host/render_widget_host_view_base.h#newcode1 content/browser/renderer_host/render_widget_host_view_base.h:1: // Copyright ...
8 years, 10 months ago (2012-02-16 12:41:42 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/9347042/6038
8 years, 10 months ago (2012-02-16 14:01:38 UTC) #4
commit-bot: I haz the power
8 years, 10 months ago (2012-02-16 14:47:05 UTC) #5
Try job failure for 9347042-6038 (retry) on linux_rel for step "check_deps".
It's a second try, previously, step "check_deps" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698