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

Issue 2902773004: cc: Add finch feature flag for checker-imaging. (Closed)

Created:
3 years, 7 months ago by Khushal
Modified:
3 years, 7 months ago
Reviewers:
enne (OOO), piman
CC:
chromium-reviews, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Add finch feature flag for checker-imaging. Add a base::Feature entry for checker-imaging finch trial and report the status on chrome://gpu BUG=725351 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2902773004 Cr-Commit-Position: refs/heads/master@{#474880} Committed: https://chromium.googlesource.com/chromium/src/+/ab4ae0f9d8efe37e7357c8ada6c84b86b56cd1bd

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comments #

Patch Set 3 : .. #

Total comments: 3

Patch Set 4 : pass #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -1 line) Patch
M content/browser/gpu/compositor_util.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/gpu/compositor_util.cc View 1 4 chunks +22 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/resources/gpu/info_view.js View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_features.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_features.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/test/gpu/gpu_tests/gpu_process_integration_test.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (15 generated)
Khushal
3 years, 7 months ago (2017-05-24 02:10:49 UTC) #3
piman
https://codereview.chromium.org/2902773004/diff/1/cc/base/features.h File cc/base/features.h (right): https://codereview.chromium.org/2902773004/diff/1/cc/base/features.h#newcode14 cc/base/features.h:14: CC_BASE_EXPORT extern const base::Feature kEnableCheckerImaging; Is this something that ...
3 years, 7 months ago (2017-05-24 18:59:11 UTC) #4
Khushal
https://codereview.chromium.org/2902773004/diff/1/cc/base/features.h File cc/base/features.h (right): https://codereview.chromium.org/2902773004/diff/1/cc/base/features.h#newcode14 cc/base/features.h:14: CC_BASE_EXPORT extern const base::Feature kEnableCheckerImaging; On 2017/05/24 18:59:11, piman ...
3 years, 7 months ago (2017-05-24 20:45:07 UTC) #5
enne (OOO)
I'm not an owner of any of this anymore, but non-owner lgtm. Thanks for moving ...
3 years, 7 months ago (2017-05-24 21:11:52 UTC) #6
piman
LGTM, thanks!
3 years, 7 months ago (2017-05-24 21:12:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2902773004/20001
3 years, 7 months ago (2017-05-24 21:15:05 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/463899)
3 years, 7 months ago (2017-05-24 22:54:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2902773004/20001
3 years, 7 months ago (2017-05-24 23:19:52 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/463996)
3 years, 7 months ago (2017-05-25 00:38:58 UTC) #15
Khushal
https://codereview.chromium.org/2902773004/diff/40001/content/test/gpu/gpu_tests/gpu_process_integration_test.py File content/test/gpu/gpu_tests/gpu_process_integration_test.py (right): https://codereview.chromium.org/2902773004/diff/40001/content/test/gpu/gpu_tests/gpu_process_integration_test.py#newcode357 content/test/gpu/gpu_tests/gpu_process_integration_test.py:357: elif name == 'checker_imaging': Had to update this test. ...
3 years, 7 months ago (2017-05-25 21:15:44 UTC) #21
piman
lgtm+nit https://codereview.chromium.org/2902773004/diff/40001/content/test/gpu/gpu_tests/gpu_process_integration_test.py File content/test/gpu/gpu_tests/gpu_process_integration_test.py (right): https://codereview.chromium.org/2902773004/diff/40001/content/test/gpu/gpu_tests/gpu_process_integration_test.py#newcode357 content/test/gpu/gpu_tests/gpu_process_integration_test.py:357: elif name == 'checker_imaging': On 2017/05/25 21:15:44, Khushal ...
3 years, 7 months ago (2017-05-25 23:24:32 UTC) #22
Khushal
https://codereview.chromium.org/2902773004/diff/40001/content/test/gpu/gpu_tests/gpu_process_integration_test.py File content/test/gpu/gpu_tests/gpu_process_integration_test.py (right): https://codereview.chromium.org/2902773004/diff/40001/content/test/gpu/gpu_tests/gpu_process_integration_test.py#newcode357 content/test/gpu/gpu_tests/gpu_process_integration_test.py:357: elif name == 'checker_imaging': On 2017/05/25 23:24:32, piman wrote: ...
3 years, 7 months ago (2017-05-25 23:36:45 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2902773004/60001
3 years, 7 months ago (2017-05-25 23:37:31 UTC) #26
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 02:13:25 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/ab4ae0f9d8efe37e7357c8ada6c8...

Powered by Google App Engine
This is Rietveld 408576698