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

Issue 1902463002: Introduce components/display_compositor (Closed)

Created:
4 years, 8 months ago by Fady Samuel
Modified:
4 years, 8 months ago
CC:
blundell+watchlist_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, droger+watchlist_chromium.org, feature-media-reviews_chromium.org, jam, jbauman+watch_chromium.org, kalyank, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, nona+watch_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, rjkroege, sdefresne+watchlist_chromium.org, shuchen+watch_chromium.org, sievers+watch_chromium.org, James Su, yusukes+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce components/display_compositor We would like to share BufferQueue, GLHelper and later other parts of content/browser/compositor in Mus. This CL introduces a new display_compositor component and moves BufferQueue, GLHelper and friends to components/display_compositor. BUG=601867 TBR=ben@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel NOTRY=true NOTREECHECKS=true Committed: https://crrev.com/540b8c11b0418e42e79fa27b84ac4f3c0f7770fa Cr-Commit-Position: refs/heads/master@{#388829}

Patch Set 1 #

Patch Set 2 : Add OWNERS #

Patch Set 3 : display_compositor_unittests #

Patch Set 4 : Fix gyp build #

Patch Set 5 : Fix gn check #

Patch Set 6 : Added missing file #

Patch Set 7 : Fixed gn dep issues #

Patch Set 8 : Add another missing dep #

Patch Set 9 : Remove content_gl_benchmark (for testing purposes only) #

Patch Set 10 : Fix Android build #

Patch Set 11 : Fixed content_unittests deps #

Patch Set 12 : Fix content_browsertests #

Patch Set 13 : Make display_compositor a gyp component + fix gyp deps #

Patch Set 14 : display_compositor_unittests on gyp + add to bots #

Patch Set 15 : Suppress size_t warnings #

Patch Set 16 : Fix gyp iOS (I hope) #

Patch Set 17 : Add gl_helper_benchmark to display_compositor_unittests #

Total comments: 3

Patch Set 18 : specific_include_rules #

Total comments: 13

Patch Set 19 : Addressed Antoine's comments #

Patch Set 20 : Moved comment into #if #

Patch Set 21 : GLHelperTest => GLHelperBenchmark in gl_helper_benchmark.cc #

Patch Set 22 : Suppress size_t warnings on all display_compositor targets #

Patch Set 23 : Remove bot changes. Will do in a separate CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+611 lines, -6547 lines) Patch
M .gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +0 lines, -1 line 0 comments Download
M BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M build/gn_migration.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +0 lines, -1 line 0 comments Download
M cc/cc_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M components/components.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
A components/display_compositor.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +102 lines, -0 lines 0 comments Download
A components/display_compositor/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +101 lines, -0 lines 0 comments Download
A components/display_compositor/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +17 lines, -0 lines 0 comments Download
A + components/display_compositor/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
A + components/display_compositor/buffer_queue.h View 6 chunks +8 lines, -8 lines 0 comments Download
A + components/display_compositor/buffer_queue.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 6 chunks +11 lines, -12 lines 0 comments Download
A + components/display_compositor/buffer_queue_unittest.cc View 1 2 9 chunks +21 lines, -16 lines 0 comments Download
A components/display_compositor/display_compositor_export.h View 1 chunk +33 lines, -0 lines 0 comments Download
A components/display_compositor/display_compositor_test_suite.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A + components/display_compositor/display_compositor_test_suite.cc View 1 2 1 chunk +10 lines, -11 lines 0 comments Download
A + components/display_compositor/gl_helper.h View 6 chunks +10 lines, -10 lines 0 comments Download
A + components/display_compositor/gl_helper.cc View 11 chunks +31 lines, -20 lines 0 comments Download
A + components/display_compositor/gl_helper_benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 7 chunks +21 lines, -16 lines 0 comments Download
A + components/display_compositor/gl_helper_readback_support.h View 2 chunks +8 lines, -7 lines 0 comments Download
A + components/display_compositor/gl_helper_readback_support.cc View 3 chunks +4 lines, -4 lines 0 comments Download
A + components/display_compositor/gl_helper_scaling.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +10 lines, -8 lines 0 comments Download
A + components/display_compositor/gl_helper_scaling.cc View 3 chunks +3 lines, -3 lines 0 comments Download
A + components/display_compositor/gl_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 19 chunks +47 lines, -49 lines 0 comments Download
A + components/display_compositor/run_all_unittests.cc View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
A + components/display_compositor/yuv_readback_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 9 chunks +10 lines, -10 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
D content/browser/compositor/buffer_queue.h View 1 chunk +0 lines, -126 lines 0 comments Download
D content/browser/compositor/buffer_queue.cc View 1 chunk +0 lines, -265 lines 0 comments Download
D content/browser/compositor/buffer_queue_unittest.cc View 1 chunk +0 lines, -630 lines 0 comments Download
D content/browser/compositor/gl_helper.h View 1 chunk +0 lines, -382 lines 0 comments Download
D content/browser/compositor/gl_helper.cc View 1 chunk +0 lines, -1237 lines 0 comments Download
D content/browser/compositor/gl_helper_benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -247 lines 0 comments Download
D content/browser/compositor/gl_helper_readback_support.h View 1 chunk +0 lines, -75 lines 0 comments Download
D content/browser/compositor/gl_helper_readback_support.cc View 1 chunk +0 lines, -172 lines 0 comments Download
D content/browser/compositor/gl_helper_scaling.h View 1 chunk +0 lines, -206 lines 0 comments Download
D content/browser/compositor/gl_helper_scaling.cc View 1 chunk +0 lines, -881 lines 0 comments Download
D content/browser/compositor/gl_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1439 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +8 lines, -6 lines 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h View 1 2 3 4 2 chunks +6 lines, -4 lines 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/compositor/image_transport_factory.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/compositor/image_transport_factory_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/owned_mailbox.h View 3 chunks +6 lines, -3 lines 0 comments Download
M content/browser/compositor/owned_mailbox.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/compositor/reflector_texture.h View 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/compositor/reflector_texture.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/compositor/surface_utils.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/compositor/test/no_transport_image_transport_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/test/no_transport_image_transport_factory.cc View 3 chunks +6 lines, -5 lines 0 comments Download
D content/browser/compositor/yuv_readback_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -554 lines 0 comments Download
M content/browser/media/capture/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/capture/aura_window_capture_machine.h View 2 chunks +6 lines, -2 lines 0 comments Download
M content/browser/media/capture/aura_window_capture_machine.cc View 3 chunks +5 lines, -9 lines 0 comments Download
M content/browser/renderer_host/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/delegated_frame_host.h View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
M content/browser/renderer_host/delegated_frame_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +9 lines, -8 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 8 chunks +9 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 7 chunks +4 lines, -11 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 5 chunks +2 lines, -28 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +2 lines, -33 lines 0 comments Download

