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

Issue 1859703002: convert //gpu to std::unique_ptr (Closed)

Created:
4 years, 8 months ago by Mostyn Bramley-Moore
Modified:
4 years, 8 months ago
Reviewers:
brettw, no sievers, dcheng
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

convert //gpu to std::unique_ptr BUG=554298 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel TBR=danakj@chromium.org Committed: https://crrev.com/6682b1c4aac00aee61b09ba8f6084f1790429315 Cr-Commit-Position: refs/heads/master@{#388176}

Patch Set 1 #

Patch Set 2 : undo part of clang-format #

Total comments: 104

Patch Set 3 : review fixups (thanks @sievers) #

Patch Set 4 : add some IWYU fixes #

Patch Set 5 : more fixes #

Patch Set 6 : yet more fixes #

Patch Set 7 : more fixes #

Patch Set 8 : and again #

Patch Set 9 : fix gpu_internals_ui.cc #

Patch Set 10 : migrate content/*/gpu #

Patch Set 11 : rebase on master #

Patch Set 12 : migrate more files in content/ #

Patch Set 13 : add missing ptr_util.h include #

Patch Set 14 : add another missing ptr_util.h inclusion #

Patch Set 15 : rebase on master #

Patch Set 16 : fix ppb_graphics_3d_impl.h #

Patch Set 17 : attempt to fix chromeos v4l2 build failures #

Patch Set 18 : rebase on master #

Patch Set 19 : remove namespace change #

Patch Set 20 : undo header reordering #

Patch Set 21 : rebase on master #

Patch Set 22 : convert newly added scoped_ptr's #

Total comments: 12

Patch Set 23 : rebase on master and fix nits #

Patch Set 24 : another new fix #

Patch Set 25 : rebase on master #

Patch Set 26 : rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+951 lines, -686 lines) Patch
M blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
M blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
M cc/surfaces/surface_display_output_surface_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 23 2 chunks +3 lines, -1 line 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/test_in_process_context_provider.h 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 +2 lines, -0 lines 0 comments Download
M components/mus/gles2/mojo_gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -2 lines 0 comments Download
M components/mus/gles2/mojo_gpu_memory_buffer_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/gpu_browser_compositor_output_surface.h 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 +2 lines, -0 lines 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h 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 +2 lines, -0 lines 0 comments Download
M content/browser/gpu/browser_gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_internals_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M content/child/child_gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/child/child_gpu_memory_buffer_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/client/gpu_in_process_context_tests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/android_copying_backing_strategy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/android_video_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/android_video_decode_accelerator.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 +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/android_video_encode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/android_video_encode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/avda_codec_image.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/avda_codec_image.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/dxva_video_decode_accelerator_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/fake_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/generic_v4l2_device.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -1 line 0 comments Download
M content/common/gpu/media/gpu_jpeg_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/gpu_jpeg_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.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 +1 line, -0 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/gpu_video_encode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/jpeg_decode_accelerator_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 +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/media_channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/media_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/media_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/rendering_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/rendering_helper.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 +1 line, -0 lines 0 comments Download
M content/common/gpu/media/v4l2_image_processor.h 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 +1 line, -0 lines 0 comments Download
M content/common/gpu/media/v4l2_image_processor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/v4l2_jpeg_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/v4l2_jpeg_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +4 lines, -1 line 0 comments Download
M content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +4 lines, -1 line 0 comments Download
M content/common/gpu/media/v4l2_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +4 lines, -1 line 0 comments Download
M content/common/gpu/media/v4l2_video_encode_accelerator.h 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 +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/v4l2_video_encode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +4 lines, -1 line 0 comments Download
M content/common/gpu/media/vaapi_jpeg_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/vaapi_jpeg_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/vaapi_video_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/vaapi_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/vaapi_video_encode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/vaapi_video_encode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/video_decode_accelerator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/video_encode_accelerator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/vp9_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +4 lines, -1 line 0 comments Download
M content/common/gpu/media/vt_video_decode_accelerator_mac.h 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 +1 line, -0 lines 0 comments Download
M content/common/gpu/media/vt_video_decode_accelerator_mac.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 +1 line, -0 lines 0 comments Download
M content/common/gpu/media/vt_video_encode_accelerator_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/media/vt_video_encode_accelerator_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/android/synchronous_compositor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/gpu/gpu_video_decode_accelerator_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/ppb_graphics_3d_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.h 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 +1 line, -1 line 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/client/buffer_tracker_unittest.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/client_test_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/client_test_helper.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper_test.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/fenced_allocator_test.cc View 1 2 4 chunks +9 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h 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 +7 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 13 chunks +22 lines, -16 lines 0 comments Download
M gpu/command_buffer/client/gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/mapped_memory.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/mapped_memory.cc View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/mapped_memory_unittest.cc View 5 chunks +9 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/client/query_tracker_unittest.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M gpu/command_buffer/client/ring_buffer_test.cc View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M gpu/command_buffer/client/share_group.h View 2 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/transfer_buffer.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/transfer_buffer_unittest.cc View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager_unittest.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M gpu/command_buffer/common/buffer.h View 5 chunks +10 lines, -9 lines 0 comments Download
M gpu/command_buffer/common/buffer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_shared_test.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.h View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager_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 23 24 25 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser_test.cc View 1 2 8 chunks +11 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.h View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service_unittest.cc View 1 2 4 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/command_executor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/command_executor_unittest.cc View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/common_decoder_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/context_group.h View 2 chunks +11 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/context_group_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 23 24 25 3 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/context_state.h View 2 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/feature_info_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 23 24 25 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.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 +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/framebuffer_manager_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 40 chunks +52 lines, -52 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h 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 +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +6 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gpu_service_test.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gpu_state_tracer.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gpu_state_tracer.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 6 chunks +7 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 5 chunks +5 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache_unittest.cc View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/path_manager_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/program_cache.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/program_cache_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/program_manager.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 7 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/program_manager_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/query_manager.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/query_manager.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/query_manager_unittest.cc View 1 2 7 chunks +13 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/sampler_manager.h 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 +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_manager.h 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 +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_manager_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/sync_point_manager.h View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/sync_point_manager.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/sync_point_manager_unittest.cc View 1 2 5 chunks +7 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/texture_manager.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 +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/texture_manager_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 23 24 25 4 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/transfer_buffer_manager.h View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/transfer_buffer_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/transfer_buffer_manager_unittest.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/vertex_array_manager.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/vertex_array_manager_unittest.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc View 1 2 3 2 chunks +17 lines, -21 lines 0 comments Download
M gpu/command_buffer/tests/gl_cube_map_texture_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 23 24 25 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_fence_sync_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +10 lines, -9 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +5 lines, -4 lines 0 comments Download
M gpu/command_buffer/tests/gl_readback_unittest.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_test_utils.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/tests/gl_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 23 24 25 2 chunks +3 lines, -1 line 0 comments Download
M gpu/config/gpu_blacklist_unittest.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/config/gpu_control_list.h View 3 chunks +14 lines, -14 lines 0 comments Download
M gpu/config/gpu_control_list.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/config/gpu_control_list_entry_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/config/gpu_control_list_unittest.cc View 1 2 17 chunks +17 lines, -17 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_unittest.cc View 1 2 5 chunks +7 lines, -6 lines 0 comments Download
M gpu/config/gpu_info_collector.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/config/gpu_info_collector_linux.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/config/gpu_info_collector_mac.mm View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/config/gpu_info_collector_unittest.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/config/gpu_util.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M gpu/config/gpu_util_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/gles2_conform_support/egl/display.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +10 lines, -9 lines 0 comments Download
M gpu/gles2_conform_support/egl/display.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/gles2_conform_support/egl/egl.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/gles2_conform_support/native/main.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/ipc/client/command_buffer_proxy_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -1 line 0 comments Download
M gpu/ipc/client/command_buffer_proxy_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 7 chunks +7 lines, -7 lines 0 comments Download
M gpu/ipc/client/gpu_channel_host.h 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 +5 lines, -4 lines 0 comments Download
M gpu/ipc/client/gpu_channel_host.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_io_surface.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_io_surface.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.h View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h View 1 2 3 4 chunks +14 lines, -11 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc View 6 chunks +8 lines, -7 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_shared_memory_unittest.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_surface_texture.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_surface_texture.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_test_template.h View 1 2 3 7 chunks +8 lines, -6 lines 0 comments Download
M gpu/ipc/service/ca_layer_partial_damage_tree_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +6 lines, -5 lines 0 comments Download
M gpu/ipc/service/ca_layer_partial_damage_tree_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/ipc/service/ca_layer_tree_mac.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 +3 lines, -2 lines 0 comments Download
M gpu/ipc/service/ca_layer_tree_mac.mm 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 gpu/ipc/service/ca_layer_tree_unittest_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 20 chunks +21 lines, -19 lines 0 comments Download
M gpu/ipc/service/child_window_surface_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +3 lines, -1 line 0 comments Download
M gpu/ipc/service/gpu_channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +5 lines, -5 lines 0 comments Download
M gpu/ipc/service/gpu_channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/ipc/service/gpu_channel_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 4 chunks +5 lines, -5 lines 0 comments Download
M gpu/ipc/service/gpu_channel_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +4 lines, -3 lines 0 comments Download
M gpu/ipc/service/gpu_channel_test_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +6 lines, -5 lines 0 comments Download
M gpu/ipc/service/gpu_channel_test_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +7 lines, -6 lines 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 9 chunks +12 lines, -11 lines 0 comments Download
M gpu/ipc/service/gpu_memory_buffer_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 gpu/ipc/service/gpu_memory_buffer_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +6 lines, -4 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_overlay_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +5 lines, -4 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +3 lines, -1 line 0 comments Download
M gpu/ipc/service/pass_through_image_transport_surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +6 lines, -5 lines 0 comments Download
M gpu/ipc/service/pass_through_image_transport_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 10 chunks +16 lines, -10 lines 0 comments Download
M gpu/ipc/service/stream_texture_android.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 +3 lines, -1 line 0 comments Download
M gpu/ipc/service/stream_texture_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +5 lines, -4 lines 0 comments Download
M gpu/perftests/measurements.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/perftests/texture_upload_perftest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/tools/compositor_model_bench/compositor_model_bench.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/forward_render_model.h View 2 chunks +4 lines, -3 lines 0 comments Download
M gpu/tools/compositor_model_bench/render_model_utils.h View 3 chunks +4 lines, -4 lines 0 comments Download
M gpu/tools/compositor_model_bench/render_models.h View 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/tools/compositor_model_bench/render_tree.h View 2 chunks +4 lines, -3 lines 0 comments Download
M gpu/tools/compositor_model_bench/render_tree.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M gpu/tools/compositor_model_bench/shaders.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M gpu/vulkan/tests/vulkan_test.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M gpu/vulkan/vulkan_command_buffer.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M gpu/vulkan/vulkan_command_pool.h View 2 chunks +4 lines, -3 lines 0 comments Download
M gpu/vulkan/vulkan_command_pool.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/vulkan/vulkan_device_queue.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/vulkan/vulkan_device_queue.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/vulkan/vulkan_implementation.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/vulkan/vulkan_surface.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/vulkan/vulkan_surface.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/vulkan/vulkan_swap_chain.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +5 lines, -5 lines 0 comments Download
M gpu/vulkan/vulkan_swap_chain.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M media/gpu/ipc/client/gpu_jpeg_decode_accelerator_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 106 (54 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/1859703002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/1
4 years, 8 months ago (2016-04-04 19:51:57 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/89774)
4 years, 8 months ago (2016-04-04 20:21:28 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/20001
4 years, 8 months ago (2016-04-04 20:54:22 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-04 22:25:55 UTC) #9
Mostyn Bramley-Moore
@sievers: please take a look.
4 years, 8 months ago (2016-04-05 07:13:03 UTC) #11
no sievers
just some nits, let's clean up the unused/missing includes for unique_ptr while we're at it. ...
4 years, 8 months ago (2016-04-05 19:02:42 UTC) #12
Mostyn Bramley-Moore
I think I have fixed all the nits- (sorry there were so many of them). ...
4 years, 8 months ago (2016-04-05 21:35:33 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/60001
4 years, 8 months ago (2016-04-05 21:36:42 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_oilpan_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_blink_oilpan_rel/builds/26841)
4 years, 8 months ago (2016-04-05 21:53:03 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/80001
4 years, 8 months ago (2016-04-05 23:08:31 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/140122)
4 years, 8 months ago (2016-04-05 23:19:06 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/100001
4 years, 8 months ago (2016-04-05 23:26:32 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/200082)
4 years, 8 months ago (2016-04-05 23:32:49 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/120001
4 years, 8 months ago (2016-04-06 08:14:19 UTC) #27
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/46004) cast_shell_linux on ...
4 years, 8 months ago (2016-04-06 08:26:52 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/140001
4 years, 8 months ago (2016-04-06 09:17:56 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/46022)
4 years, 8 months ago (2016-04-06 09:42:00 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/240001
4 years, 8 months ago (2016-04-06 20:25:49 UTC) #35
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/117789)
4 years, 8 months ago (2016-04-06 21:03:41 UTC) #37
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/260001
4 years, 8 months ago (2016-04-06 21:12:37 UTC) #39
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/49617) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years, 8 months ago (2016-04-06 21:35:10 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/300001
4 years, 8 months ago (2016-04-08 10:10:29 UTC) #43
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/118901)
4 years, 8 months ago (2016-04-08 10:34:46 UTC) #45
Mostyn Bramley-Moore
On 2016/04/08 10:34:46, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 8 months ago (2016-04-09 06:11:34 UTC) #48
dcheng
On 2016/04/09 at 06:11:34, mostynb wrote: > On 2016/04/08 10:34:46, commit-bot: I haz the power ...
4 years, 8 months ago (2016-04-09 06:16:54 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/400001
4 years, 8 months ago (2016-04-13 09:14:58 UTC) #51
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/49749)
4 years, 8 months ago (2016-04-13 09:29:31 UTC) #53
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/420001
4 years, 8 months ago (2016-04-13 11:49:43 UTC) #55
Mostyn Bramley-Moore
@brettw: after fighting with some chromeos build flake(?), this finally looks like it will pass ...
4 years, 8 months ago (2016-04-13 13:44:06 UTC) #57
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-13 14:38:40 UTC) #59
danakj
sievers PTAL green bots
4 years, 8 months ago (2016-04-16 02:34:58 UTC) #60
danakj
On 2016/04/13 13:44:06, Mostyn Bramley-Moore wrote: > @brettw: after fighting with some chromeos build flake(?), ...
4 years, 8 months ago (2016-04-16 02:35:35 UTC) #61
brettw
rs lgtm
4 years, 8 months ago (2016-04-18 17:04:21 UTC) #62
no sievers
lgtm. thanks for fixing up those missing includes! https://codereview.chromium.org/1859703002/diff/420001/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc File content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc (right): https://codereview.chromium.org/1859703002/diff/420001/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc#newcode7 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc:7: #include ...
4 years, 8 months ago (2016-04-18 21:05:33 UTC) #63
Mostyn Bramley-Moore
https://codereview.chromium.org/1859703002/diff/420001/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc File content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc (right): https://codereview.chromium.org/1859703002/diff/420001/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc#newcode7 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc:7: #include <memory> On 2016/04/18 21:05:33, sievers wrote: > nit: ...
4 years, 8 months ago (2016-04-18 21:47:02 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/440001
4 years, 8 months ago (2016-04-18 21:48:08 UTC) #67
commit-bot: I haz the power
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/52768) android_compile_dbg on tryserver.chromium.android (JOB_FAILED, ...
4 years, 8 months ago (2016-04-18 22:06:59 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/460001
4 years, 8 months ago (2016-04-18 22:15:12 UTC) #73
commit-bot: I haz the power
Try jobs failed on following builders: win_optional_gpu_tests_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_optional_gpu_tests_rel/builds/862)
4 years, 8 months ago (2016-04-18 22:20:11 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/460001
4 years, 8 months ago (2016-04-18 22:37:10 UTC) #77
commit-bot: I haz the power
Try jobs failed on following builders: win_optional_gpu_tests_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_optional_gpu_tests_rel/builds/865)
4 years, 8 months ago (2016-04-18 22:40:37 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/460001
4 years, 8 months ago (2016-04-18 22:44:30 UTC) #82
commit-bot: I haz the power
Transient error: Invalid delimiter in "tryserver.chromium.win": Correct syntax is "tryserver:bot1,bot2;tryserver2:bot3,bot4;".
4 years, 8 months ago (2016-04-18 22:44:37 UTC) #84
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/460001
4 years, 8 months ago (2016-04-18 22:50:15 UTC) #87
commit-bot: I haz the power
Failed to apply patch for gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc: While running git apply --index -3 -p1; error: gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc: ...
4 years, 8 months ago (2016-04-19 00:34:12 UTC) #89
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/460001
4 years, 8 months ago (2016-04-19 00:55:03 UTC) #92
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/170132)
4 years, 8 months ago (2016-04-19 01:05:16 UTC) #94
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/480001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/480001
4 years, 8 months ago (2016-04-19 07:17:56 UTC) #97
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/56087)
4 years, 8 months ago (2016-04-19 08:35:10 UTC) #99
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859703002/500001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859703002/500001
4 years, 8 months ago (2016-04-19 08:46:51 UTC) #102
commit-bot: I haz the power
Committed patchset #26 (id:500001)
4 years, 8 months ago (2016-04-19 10:17:44 UTC) #104
commit-bot: I haz the power
4 years, 8 months ago (2016-04-19 10:19:16 UTC) #106
Message was sent while issue was closed.
Patchset 26 (id:??) landed as
https://crrev.com/6682b1c4aac00aee61b09ba8f6084f1790429315
Cr-Commit-Position: refs/heads/master@{#388176}

Powered by Google App Engine
This is Rietveld 408576698