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

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed)

Created:
4 years, 7 months ago by kylechar
Modified:
4 years, 6 months ago
CC:
anandc+watch-blimp_chromium.org, android-webview-reviews_chromium.org, avayvod+watch_chromium.org, cc-bugs_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dtrainor+watch-blimp_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, jam, jbauman+watch_chromium.org, jessicag+watch-blimp_chromium.org, jln+watch_chromium.org, jochen+watch_chromium.org, kalyank, khushalsagar+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, mcasas+watch+vc_chromium.org, Matt Giuca, miu+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-notifications_chromium.org, mlamouri+watch-media_chromium.org, mlamouri+watch-content_chromium.org, nona+watch_chromium.org, nyquist+watch-blimp_chromium.org, oshima+watch_chromium.org, ozone-reviews_chromium.org, Peter Beverloo, piman+watch_chromium.org, posciak+watch_chromium.org, rickyz+watch_chromium.org, rjkroege, sadrul, shaktisahu+watch-blimp_chromium.org, shuchen+watch_chromium.org, sievers+watch_chromium.org, sriramsr+watch-blimp_chromium.org, James Su, tapted, tfarina, Ian Vollick, 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

Move code in ui/gl/* from gfx:: to gl:: The code that live in ui/gl/* had some code in the old gfx:: namespace and other code in the new gl:: namespace. This isn't ideal. Do a mass rename of all namespaces ui/gl/* and update all references chromium wide. Mostly automated CL based on the follow steps. 1. Update ui/gl/generate_bindings.py generate code in namespace gl instead of namespace gfx and autogen bindings. 2. Update the namespaces in ui/gl/* from namespace gfx to namespace gl. 3. Semi-manually fix the namespace on forward declarations of classes that moved namespace. 4. Use a widescale grep/perl replacement on all symbols that moved namespaces. 5. Use grep/perl replacement on symbols that are actually in namespace gfx but used in namespace gl to add fully qualified name. 6. git cl format. TBR=watk@chromium.org,sdefresne@chromium.org,tsepez@chromium.org BUG=none CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/7a4638457b6cb7ba351c57b98f1871209604cb81 Cr-Commit-Position: refs/heads/master@{#396173}

Patch Set 1 #

Patch Set 2 : Fix broken comment. #

Patch Set 3 : Rebase. #

Patch Set 4 : Rebase #2. #

Patch Set 5 : Fixes for win and android. #

Patch Set 6 : More symbols I missed. #

Patch Set 7 : . #

Patch Set 8 : Fix android JNI. #

Patch Set 9 : Rebase for CQ dry run. #

Patch Set 10 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2179 lines, -2222 lines) Patch
M android_webview/browser/aw_gl_surface.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_render_thread_context_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/aw_render_thread_context_provider.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/scoped_app_gl_state_restore.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/scoped_app_gl_state_restore.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M android_webview/browser/test/fake_window.h View 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/browser/test/fake_window.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/lib/main/webview_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/ash_interactive_ui_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M blimp/client/feature/compositor/blimp_context_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/output_surface.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -4 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/test/cc_test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_pixel_test.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_test.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/gpu_image_decode_controller.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/android/remote/remote_media_player_bridge.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/android/remote/remote_media_player_bridge.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/chrome_unit_test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/display_compositor/display_compositor_test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/display_compositor/gl_helper_benchmark.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/display_compositor/gl_helper_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/display_compositor/yuv_readback_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/mus/gles2/command_buffer_driver.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M components/mus/gles2/command_buffer_driver.cc View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -6 lines 0 comments Download
M components/mus/gles2/command_buffer_local.h View 1 chunk +1 line, -1 line 0 comments Download
M components/mus/gles2/gl_surface_adapter.h View 1 chunk +13 lines, -13 lines 0 comments Download
M components/mus/gles2/gl_surface_adapter.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M components/mus/gles2/gpu_state.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/mus/gles2/gpu_state.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M components/mus/surfaces/surfaces_context_provider.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/mus/surfaces/surfaces_context_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/test/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/app/android/child_process_service.cc View 1 2 3 4 5 chunks +8 lines, -8 lines 0 comments Download
M content/browser/android/browser_surface_texture_manager.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/browser_surface_texture_manager.cc View 1 2 3 4 2 chunks +4 lines, -5 lines 0 comments Download
M content/browser/android/child_process_launcher_android.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/android/child_process_launcher_android.cc View 1 2 3 4 3 chunks +9 lines, -8 lines 0 comments Download
M content/browser/android/content_video_view.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/content_video_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/image_transport_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gpu/browser_gpu_memory_buffer_manager.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/gpu/gpu_ipc_browsertests.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_surface_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_surface_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/android/browser_media_player_manager.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/media/android/browser_media_player_manager.cc View 1 2 3 4 7 chunks +8 lines, -9 lines 0 comments Download
M content/browser/media/android/browser_surface_view_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/android/browser_surface_view_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 4 5 5 chunks +6 lines, -6 lines 0 comments Download
M content/public/gpu/gpu_video_decode_accelerator_factory.h View 2 chunks +2 lines, -5 lines 0 comments Download
M content/public/test/browser_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_video_encoder_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/ppb_graphics_3d_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/shell/app/shell_main_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/content_test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/test/extensions_unittests_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 4 5 6 7 8 9 10 chunks +15 lines, -16 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gl_context_mock.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gl_context_virtual.h View 3 chunks +12 lines, -13 lines 0 comments Download
M gpu/command_buffer/service/gl_context_virtual.cc View 4 chunks +13 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/gl_context_virtual_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gl_state_restorer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gl_state_restorer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gl_surface_mock.h View 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 2 3 4 5 6 7 8 9 4 chunks +8 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 7 8 9 11 chunks +20 lines, -25 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_mock.h View 3 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc View 1 2 3 4 5 6 7 8 9 4 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 2 3 4 5 6 7 8 9 8 chunks +12 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 2 chunks +3 lines, -3 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 7 chunks +17 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_context_lost.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 1 2 3 4 5 6 7 8 9 5 chunks +11 lines, -11 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gpu_service_test.h View 2 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gpu_service_test.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.h View 4 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 10 chunks +24 lines, -26 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.h View 7 chunks +13 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 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 1 2 3 4 5 3 chunks +5 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/query_manager.cc View 1 2 3 4 5 6 chunks +7 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/query_manager_unittest.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator_unittest.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/test_helper.h View 6 chunks +43 lines, -34 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 2 3 4 5 6 7 8 9 17 chunks +44 lines, -34 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M gpu/command_buffer/tests/gl_dynamic_config_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_manager.h View 1 2 3 4 5 6 7 8 9 5 chunks +10 lines, -14 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.cc View 1 2 3 4 5 6 7 8 9 6 chunks +21 lines, -24 lines 0 comments Download
M gpu/command_buffer/tests/gl_unittests_android.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/config/gpu_info_collector.cc View 4 chunks +15 lines, -15 lines 0 comments Download
M gpu/config/gpu_info_collector_android.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M gpu/config/gpu_info_collector_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/config/gpu_info_collector_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M gpu/config/gpu_info_collector_unittest.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M gpu/config/gpu_info_collector_win.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M gpu/gles2_conform_support/egl/context.h View 3 chunks +4 lines, -4 lines 0 comments Download
M gpu/gles2_conform_support/egl/context.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M gpu/gles2_conform_support/egl/display.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/gles2_conform_support/egl/surface.h View 3 chunks +4 lines, -4 lines 0 comments Download
M gpu/gles2_conform_support/egl/surface.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/gles2_conform_support/egl/thread_state.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/client/android/in_process_surface_texture_manager.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/ipc/client/android/in_process_surface_texture_manager.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/ipc/client/command_buffer_proxy_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/client/command_buffer_proxy_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/client/gpu_in_process_context_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_surface_texture.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/ipc/common/android/surface_texture_manager.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/ipc/common/android/surface_texture_peer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/common/gpu_messages.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/common/gpu_param_traits_macros.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/common/gpu_surface_lookup.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/child_window_surface_win.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/child_window_surface_win.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/ipc/service/gpu_channel.h View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/ipc/service/gpu_channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/gpu_channel_manager.h View 5 chunks +5 lines, -5 lines 0 comments Download
M gpu/ipc/service/gpu_channel_manager.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M gpu/ipc/service/gpu_channel_test_common.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/gpu_channel_test_common.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/gpu_channel_unittest.cc View 16 chunks +24 lines, -24 lines 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/ipc/service/gpu_memory_buffer_factory_surface_texture.h View 1 2 3 4 5 6 2 chunks +3 lines, -5 lines 0 comments Download
M gpu/ipc/service/gpu_memory_buffer_factory_surface_texture.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/ipc/service/image_transport_surface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_android.cc View 1 2 3 4 2 chunks +7 lines, -8 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_linux.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_mac.mm View 4 chunks +14 lines, -14 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_overlay_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_overlay_mac.mm View 5 chunks +5 lines, -6 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_win.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M gpu/ipc/service/pass_through_image_transport_surface.h View 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/ipc/service/pass_through_image_transport_surface.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M gpu/ipc/service/stream_texture_android.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/stream_texture_android.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M gpu/perftests/measurements.h View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/perftests/measurements.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/perftests/texture_upload_perftest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M mash/test/mash_test_suite.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M media/base/android/media_codec_decoder_unittest.cc View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
M media/base/android/media_codec_player.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/android/media_codec_player.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M media/base/android/media_codec_player_unittest.cc View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download
M media/base/android/media_player_android.h View 1 chunk +1 line, -1 line 0 comments Download
M media/base/android/media_player_bridge.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/android/media_player_bridge.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/android/media_source_player.h View 1 chunk +1 line, -1 line 0 comments Download
M media/base/android/media_source_player.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/base/android/media_source_player_unittest.cc View 1 2 3 4 5 chunks +11 lines, -11 lines 0 comments Download
M media/base/android/video_decoder_job.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/android/video_decoder_job.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/android/video_media_codec_decoder.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/android/video_media_codec_decoder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/gpu/android_copying_backing_strategy.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M media/gpu/android_copying_backing_strategy.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M media/gpu/android_deferred_rendering_backing_strategy.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M media/gpu/android_deferred_rendering_backing_strategy.cc View 1 2 3 4 5 6 7 8 9 7 chunks +12 lines, -11 lines 0 comments Download
M media/gpu/android_video_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -4 lines 0 comments Download
M media/gpu/android_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M media/gpu/android_video_decode_accelerator_unittest.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M media/gpu/avda_codec_image.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M media/gpu/avda_codec_image.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M media/gpu/avda_shared_state.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M media/gpu/avda_shared_state.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M media/gpu/avda_state_provider.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M media/gpu/dxva_picture_buffer_win.h View 3 chunks +3 lines, -3 lines 0 comments Download
M media/gpu/dxva_picture_buffer_win.cc View 11 chunks +17 lines, -17 lines 0 comments Download
M media/gpu/dxva_video_decode_accelerator_win.h View 1 chunk +1 line, -1 line 0 comments Download
M media/gpu/dxva_video_decode_accelerator_win.cc View 1 2 3 4 5 6 7 8 9 5 chunks +11 lines, -11 lines 0 comments Download
M media/gpu/gpu_video_decode_accelerator_factory_impl.h View 2 chunks +2 lines, -5 lines 0 comments Download
M media/gpu/gpu_video_decode_accelerator_factory_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/gpu/gpu_video_decode_accelerator_helpers.h View 2 chunks +2 lines, -5 lines 0 comments Download
M media/gpu/ipc/service/gpu_video_decode_accelerator.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/gpu/rendering_helper.h View 2 chunks +3 lines, -3 lines 0 comments Download
M media/gpu/rendering_helper.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M media/gpu/v4l2_slice_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M media/gpu/v4l2_video_decode_accelerator.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M media/gpu/vaapi_drm_picture.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M media/gpu/vaapi_tfp_picture.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/gpu/vaapi_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/presenter/test/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/test/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/test/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/chromeos/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/chromeos/touch_exploration_controller_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/test/context_factories_for_test.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M ui/compositor/test/in_process_context_factory.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/test/in_process_context_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/test/test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/android/gl_jni_registrar.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M ui/gl/android/scoped_java_surface.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/android/scoped_java_surface.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/android/surface_texture.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/android/surface_texture.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/android/surface_texture_listener.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/android/surface_texture_listener.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/angle_platform_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/angle_platform_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/egl_api_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/generate_bindings.py View 6 chunks +7 lines, -7 lines 0 comments Download
M ui/gl/gl_api_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_bindings.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_bindings.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_bindings_autogen_egl.h View 2 chunks +58 lines, -63 lines 0 comments Download
M ui/gl/gl_bindings_autogen_egl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_bindings_autogen_gl.h View 2 chunks +319 lines, -319 lines 0 comments Download
M ui/gl/gl_bindings_autogen_gl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_bindings_autogen_glx.h View 2 chunks +50 lines, -55 lines 0 comments Download
M ui/gl/gl_bindings_autogen_glx.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_bindings_autogen_mock.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_bindings_autogen_osmesa.h View 2 chunks +13 lines, -13 lines 0 comments Download
M ui/gl/gl_bindings_autogen_osmesa.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_bindings_autogen_wgl.h View 2 chunks +20 lines, -22 lines 0 comments Download
M ui/gl/gl_bindings_autogen_wgl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context.h View 4 chunks +5 lines, -5 lines 0 comments Download
M ui/gl/gl_context.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_context_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_context_cgl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_cgl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_context_egl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_egl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_glx.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_glx.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_osmesa.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_osmesa.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_ozone.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_stub.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_stub.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_stub_with_extensions.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_context_stub_with_extensions.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_wgl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_wgl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_context_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_x11.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_egl_api_implementation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_egl_api_implementation.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M ui/gl/gl_enums.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_enums.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ui/gl/gl_fence.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_apple.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_apple.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_arb.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_arb.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_egl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_egl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_fence_nv.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_nv.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.cc View 10 chunks +17 lines, -17 lines 0 comments Download
M ui/gl/gl_glx_api_implementation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_glx_api_implementation.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M ui/gl/gl_helper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_helper.cc View 3 chunks +12 lines, -12 lines 0 comments Download
M ui/gl/gl_image_egl.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M ui/gl/gl_image_glx.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_image_io_surface.mm View 11 chunks +72 lines, -72 lines 0 comments Download
M ui/gl/gl_image_memory.cc View 16 chunks +118 lines, -118 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap.h View 2 chunks +8 lines, -8 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap.cc View 1 2 3 4 5 6 7 8 9 7 chunks +42 lines, -41 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_image_surface_texture.h View 1 2 3 4 5 6 2 chunks +4 lines, -6 lines 0 comments Download
M ui/gl/gl_image_surface_texture.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_implementation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_implementation.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M ui/gl/gl_implementation_android.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/gl_implementation_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_implementation_osmesa.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_implementation_osmesa.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_implementation_ozone.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/gl_implementation_win.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/gl_implementation_x11.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/gl_mock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_mock.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_osmesa_api_implementation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_osmesa_api_implementation.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M ui/gl/gl_share_group.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_share_group.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_state_restorer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_state_restorer.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ui/gl/gl_surface.h View 6 chunks +19 lines, -19 lines 0 comments Download
M ui/gl/gl_surface.cc View 4 chunks +14 lines, -14 lines 0 comments Download
M ui/gl/gl_surface_android.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 4 chunks +11 lines, -10 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 9 chunks +16 lines, -16 lines 0 comments Download
M ui/gl/gl_surface_egl_x11.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_egl_x11.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_glx.h View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/gl_surface_glx.cc View 10 chunks +12 lines, -12 lines 0 comments Download
M ui/gl/gl_surface_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_osmesa.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_osmesa.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_overlay.h View 1 chunk +9 lines, -9 lines 0 comments Download
M ui/gl/gl_surface_overlay.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M ui/gl/gl_surface_ozone.cc View 19 chunks +41 lines, -40 lines 0 comments Download
M ui/gl/gl_surface_stub.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_stub.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_wgl.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_wgl.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_surface_win.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_surface_x11.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_switches.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_switches.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_version_info.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_version_info.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ui/gl/gl_wgl_api_implementation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_wgl_api_implementation.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M ui/gl/glx_api_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gpu_preference.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gpu_switching_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gpu_switching_manager.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M ui/gl/gpu_timing.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gpu_timing.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gpu_timing_fake.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gpu_timing_fake.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gpu_timing_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/init/gl_factory.h View 3 chunks +9 lines, -10 lines 0 comments Download
M ui/gl/init/gl_factory.cc View 1 chunk +12 lines, -14 lines 0 comments Download
M ui/gl/scoped_api.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/scoped_api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/scoped_binders.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/scoped_binders.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/scoped_cgl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/scoped_cgl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/scoped_make_current.h View 2 chunks +6 lines, -6 lines 0 comments Download
M ui/gl/scoped_make_current.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/gl/sync_control_vsync_provider.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/sync_control_vsync_provider.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/test/egl_initialization_displays_unittest.cc View 6 chunks +20 lines, -20 lines 0 comments Download
M ui/gl/test/gl_image_test_support.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -5 lines 0 comments Download
M ui/gl/test/gl_image_test_template.h View 6 chunks +10 lines, -10 lines 0 comments Download
M ui/gl/test/gl_surface_test_support.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/test/gl_surface_test_support.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/trace_util.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/trace_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/vsync_provider_win.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/vsync_provider_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/wgl_api_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/yuv_to_rgb_converter.cc View 4 chunks +13 lines, -13 lines 0 comments Download
M ui/keyboard/test/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/test/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/demo/gl_renderer.h View 2 chunks +5 lines, -5 lines 0 comments Download
M ui/ozone/demo/gl_renderer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/ozone/demo/ozone_demo.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/ozone/demo/surfaceless_gl_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/demo/surfaceless_gl_renderer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/corewm/desktop_capture_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/views_test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactive_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/widget_interactive_uitest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/wm/test/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 47 (22 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/1998723002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1998723002/20001
4 years, 7 months ago (2016-05-19 17:50:46 UTC) #4
kylechar
4 years, 7 months ago (2016-05-19 17:50:51 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/86183) android_chromium_gn_compile_rel on ...
4 years, 7 months ago (2016-05-19 17:57:57 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/1998723002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1998723002/40001
4 years, 7 months ago (2016-05-19 18:38:10 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/86187) android_arm64_dbg_recipe on ...
4 years, 7 months ago (2016-05-19 18:46:15 UTC) #12
piman
LGTM, but you probably need to rebase. When this lands, it could be worth adding ...
4 years, 7 months ago (2016-05-19 19:08:30 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/1998723002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1998723002/60001
4 years, 7 months ago (2016-05-19 19:27:52 UTC) #15
kylechar
Thanks! Yeah, it will be a bit tricky to get this to apply cleanly with ...
4 years, 7 months ago (2016-05-19 19:30:05 UTC) #16
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/69013)
4 years, 7 months ago (2016-05-19 19:49:46 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1998723002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1998723002/160001
4 years, 7 months ago (2016-05-20 19:40:08 UTC) #20
kylechar
sgurun@chromium.org for android_webview/* nyquist@chromium.org for blimp/* sky@chromium.org for ash/*, chrome/*, components/mus/*, mash/* and ui/* (other ...
4 years, 7 months ago (2016-05-20 20:31:28 UTC) #22
Reilly Grant (use Gerrit)
//extensions lgtm
4 years, 7 months ago (2016-05-20 20:35:13 UTC) #23
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-20 21:50:49 UTC) #25
sky
LGTM
4 years, 7 months ago (2016-05-20 22:06:00 UTC) #26
sgurun-gerrit only
On 2016/05/20 22:06:00, sky wrote: > LGTM aw lgtm
4 years, 7 months ago (2016-05-23 20:56:23 UTC) #27
nyquist
blimp lgtm
4 years, 7 months ago (2016-05-23 21:02:52 UTC) #28
Matt Giuca
Yes this definitely qualifies for .git-blame-ignore-revs. Ping me when this lands and I'll create a ...
4 years, 7 months ago (2016-05-24 01:47:33 UTC) #29
kylechar
Moving last reviewers to TBR.
4 years, 7 months ago (2016-05-26 12:48:32 UTC) #31
kylechar
Adding tsepez@chromium.org for gpu/ipc/common/*
4 years, 7 months ago (2016-05-26 12:57:06 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1998723002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1998723002/180001
4 years, 7 months ago (2016-05-26 12:59:08 UTC) #37
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 7 months ago (2016-05-26 14:46:31 UTC) #39
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/7a4638457b6cb7ba351c57b98f1871209604cb81 Cr-Commit-Position: refs/heads/master@{#396173}
4 years, 7 months ago (2016-05-26 14:48:43 UTC) #41
watk
media/ lgtm
4 years, 7 months ago (2016-05-26 17:46:28 UTC) #42
Matt Giuca
All non-trivial changes should have an associated bug. Please do that in future.
4 years, 6 months ago (2016-05-27 00:34:38 UTC) #44
kylechar
4 years, 6 months ago (2016-05-27 12:14:18 UTC) #47
Message was sent while issue was closed.
On 2016/05/27 00:34:38, Matt Giuca wrote:
> All non-trivial changes should have an associated bug. Please do that in
future.

Right, will do for next time.

Powered by Google App Engine
This is Rietveld 408576698