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

Issue 167953003: cc: Remove the --enable-partial-swap flag. (Closed)

Created:
6 years, 10 months ago by danakj
Modified:
6 years, 10 months ago
Reviewers:
kenrb, Fady Samuel, piman
CC:
chromium-reviews, nkostylev+watch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, enne (OOO), jamesr, zel, sadrul, Fady Samuel
Visibility:
Public.

Description

cc: Remove the --enable-partial-swap flag. This flag only affects the cc::GLRenderer which is only used when ubercomp is disabled. This means non-aura platforms. On these platforms, the --enable-partial-swap flag is never set, so we can turn it off permanently for non-ubercomp renderer compositors. This removes the whole "AllowPartialSwap" concept from content/renderer/ along with the command line flag. R=piman BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251898 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252362

Patch Set 1 #

Patch Set 2 : enablepartialswap: onlychromeos #

Patch Set 3 : enablepartialswap: #

Total comments: 2

Patch Set 4 : enablepartialswap: #

Patch Set 5 : enablepartialswap: comment #

Patch Set 6 : enablepartialswap: build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -125 lines) Patch
M cc/base/switches.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/base/switches.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 4 5 2 chunks +0 lines, -10 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 3 4 2 chunks +3 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M content/public/test/render_view_test.cc View 1 2 3 4 5 1 chunk +15 lines, -16 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 1 chunk +14 lines, -16 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 3 chunks +14 lines, -21 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 chunks +21 lines, -30 lines 0 comments Download
M content/renderer/render_view_impl_params.h View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M content/renderer/render_view_impl_params.cc View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
danakj
6 years, 10 months ago (2014-02-14 23:49:24 UTC) #1
piman
lgtm
6 years, 10 months ago (2014-02-14 23:55:10 UTC) #2
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 10 months ago (2014-02-15 00:08:41 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/167953003/1
6 years, 10 months ago (2014-02-15 00:18:29 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-15 03:57:52 UTC) #5
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=264964
6 years, 10 months ago (2014-02-15 03:57:52 UTC) #6
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 10 months ago (2014-02-18 22:23:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/167953003/1
6 years, 10 months ago (2014-02-18 22:24:26 UTC) #8
commit-bot: I haz the power
Change committed as 251898
6 years, 10 months ago (2014-02-19 00:32:42 UTC) #9
danakj
A revert of this CL has been created in https://codereview.chromium.org/172763002/ by danakj@chromium.org. The reason for ...
6 years, 10 months ago (2014-02-19 18:44:31 UTC) #10
danakj
Updated CL to only enable this on ChromeOS as that's the only place that the ...
6 years, 10 months ago (2014-02-19 18:46:12 UTC) #11
danakj
Set partial swap flag in the renderer on !USE_AURA where we don't have ubercomp as ...
6 years, 10 months ago (2014-02-19 20:46:42 UTC) #12
danakj
+fsamuel,sadrul FYI disabling the BrowserPluginThreadedCompositorPixelTest.GetBackingStore test on aura, as it would start causing us to ...
6 years, 10 months ago (2014-02-19 20:48:51 UTC) #13
danakj
+fsamuel,sadrul FYI disabling the BrowserPluginThreadedCompositorPixelTest.GetBackingStore test on aura, as it would start causing us to ...
6 years, 10 months ago (2014-02-19 20:49:28 UTC) #14
Fady Samuel
browser_pluign_host_browsertest LGTM
6 years, 10 months ago (2014-02-19 20:51:20 UTC) #15
sadrul
https://codereview.chromium.org/167953003/diff/590001/content/browser/browser_plugin/browser_plugin_host_browsertest.cc File content/browser/browser_plugin/browser_plugin_host_browsertest.cc (right): https://codereview.chromium.org/167953003/diff/590001/content/browser/browser_plugin/browser_plugin_host_browsertest.cc#newcode894 content/browser/browser_plugin/browser_plugin_host_browsertest.cc:894: #if defined(OS_MACOSX) || defined(USE_AURA) Mind updating the comment to ...
6 years, 10 months ago (2014-02-19 20:52:18 UTC) #16
danakj
Ok removed the whole AllowPartialSwap thing from content/renderer.
6 years, 10 months ago (2014-02-19 20:58:21 UTC) #17
danakj
https://codereview.chromium.org/167953003/diff/590001/content/browser/browser_plugin/browser_plugin_host_browsertest.cc File content/browser/browser_plugin/browser_plugin_host_browsertest.cc (right): https://codereview.chromium.org/167953003/diff/590001/content/browser/browser_plugin/browser_plugin_host_browsertest.cc#newcode894 content/browser/browser_plugin/browser_plugin_host_browsertest.cc:894: #if defined(OS_MACOSX) || defined(USE_AURA) On 2014/02/19 20:52:18, sadrul wrote: ...
6 years, 10 months ago (2014-02-19 21:02:42 UTC) #18
danakj
+kenrb for content/common/view_messages.h : Deleting an IPC member.
6 years, 10 months ago (2014-02-19 21:08:55 UTC) #19
kenrb
lgtm
6 years, 10 months ago (2014-02-19 21:09:55 UTC) #20
piman
lgtm
6 years, 10 months ago (2014-02-20 00:34:47 UTC) #21
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 10 months ago (2014-02-20 17:52:43 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/167953003/790001
6 years, 10 months ago (2014-02-20 17:54:06 UTC) #23
commit-bot: I haz the power
6 years, 10 months ago (2014-02-20 20:15:33 UTC) #24
Message was sent while issue was closed.
Change committed as 252362

Powered by Google App Engine
This is Rietveld 408576698