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

Issue 12547016: Enable browser plugin compositing by default, but add a flag to disable it. (Closed)

Created:
7 years, 9 months ago by alexst (slow to review)
Modified:
7 years, 9 months ago
Reviewers:
Fady Samuel, zel, piman
CC:
chromium-reviews, nkostylev+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, James Su, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, yusukes+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Enable browser plugin compositing by default, but add a flag to disable it. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186794

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -49 lines) Patch
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 3 chunks +1 line, -5 lines 0 comments Download
M content/browser/renderer_host/gpu_message_filter.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_guest.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_guest.cc View 1 4 chunks +11 lines, -33 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/common/content_switches.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
alexst (slow to review)
Fady brought up enabling webview compositing by default in Dev with a switch to turn ...
7 years, 9 months ago (2013-03-07 15:13:33 UTC) #1
Fady Samuel
https://codereview.chromium.org/12547016/diff/1/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (left): https://codereview.chromium.org/12547016/diff/1/content/browser/renderer_host/render_process_host_impl.cc#oldcode767 content/browser/renderer_host/render_process_host_impl.cc:767: switches::kEnableBrowserPluginCompositing, Plumbing DisableBrowserPluginCompositing is not necessary? https://codereview.chromium.org/12547016/diff/1/content/browser/renderer_host/render_widget_host_view_guest.cc File content/browser/renderer_host/render_widget_host_view_guest.cc ...
7 years, 9 months ago (2013-03-07 15:21:43 UTC) #2
alexst (slow to review)
https://codereview.chromium.org/12547016/diff/1/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (left): https://codereview.chromium.org/12547016/diff/1/content/browser/renderer_host/render_process_host_impl.cc#oldcode767 content/browser/renderer_host/render_process_host_impl.cc:767: switches::kEnableBrowserPluginCompositing, On 2013/03/07 15:21:44, Fady Samuel wrote: > Plumbing ...
7 years, 9 months ago (2013-03-07 15:30:00 UTC) #3
Fady Samuel
https://codereview.chromium.org/12547016/diff/1/content/browser/renderer_host/render_widget_host_view_guest.cc File content/browser/renderer_host/render_widget_host_view_guest.cc (right): https://codereview.chromium.org/12547016/diff/1/content/browser/renderer_host/render_widget_host_view_guest.cc#newcode175 content/browser/renderer_host/render_widget_host_view_guest.cc:175: return true; On 2013/03/07 15:30:00, alexst wrote: > On ...
7 years, 9 months ago (2013-03-07 15:32:20 UTC) #4
alexst (slow to review)
> If you're confident something shouldn't be called perhaps add a NOTREACHED() so > we ...
7 years, 9 months ago (2013-03-07 15:54:54 UTC) #5
piman
https://codereview.chromium.org/12547016/diff/7001/chrome/browser/chromeos/login/chrome_restart_request.cc File chrome/browser/chromeos/login/chrome_restart_request.cc (left): https://codereview.chromium.org/12547016/diff/7001/chrome/browser/chromeos/login/chrome_restart_request.cc#oldcode86 chrome/browser/chromeos/login/chrome_restart_request.cc:86: ::switches::kEnableBrowserPluginCompositing, We want the disable flag here now.
7 years, 9 months ago (2013-03-07 16:53:59 UTC) #6
alexst (slow to review)
patch. https://codereview.chromium.org/12547016/diff/7001/chrome/browser/chromeos/login/chrome_restart_request.cc File chrome/browser/chromeos/login/chrome_restart_request.cc (left): https://codereview.chromium.org/12547016/diff/7001/chrome/browser/chromeos/login/chrome_restart_request.cc#oldcode86 chrome/browser/chromeos/login/chrome_restart_request.cc:86: ::switches::kEnableBrowserPluginCompositing, On 2013/03/07 16:53:59, piman wrote: > We ...
7 years, 9 months ago (2013-03-07 17:55:49 UTC) #7
piman
lgtm https://codereview.chromium.org/12547016/diff/10001/chrome/browser/chromeos/login/chrome_restart_request.cc File chrome/browser/chromeos/login/chrome_restart_request.cc (right): https://codereview.chromium.org/12547016/diff/10001/chrome/browser/chromeos/login/chrome_restart_request.cc#newcode86 chrome/browser/chromeos/login/chrome_restart_request.cc:86: ::switches::kDisableBrowserPluginCompositing, nit: alpha order.
7 years, 9 months ago (2013-03-07 17:59:41 UTC) #8
zel
lgtm
7 years, 9 months ago (2013-03-07 18:06:06 UTC) #9
Fady Samuel
LGTM
7 years, 9 months ago (2013-03-07 18:06:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexst@chromium.org/12547016/16001
7 years, 9 months ago (2013-03-07 18:07:14 UTC) #11
commit-bot: I haz the power
7 years, 9 months ago (2013-03-07 22:19:24 UTC) #12
Message was sent while issue was closed.
Change committed as 186794

Powered by Google App Engine
This is Rietveld 408576698