Messages

Total messages: 146 (68 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/20001
4 years, 8 months ago (2016-04-18 17:48:25 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/52501) android_chromium_gn_compile_rel on ...
4 years, 8 months ago (2016-04-18 17:53:33 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/40001
4 years, 8 months ago (2016-04-18 19:32:12 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/52590) android_chromium_gn_compile_rel on ...
4 years, 8 months ago (2016-04-18 19:38:02 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/60001
4 years, 8 months ago (2016-04-18 23:48:25 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/52414) android_clang_dbg_recipe on ...
4 years, 8 months ago (2016-04-18 23:53:22 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/80001
4 years, 8 months ago (2016-04-19 19:49:49 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/190501) mac_chromium_rel_ng on ...
4 years, 8 months ago (2016-04-19 19:53:36 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/100001
4 years, 8 months ago (2016-04-19 19:57:37 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/53390) cast_shell_linux on ...
4 years, 8 months ago (2016-04-19 20:02:33 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/120001
4 years, 8 months ago (2016-04-19 20:14:54 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170467) mac_chromium_compile_dbg_ng on ...
4 years, 8 months ago (2016-04-19 20:19:33 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/140001
4 years, 8 months ago (2016-04-19 21:19:14 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/190578) mac_chromium_gn_rel on ...
4 years, 8 months ago (2016-04-19 21:22:56 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/160001
4 years, 8 months ago (2016-04-19 21:33:36 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170516)
4 years, 8 months ago (2016-04-19 21:45:42 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/180001
4 years, 8 months ago (2016-04-19 22:36:25 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170555)
4 years, 8 months ago (2016-04-19 22:45:31 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/200001
4 years, 8 months ago (2016-04-19 22:50:42 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170570)
4 years, 8 months ago (2016-04-19 22:59:25 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/210001
4 years, 8 months ago (2016-04-19 23:09:17 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170584)
4 years, 8 months ago (2016-04-19 23:19:29 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/230001
4 years, 8 months ago (2016-04-20 00:29:43 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170625)
4 years, 8 months ago (2016-04-20 00:39:21 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/250001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/250001
4 years, 8 months ago (2016-04-20 01:25:49 UTC) #51
Fady Samuel
4 years, 8 months ago (2016-04-20 01:28:01 UTC) #54
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170653)
4 years, 8 months ago (2016-04-20 01:35:46 UTC) #56
chromium-reviews
GLHelper isn't used by display compositor, it's used by reflector and screenshots and stuff. On ...
4 years, 8 months ago (2016-04-20 01:39:29 UTC) #57
rjkroege
On Tuesday, April 19, 2016, Dana Jansens <danakj@google.com> wrote: > GLHelper isn't used by display ...
4 years, 8 months ago (2016-04-20 01:41:40 UTC) #58
Fady Samuel
GLHelper didn't seem to fit nicely in gpu/ either. We can think about dicing up ...
4 years, 8 months ago (2016-04-20 01:48:26 UTC) #59
chromium-reviews
On Tue, Apr 19, 2016 at 6:41 PM, Robert Kroeger <rjkroege@chromium.org> wrote: > > > ...
4 years, 8 months ago (2016-04-20 01:52:21 UTC) #60
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/270001
4 years, 8 months ago (2016-04-20 03:37:59 UTC) #62
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170688) ios_dbg_simulator_ninja on ...
4 years, 8 months ago (2016-04-20 03:46:57 UTC) #64
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/290001
4 years, 8 months ago (2016-04-20 03:57:45 UTC) #66
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170691)
4 years, 8 months ago (2016-04-20 04:11:51 UTC) #68
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/310001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/310001
4 years, 8 months ago (2016-04-20 14:00:13 UTC) #70
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170803)
4 years, 8 months ago (2016-04-20 14:07:37 UTC) #72
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/310001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/310001
4 years, 8 months ago (2016-04-20 14:50:17 UTC) #74
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170822)
4 years, 8 months ago (2016-04-20 14:57:50 UTC) #76
Fady Samuel
Adding more reviewers for DEPS: sky@ for ui/ and third_party/ deps in display_compositor xhwang@ for ...
4 years, 8 months ago (2016-04-20 15:01:34 UTC) #78
xhwang
media/ dep lgtm with one comment. https://chromiumcodereview.appspot.com/1902463002/diff/310001/components/display_compositor/DEPS File components/display_compositor/DEPS (right): https://chromiumcodereview.appspot.com/1902463002/diff/310001/components/display_compositor/DEPS#newcode7 components/display_compositor/DEPS:7: "+media/base", Please add ...
4 years, 8 months ago (2016-04-20 16:20:48 UTC) #79
xhwang
https://chromiumcodereview.appspot.com/1902463002/diff/310001/components/display_compositor/DEPS File components/display_compositor/DEPS (right): https://chromiumcodereview.appspot.com/1902463002/diff/310001/components/display_compositor/DEPS#newcode7 components/display_compositor/DEPS:7: "+media/base", On 2016/04/20 16:20:47, xhwang wrote: > Please add ...
4 years, 8 months ago (2016-04-20 16:24:58 UTC) #80
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/330001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/330001
4 years, 8 months ago (2016-04-20 17:37:30 UTC) #82
Fady Samuel
PTAL piman@ for overall sky@ for ui/ and third_party/ deps Thanks! https://chromiumcodereview.appspot.com/1902463002/diff/310001/components/display_compositor/DEPS File components/display_compositor/DEPS (right): ...
4 years, 8 months ago (2016-04-20 17:38:28 UTC) #83
xhwang
Thanks! media/ dep lgtm++
4 years, 8 months ago (2016-04-20 17:39:43 UTC) #84
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170890)
4 years, 8 months ago (2016-04-20 17:45:59 UTC) #86
sky
new deps LGTM
4 years, 8 months ago (2016-04-20 18:26:42 UTC) #87
piman
https://codereview.chromium.org/1902463002/diff/330001/components/display_compositor/BUILD.gn File components/display_compositor/BUILD.gn (right): https://codereview.chromium.org/1902463002/diff/330001/components/display_compositor/BUILD.gn#newcode40 components/display_compositor/BUILD.gn:40: "gl_helper_benchmark.cc", Have you checked how long this runs for? ...
4 years, 8 months ago (2016-04-20 20:07:22 UTC) #88
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/350001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/350001
4 years, 8 months ago (2016-04-20 21:39:19 UTC) #90
Fady Samuel
PTAL Antoine, I addressed all but one of your comments. In particular, it looks like ...
4 years, 8 months ago (2016-04-20 21:41:11 UTC) #91
danakj
https://codereview.chromium.org/1902463002/diff/330001/components/display_compositor/buffer_queue.cc File components/display_compositor/buffer_queue.cc (right): https://codereview.chromium.org/1902463002/diff/330001/components/display_compositor/buffer_queue.cc#newcode119 components/display_compositor/buffer_queue.cc:119: // http://crbug.com/524624 On 2016/04/20 21:41:11, Fady Samuel wrote: > ...
4 years, 8 months ago (2016-04-20 21:44:12 UTC) #92
Fady Samuel
w00t! That makes git cl format happy! Thanks! PTAL!
4 years, 8 months ago (2016-04-20 21:49:33 UTC) #94
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/370001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/370001
4 years, 8 months ago (2016-04-20 21:49:43 UTC) #95
piman
https://codereview.chromium.org/1902463002/diff/330001/components/display_compositor/gl_helper_benchmark.cc File components/display_compositor/gl_helper_benchmark.cc (right): https://codereview.chromium.org/1902463002/diff/330001/components/display_compositor/gl_helper_benchmark.cc#newcode53 components/display_compositor/gl_helper_benchmark.cc:53: class GLHelperTest : public testing::Test { On 2016/04/20 21:41:11, ...
4 years, 8 months ago (2016-04-20 21:51:22 UTC) #96
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/171023)
4 years, 8 months ago (2016-04-20 21:59:39 UTC) #98
Fady Samuel
PTAL Antoine! Thanks! :) https://codereview.chromium.org/1902463002/diff/330001/components/display_compositor/gl_helper_benchmark.cc File components/display_compositor/gl_helper_benchmark.cc (right): https://codereview.chromium.org/1902463002/diff/330001/components/display_compositor/gl_helper_benchmark.cc#newcode53 components/display_compositor/gl_helper_benchmark.cc:53: class GLHelperTest : public testing::Test ...
4 years, 8 months ago (2016-04-20 22:12:59 UTC) #100
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/390001
4 years, 8 months ago (2016-04-20 22:13:05 UTC) #101
piman
lgtm
4 years, 8 months ago (2016-04-20 22:15:23 UTC) #102
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-20 23:37:12 UTC) #104
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/390001
4 years, 8 months ago (2016-04-20 23:42:00 UTC) #107
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/171108)
4 years, 8 months ago (2016-04-20 23:56:39 UTC) #109
Fady Samuel
+ben@ (TBR'ing) for: .gn BUILD.gn build/gn_migration.gypi components/components.gyp components/display_compositor.gypi
4 years, 8 months ago (2016-04-21 00:29:51 UTC) #111
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/390001
4 years, 8 months ago (2016-04-21 00:32:07 UTC) #114
commit-bot: I haz the power
Committed patchset #21 (id:390001)
4 years, 8 months ago (2016-04-21 00:39:27 UTC) #116
tkent
A revert of this CL (patchset #21 id:390001) has been created in https://codereview.chromium.org/1905863002/ by tkent@chromium.org. ...
4 years, 8 months ago (2016-04-21 01:48:55 UTC) #117
Fady Samuel
Relanding. The issue was I was not suppressing size_t conversion warnings in unittest / benchmark ...
4 years, 8 months ago (2016-04-21 02:09:14 UTC) #119
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/410001
4 years, 8 months ago (2016-04-21 02:09:56 UTC) #122
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/410001
4 years, 8 months ago (2016-04-21 02:32:40 UTC) #126
tkent
Let me add NOTREECHECKS=true because I think this will fix broken bots.
4 years, 8 months ago (2016-04-21 02:33:30 UTC) #127
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/410001
4 years, 8 months ago (2016-04-21 02:39:07 UTC) #131
commit-bot: I haz the power
Committed patchset #22 (id:410001)
4 years, 8 months ago (2016-04-21 02:45:03 UTC) #132
Nico
A revert of this CL (patchset #22 id:410001) has been created in https://codereview.chromium.org/1904773004/ by thakis@chromium.org. ...
4 years, 8 months ago (2016-04-21 13:58:17 UTC) #133
Fady Samuel
On 2016/04/21 13:58:17, Nico wrote: > A revert of this CL (patchset #22 id:410001) has ...
4 years, 8 months ago (2016-04-21 15:04:34 UTC) #134
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902463002/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902463002/430001
4 years, 8 months ago (2016-04-21 18:40:06 UTC) #138
commit-bot: I haz the power
Committed patchset #23 (id:430001)
4 years, 8 months ago (2016-04-21 18:47:23 UTC) #140
commit-bot: I haz the power
Patchset 23 (id:??) landed as https://crrev.com/ea767b706b88fbeb77655c2193d593dfef54660a Cr-Commit-Position: refs/heads/master@{#388641}
4 years, 8 months ago (2016-04-22 19:29:29 UTC) #142
commit-bot: I haz the power
Patchset 23 (id:??) landed as https://crrev.com/ec03489356fa45add604aaca28f277a0c9f83dee Cr-Commit-Position: refs/heads/master@{#388662}
4 years, 8 months ago (2016-04-22 19:30:24 UTC) #144
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:36:48 UTC) #146
Message was sent while issue was closed.
Patchset 23 (id:??) landed as
https://crrev.com/540b8c11b0418e42e79fa27b84ac4f3c0f7770fa
Cr-Commit-Position: refs/heads/master@{#388829}

Powered by Google App Engine
This is Rietveld 408576698