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

Issue 817653003: Update from https://crrev.com/309717 (Closed)

Created:
5 years, 11 months ago by jamesr
Modified:
5 years, 11 months ago
Reviewers:
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, esprehn, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, ojan
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Update from https://crrev.com/309717 Includes changes for CommandLine moving into the base:: namespace, some PickleIterator updates, and some animation API changes. Committed: https://chromium.googlesource.com/external/mojo/+/9127e72a5de0bb23da9217653306ec94951118c1

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3595 lines, -3521 lines) Patch
M DEPS View 2 chunks +3 lines, -3 lines 0 comments Download
M base/android/command_line_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M base/callback_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M base/command_line.h View 1 chunk +0 lines, -3 lines 0 comments Download
M base/debug/crash_logging_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/debug/trace_event_memory_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/debug/trace_event_synthetic_delay_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M base/debug/trace_event_system_stats_monitor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/debug/trace_event_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M base/files/file_path_unittest.cc View 1 chunk +1 line, -9 lines 0 comments Download
M base/files/file_path_watcher_browsertest.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M base/files/file_proxy_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_util_proxy_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_util_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/files/important_file_writer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/files/memory_mapped_file_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/json/json_value_serializer_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M base/memory/discardable_memory_manager_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M base/memory/discardable_memory_shmem.h View 3 chunks +10 lines, -10 lines 0 comments Download
M base/memory/discardable_memory_shmem.cc View 1 chunk +10 lines, -12 lines 0 comments Download
M base/memory/discardable_memory_shmem_allocator.h View 2 chunks +14 lines, -3 lines 0 comments Download
M base/memory/discardable_memory_shmem_allocator.cc View 1 chunk +24 lines, -4 lines 0 comments Download
M base/memory/discardable_memory_unittest.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M base/memory/raw_scoped_refptr_mismatch_checker.h View 5 chunks +9 lines, -9 lines 0 comments Download
M base/memory/singleton_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop/message_loop_proxy_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/message_loop/message_loop_proxy_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_loop/message_pump_glib_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/message_loop/message_pump_libevent_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M base/metrics/histogram_base_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M base/metrics/histogram_snapshot_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/histogram_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M base/metrics/sparse_histogram_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M base/metrics/statistics_recorder_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M base/observer_list_threadsafe.h View 2 chunks +14 lines, -45 lines 0 comments Download
M base/pickle.h View 4 chunks +15 lines, -84 lines 0 comments Download
M base/pickle_unittest.cc View 14 chunks +32 lines, -32 lines 0 comments Download
M base/power_monitor/power_monitor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/prefs/json_pref_store_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/prefs/overlay_user_pref_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/prefs/pref_change_registrar_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/prefs/pref_notifier_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/prefs/pref_value_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/prefs/scoped_user_pref_update_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/process/memory_unittest.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M base/sequence_checker_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M base/system_monitor/system_monitor_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/task/cancelable_task_tracker_unittest.cc View 2 chunks +1 line, -3 lines 0 comments Download
M base/threading/sequenced_worker_pool_unittest.cc View 1 chunk +1 line, -7 lines 0 comments Download
M base/threading/watchdog_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M base/threading/worker_pool_posix_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/time/pr_time_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/time/time_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/tracked_objects_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/tuple.h View 1 chunk +0 lines, -65 lines 0 comments Download
M base/tuple_unittest.cc View 2 chunks +34 lines, -34 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M build/common.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M build/get_landmines.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/whitespace_file.txt View 2 chunks +4 lines, -1 line 0 comments Download
M cc/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/animation_curve.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/keyframed_animation_curve.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M cc/animation/layer_animation_controller.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/layer_animation_controller.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M cc/animation/layer_animation_event_observer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/layer_animation_value_observer.h View 1 chunk +6 lines, -1 line 0 comments Download
M cc/animation/layer_animation_value_provider.h View 1 chunk +4 lines, -2 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/scrollbar_animation_controller_thinning_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/transform_operations.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/animation/transform_operations.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M cc/input/input_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/input/scroll_elasticity_helper.h View 2 chunks +8 lines, -11 lines 0 comments Download
M cc/input/scroll_elasticity_helper.cc View 3 chunks +19 lines, -30 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 11 chunks +13 lines, -58 lines 0 comments Download
M cc/layers/draw_properties.h View 1 chunk +0 lines, -3 lines 0 comments Download
M cc/layers/layer.h View 7 chunks +12 lines, -7 lines 0 comments Download
M cc/layers/layer.cc View 3 chunks +19 lines, -7 lines 0 comments Download
M cc/layers/layer_impl.h View 6 chunks +5 lines, -18 lines 0 comments Download
M cc/layers/layer_impl.cc View 7 chunks +20 lines, -18 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M cc/layers/layer_position_constraint_unittest.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 4 chunks +4 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/render_surface_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/surface_layer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/tiled_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/delegating_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.cc View 3 chunks +13 lines, -10 lines 0 comments Download
M cc/output/overlay_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/clip_display_item.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/drawing_display_item.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/filter_display_item.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/prioritized_resource_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_update_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/scoped_gpu_raster.cc View 1 chunk +5 lines, -2 lines 0 comments Download
A cc/resources/scoped_gpu_raster_unittest.cc View 1 chunk +39 lines, -0 lines 0 comments Download
M cc/resources/tile.h View 2 chunks +3 lines, -4 lines 0 comments Download
M cc/resources/tile.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/tile_manager.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/tile_manager.cc View 3 chunks +67 lines, -61 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/tile_task_worker_pool_unittest.cc View 4 chunks +14 lines, -4 lines 0 comments Download
M cc/resources/transform_display_item.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/transparency_display_item.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/animation_test_common.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/animation_test_common.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/test/fake_external_begin_frame_source.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_test_common.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_host_common_test.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/layer_tree_host_common_test.cc View 2 chunks +12 lines, -15 lines 0 comments Download
M cc/test/layer_tree_pixel_test.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_test.h View 4 chunks +7 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/test/ordered_simple_task_runner_unittest.cc 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/test_gles2_interface.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/test_gles2_interface.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 3 chunks +25 lines, -0 lines 0 comments Download
M cc/test/tiled_layer_test_common.cc View 1 chunk +3 lines, -1 line 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 13 chunks +15 lines, -15 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 chunk +8 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 15 chunks +85 lines, -37 lines 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 21 chunks +124 lines, -267 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 69 chunks +78 lines, -36 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 12 chunks +12 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_no_message_loop.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_proxy.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 46 chunks +153 lines, -425 lines 0 comments Download
M cc/trees/occlusion_tracker_perftest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 14 chunks +21 lines, -7 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M crypto/ec_signature_creator_impl.h View 1 chunk +6 lines, -6 lines 0 comments Download
M crypto/nss_crypto_module_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M crypto/p224.cc View 1 chunk +2 lines, -1 line 0 comments Download
M crypto/rsa_private_key_nss_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M crypto/secure_hash_default.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M gin/shell/gin_main.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M gin/shell/gin_shell_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/angle_end2end_tests_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/angle_unittest_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/program_info_manager.cc View 6 chunks +82 lines, -56 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 4 chunks +32 lines, -25 lines 0 comments Download
M gpu/command_buffer/common/unittest_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/context_group.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 4 chunks +13 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 chunk +1 line, -1 line 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_programs.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/memory_program_cache.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_tests_main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/config/gpu_driver_bug_list.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_list.cc View 1 chunk +2 lines, -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_win.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M gpu/config/gpu_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/gles2_conform_support/egl/egl.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/gles2_conform_support/gles2_conform_test.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/gles2_conform_support/native/main.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/khronos_glcts_support/khronos_glcts_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/khronos_glcts_support/native/main.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/compositor_model_bench.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/tools/roll/cc_strip_video.patch View 17 chunks +20 lines, -20 lines 0 comments Download
M mojo/tools/roll/ui_gl_init.patch View 3 chunks +5 lines, -5 lines 0 comments Download
M net/base/layered_network_delegate.h View 1 chunk +24 lines, -29 lines 0 comments Download
M net/base/network_delegate_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/sdch_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/test_completion_callback.h View 4 chunks +4 lines, -4 lines 0 comments Download
M net/cert/cert_policy_enforcer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_certificate.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/cert/x509_certificate.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/cert/x509_certificate_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_headers.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_headers.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/http/http_response_headers_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_info.cc View 4 chunks +15 lines, -15 lines 0 comments Download
M net/http/http_vary_data.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_vary_data.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/quic_server_info.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M net/socket/socket_test_util.h View 2 chunks +8 lines, -8 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 3 chunks +29 lines, -6 lines 0 comments Download
M net/ssl/openssl_platform_key_win.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M net/url_request/sdch_dictionary_fetcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/bpf_tests_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M sandbox/linux/seccomp-bpf/errorcode_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.h View 1 chunk +3 lines, -3 lines 0 comments Download
M sandbox/linux/seccomp-bpf/syscall_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/linux/seccomp-bpf/trap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/syscall_broker/broker_host.cc View 3 chunks +4 lines, -7 lines 0 comments Download
M shell/android/mojo_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/config/SkUserConfig.h View 2 chunks +4 lines, -4 lines 0 comments Download
M skia/ext/bitmap_platform_device_cairo.h View 2 chunks +6 lines, -6 lines 0 comments Download
M skia/ext/pixel_ref_utils_unittest.cc View 1 chunk +9 lines, -1 line 0 comments Download
M skia/ext/skia_utils_base.h View 1 chunk +5 lines, -5 lines 0 comments Download
M skia/ext/skia_utils_base.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M skia/ext/vector_canvas_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M sky/tools/imagediff/image_diff.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M testing/android/native_test_launcher.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M testing/generate_gmock_mutant.py View 10 chunks +23 lines, -34 lines 0 comments Download
M testing/gmock_mutant.h View 106 chunks +1469 lines, -1469 lines 0 comments Download
M tools/android/common/daemon.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/android/forwarder/forwarder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/android/forwarder2/device_forwarder_main.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/android/forwarder2/host_forwarder_main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp View 10 chunks +40 lines, -21 lines 0 comments Download
M tools/clang/blink_gc_plugin/Config.h View 3 chunks +47 lines, -12 lines 0 comments Download
M tools/clang/blink_gc_plugin/RecordInfo.h View 2 chunks +6 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/RecordInfo.cpp View 4 chunks +55 lines, -29 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.h View 1 chunk +52 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.cpp View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.txt View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl.h View 1 chunk +41 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl.cpp View 1 chunk +17 lines, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/valgrind/asan/asan_symbolize.py View 2 chunks +3 lines, -5 lines 0 comments Download
M tools/valgrind/asan/third_party/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/asan/third_party/asan_symbolize.py View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/valgrind/gtest_exclude/components_unittests.gtest.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory.txt View 1 chunk +1 line, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/media_unittests.gtest_mac.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +0 lines, -8 lines 0 comments Download
M ui/base/clipboard/custom_data_helper.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M ui/base/touch/touch_enabled.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/base/ui_base_switches_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/compositor/compositor.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/compositor_switches.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/compositor/transform_animation_curve_adapter.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/compositor/transform_animation_curve_adapter.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_config_helper_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/x/touch_factory_x11.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/display.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/font_render_params_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/render_text.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/generate_bindings.py View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_gl_api_implementation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_image_glx.h View 1 chunk +15 lines, -15 lines 0 comments Download
M ui/gl/gl_image_glx.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_implementation_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/gl/gl_implementation_x11.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/gl/gl_surface.h View 3 chunks +26 lines, -0 lines 0 comments Download
M ui/gl/gl_surface.cc View 6 chunks +33 lines, -4 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface_win.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M ui/gl/gpu_switching_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/native_theme/native_theme_switches.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/views_switches.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/wm/core/window_animations.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
5 years, 11 months ago (2014-12-29 22:42:03 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9127e72a5de0bb23da9217653306ec94951118c1.

Powered by Google App Engine
This is Rietveld 408576698