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

Issue 239083006: Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING. (Closed)

Created:
6 years, 8 months ago by danakj
Modified:
6 years, 8 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, darin-cc_chromium.org, jam, piman+watch_chromium.org, extensions-reviews_chromium.org, enne (OOO), zmo
Visibility:
Public.

Description

Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING. Remove any checks for ACCELERATED_COMPOSITING to determine if compositing is available, since it always is. Instead rename the blacklist entry to GPU_COMPOSITING and use it to prevent GL-based compositing. Depends on: https://codereview.chromium.org/238933009/ R=jbauman@chromium.org, piman@chromium.org, zmo@chromium.org BUG=363772 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264566

Patch Set 1 #

Patch Set 2 : blacklistaccel: addbackflag #

Total comments: 2

Patch Set 3 : typo #

Total comments: 5

Patch Set 4 : blacklistaccel: emptybranch #

Patch Set 5 : unittest #

Patch Set 6 : blacklistaccel: rebase #

Patch Set 7 : blacklistaccel: tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -223 lines) Patch
M chrome/browser/extensions/requirements_checker.h View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/requirements_checker.cc View 3 chunks +0 lines, -18 lines 0 comments Download
M chrome/browser/extensions/requirements_checker_browsertest.cc View 1 2 3 4 5 6 3 chunks +0 lines, -47 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_requirements_unittest.cc View 1 2 3 4 2 chunks +0 lines, -6 lines 0 comments Download
D chrome/test/data/gpu/feature_compositing.html View 1 chunk +0 lines, -37 lines 0 comments Download
M chrome/test/gpu/gpu_feature_browsertest.cc View 1 2 3 4 5 6 5 chunks +32 lines, -65 lines 0 comments Download
M content/browser/gpu/compositor_util.cc View 4 chunks +7 lines, -14 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 5 chunks +17 lines, -21 lines 0 comments Download
M content/public/common/content_switches.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M extensions/common/manifest_handlers/requirements_info.h View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/common/manifest_handlers/requirements_info.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/config/gpu_blacklist.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/config/gpu_blacklist_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/config/gpu_feature_type.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 30 (0 generated)
danakj
6 years, 8 months ago (2014-04-16 17:07:01 UTC) #1
danakj
jbauman: please review piman/zmo: OWNERS review koz: please look at the */extensions/ changes
6 years, 8 months ago (2014-04-16 17:07:57 UTC) #2
Zhenyao Mo
https://codereview.chromium.org/239083006/diff/20001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/239083006/diff/20001/content/public/common/content_switches.h#newcode24 content/public/common/content_switches.h:24: CONTENT_EXPORT extern const char kBlacklistGpuCompositing[]; There is also kDisableAcceleratedCompositing ...
6 years, 8 months ago (2014-04-16 17:19:18 UTC) #3
danakj
https://codereview.chromium.org/239083006/diff/20001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/239083006/diff/20001/content/public/common/content_switches.h#newcode24 content/public/common/content_switches.h:24: CONTENT_EXPORT extern const char kBlacklistGpuCompositing[]; On 2014/04/16 17:19:18, Zhenyao ...
6 years, 8 months ago (2014-04-16 17:20:34 UTC) #4
Zhenyao Mo
On 2014/04/16 17:20:34, danakj wrote: > https://codereview.chromium.org/239083006/diff/20001/content/public/common/content_switches.h > File content/public/common/content_switches.h (right): > > https://codereview.chromium.org/239083006/diff/20001/content/public/common/content_switches.h#newcode24 > ...
6 years, 8 months ago (2014-04-16 17:21:36 UTC) #5
piman
https://codereview.chromium.org/239083006/diff/40001/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/239083006/diff/40001/content/public/common/content_switches.cc#newcode43 content/public/common/content_switches.cc:43: "blacklist-gpu-compositing"; What's the use of that over --disable-gpu?
6 years, 8 months ago (2014-04-16 17:56:12 UTC) #6
danakj
https://codereview.chromium.org/239083006/diff/40001/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/239083006/diff/40001/content/public/common/content_switches.cc#newcode43 content/public/common/content_switches.cc:43: "blacklist-gpu-compositing"; On 2014/04/16 17:56:13, piman wrote: > What's the ...
6 years, 8 months ago (2014-04-16 18:07:43 UTC) #7
danakj
On 2014/04/16 18:07:43, danakj wrote: > https://codereview.chromium.org/239083006/diff/40001/content/public/common/content_switches.cc > File content/public/common/content_switches.cc (right): > > https://codereview.chromium.org/239083006/diff/40001/content/public/common/content_switches.cc#newcode43 > ...
6 years, 8 months ago (2014-04-16 18:09:18 UTC) #8
piman
LGTM, certainly don't want to block this... but we should revisit those flags.
6 years, 8 months ago (2014-04-16 18:10:49 UTC) #9
Zhenyao Mo
On 2014/04/16 18:07:43, danakj wrote: > https://codereview.chromium.org/239083006/diff/40001/content/public/common/content_switches.cc > File content/public/common/content_switches.cc (right): > > https://codereview.chromium.org/239083006/diff/40001/content/public/common/content_switches.cc#newcode43 > ...
6 years, 8 months ago (2014-04-16 18:22:20 UTC) #10
jbauman
On 2014/04/16 18:22:20, Zhenyao Mo wrote: > On 2014/04/16 18:07:43, danakj wrote: > > > ...
6 years, 8 months ago (2014-04-16 20:31:46 UTC) #11
Marijn Kruisselbrink
https://codereview.chromium.org/239083006/diff/40001/extensions/common/manifest_handlers/requirements_info.cc File extensions/common/manifest_handlers/requirements_info.cc (left): https://codereview.chromium.org/239083006/diff/40001/extensions/common/manifest_handlers/requirements_info.cc#oldcode123 extensions/common/manifest_handlers/requirements_info.cc:123: } else if (feature == "css3d") { Removing this ...
6 years, 8 months ago (2014-04-16 20:39:13 UTC) #12
danakj
https://codereview.chromium.org/239083006/diff/40001/extensions/common/manifest_handlers/requirements_info.cc File extensions/common/manifest_handlers/requirements_info.cc (left): https://codereview.chromium.org/239083006/diff/40001/extensions/common/manifest_handlers/requirements_info.cc#oldcode123 extensions/common/manifest_handlers/requirements_info.cc:123: } else if (feature == "css3d") { On 2014/04/16 ...
6 years, 8 months ago (2014-04-16 20:46:57 UTC) #13
Marijn Kruisselbrink
*/extensions/ lgtm
6 years, 8 months ago (2014-04-16 20:52:06 UTC) #14
danakj
https://codereview.chromium.org/239083006/diff/40001/extensions/common/manifest_handlers/requirements_info.cc File extensions/common/manifest_handlers/requirements_info.cc (left): https://codereview.chromium.org/239083006/diff/40001/extensions/common/manifest_handlers/requirements_info.cc#oldcode123 extensions/common/manifest_handlers/requirements_info.cc:123: } else if (feature == "css3d") { On 2014/04/16 ...
6 years, 8 months ago (2014-04-16 20:54:10 UTC) #15
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 8 months ago (2014-04-16 20:59:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/239083006/120001
6 years, 8 months ago (2014-04-16 21:00:30 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-16 21:29:38 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_clang_dbg
6 years, 8 months ago (2014-04-16 21:29:39 UTC) #19
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 8 months ago (2014-04-16 22:36:44 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/239083006/120001
6 years, 8 months ago (2014-04-16 22:37:28 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-16 22:39:35 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_compile_dbg
6 years, 8 months ago (2014-04-16 22:39:36 UTC) #23
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 8 months ago (2014-04-16 23:44:38 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/239083006/100002
6 years, 8 months ago (2014-04-16 23:45:00 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-17 00:57:15 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-17 00:57:15 UTC) #27
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 8 months ago (2014-04-17 14:43:04 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/239083006/160001
6 years, 8 months ago (2014-04-17 14:44:26 UTC) #29
commit-bot: I haz the power
6 years, 8 months ago (2014-04-17 17:38:50 UTC) #30
Message was sent while issue was closed.
Change committed as 264566

Powered by Google App Engine
This is Rietveld 408576698