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

Issue 903273002: Update from https://crrev.com/315085 (Closed)

Created:
5 years, 10 months ago by jamesr
Modified:
5 years, 10 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/315085 This includes the switch to libc++ on Android. Other fixes: *) Add (dumb) impl of OrderingBarrier() to command buffer *) "base/debug/trace_event.h" -> "base/trace_event/trace_event.h" *) Added a few <cmath> includes to sky Committed: https://chromium.googlesource.com/external/mojo/+/7b766f4953542b74a317a178c24e6fcfb9582bfb

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9283 lines, -9910 lines) Patch
M DEPS View 3 chunks +7 lines, -7 lines 0 comments Download
M base/BUILD.gn View 2 chunks +0 lines, -6 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 1 chunk +1 line, -7 lines 0 comments Download
M base/android/jni_array.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M base/android/scoped_java_ref_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/android/trace_event_binding.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/base.gypi View 2 chunks +0 lines, -6 lines 0 comments Download
M base/base.isolate View 4 chunks +32 lines, -9 lines 0 comments Download
M base/base_unittests.isolate View 2 chunks +11 lines, -0 lines 0 comments Download
M base/bind.h View 3 chunks +9 lines, -5 lines 0 comments Download
M base/bind_helpers.h View 2 chunks +107 lines, -32 lines 0 comments Download
M base/bind_internal.h View 10 chunks +61 lines, -1761 lines 0 comments Download
D base/bind_internal.h.pump View 1 chunk +0 lines, -516 lines 0 comments Download
M base/bind_unittest.nc View 1 chunk +1 line, -1 line 0 comments Download
M base/chromeos/memory_pressure_observer_chromeos.h View 1 chunk +4 lines, -0 lines 0 comments Download
M base/chromeos/memory_pressure_observer_chromeos.cc View 4 chunks +35 lines, -1 line 0 comments Download
M base/containers/hash_tables.h View 3 chunks +3 lines, -3 lines 0 comments Download
M base/debug/stack_trace.h View 3 chunks +6 lines, -0 lines 0 comments Download
M base/debug/stack_trace_win.cc View 2 chunks +20 lines, -9 lines 0 comments Download
D base/debug/trace_event.h View 1 chunk +0 lines, -14 lines 0 comments Download
D base/debug/trace_event_argument.h View 1 chunk +0 lines, -14 lines 0 comments Download
D base/debug/trace_event_impl.h View 1 chunk +0 lines, -14 lines 0 comments Download
D base/debug/trace_event_synthetic_delay.h View 1 chunk +0 lines, -14 lines 0 comments Download
D base/debug/trace_event_win.h View 1 chunk +0 lines, -14 lines 0 comments Download
M base/files/file_path_watcher_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/json/json_string_value_serializer.h View 3 chunks +14 lines, -18 lines 0 comments Download
M base/json/json_string_value_serializer.cc View 3 chunks +17 lines, -5 lines 0 comments Download
M base/json/json_value_serializer_unittest.cc View 10 chunks +67 lines, -17 lines 0 comments Download
M base/memory/discardable_memory_ashmem.h View 1 chunk +8 lines, -8 lines 0 comments Download
D base/memory/scoped_open_process.h View 1 chunk +0 lines, -48 lines 0 comments Download
M base/message_loop/incoming_task_queue.cc View 3 chunks +14 lines, -0 lines 0 comments Download
M base/message_loop/message_loop.cc View 4 chunks +0 lines, -15 lines 0 comments Download
M base/message_loop/message_pump_android.h View 1 chunk +5 lines, -5 lines 0 comments Download
M base/process/kill_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/process/process.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/process/process_handle.h View 1 chunk +1 line, -3 lines 0 comments Download
M base/process/process_handle_posix.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M base/process/process_handle_win.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M base/process/process_metrics_linux.cc View 1 chunk +26 lines, -7 lines 0 comments Download
M base/process/process_metrics_unittest.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M base/process/process_posix.cc View 2 chunks +9 lines, -7 lines 0 comments Download
M base/process/process_win.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M base/strings/string_util.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M base/strings/string_util_win.h View 2 chunks +6 lines, -12 lines 0 comments Download
M base/strings/stringprintf_unittest.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M base/synchronization/waitable_event_watcher_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/test/test_support_android.cc View 2 chunks +6 lines, -11 lines 0 comments Download
M base/test/test_support_ios.mm View 2 chunks +3 lines, -0 lines 0 comments Download
M base/threading/thread_checker.h View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/thread_checker_impl.h View 2 chunks +2 lines, -1 line 0 comments Download
M base/trace_event/trace_event.h View 27 chunks +66 lines, -41 lines 0 comments Download
M base/trace_event/trace_event_android.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M base/trace_event/trace_event_argument.h View 2 chunks +9 lines, -1 line 0 comments Download
M base/trace_event/trace_event_argument.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_argument_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_impl.h View 3 chunks +21 lines, -4 lines 0 comments Download
M base/trace_event/trace_event_impl.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M base/trace_event/trace_event_impl_constants.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_memory.h View 4 chunks +4 lines, -4 lines 0 comments Download
M base/trace_event/trace_event_memory.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M base/trace_event/trace_event_memory_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_synthetic_delay.h View 3 chunks +4 lines, -4 lines 0 comments Download
M base/trace_event/trace_event_synthetic_delay.cc View 3 chunks +8 lines, -7 lines 0 comments Download
M base/trace_event/trace_event_synthetic_delay_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_system_stats_monitor.h View 3 chunks +3 lines, -3 lines 0 comments Download
M base/trace_event/trace_event_system_stats_monitor.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M base/trace_event/trace_event_system_stats_monitor_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M base/trace_event/trace_event_win.h View 2 chunks +15 lines, -1 line 0 comments Download
M base/trace_event/trace_event_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_win_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/win/object_watcher.h View 1 chunk +5 lines, -3 lines 0 comments Download
M base/win/object_watcher.cc View 1 chunk +5 lines, -1 line 0 comments Download
M base/win/object_watcher_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
A build/PRESUBMIT.py View 1 chunk +18 lines, -0 lines 0 comments Download
M build/all.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/PRESUBMIT.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/adb_gdb View 3 chunks +3 lines, -2 lines 0 comments Download
M build/android/finalize_apk_action.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 2 chunks +8 lines, -1 line 0 comments Download
M build/android/pylib/device/device_utils.py View 7 chunks +59 lines, -4 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 2 chunks +41 lines, -70 lines 0 comments Download
A build/android/pylib/device/logcat_monitor.py View 1 chunk +143 lines, -0 lines 0 comments Download
A build/android/pylib/device/logcat_monitor_test.py View 1 chunk +164 lines, -0 lines 0 comments Download
M build/android/pylib/gtest/filter/unit_tests_disabled View 1 chunk +0 lines, -5 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 3 chunks +7 lines, -6 lines 0 comments Download
M build/android/pylib/linker/test_case.py View 6 chunks +22 lines, -68 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 3 chunks +135 lines, -39 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/uirobot/uirobot_test_instance.py View 2 chunks +17 lines, -4 lines 0 comments Download
M build/android/pylib/utils/isolator.py View 1 chunk +4 lines, -0 lines 0 comments Download
M build/android/setup.gyp View 1 chunk +1 line, -1 line 0 comments Download
M build/android/test_runner.py View 2 chunks +25 lines, -12 lines 0 comments Download
M build/common.gypi View 11 chunks +34 lines, -34 lines 0 comments Download
M build/config/BUILD.gn View 2 chunks +6 lines, -0 lines 0 comments Download
M build/config/android/config.gni View 1 chunk +0 lines, -8 lines 0 comments Download
M build/config/compiler/BUILD.gn View 3 chunks +26 lines, -39 lines 0 comments Download
M build/gyp_chromium View 4 chunks +16 lines, -19 lines 0 comments Download
A build/gyp_chromium_test.py View 1 chunk +66 lines, -0 lines 0 comments Download
M build/isolate.gypi View 1 chunk +10 lines, -6 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 3 chunks +13 lines, -3 lines 0 comments Download
M build/secondary/third_party/libjpeg_turbo/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M build/whitespace_file.txt View 1 chunk +0 lines, -1 line 0 comments Download
M cc/base/math_util.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/base/region.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/base/synced_property.h View 4 chunks +12 lines, -2 lines 0 comments Download
A cc/blink/context_provider_web_context.h View 1 chunk +24 lines, -0 lines 0 comments Download
M cc/blink/web_content_layer_impl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/blink/web_content_layer_impl.cc View 2 chunks +19 lines, -12 lines 0 comments Download
M cc/blink/web_layer_impl.h View 2 chunks +9 lines, -1 line 0 comments Download
M cc/blink/web_layer_impl.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M cc/cc_unittests.isolate View 3 chunks +6 lines, -0 lines 0 comments Download
M cc/debug/devtools_instrumentation.h View 5 chunks +33 lines, -0 lines 0 comments Download
M cc/debug/frame_timing_request.h View 2 chunks +5 lines, -1 line 0 comments Download
M cc/debug/picture_record_benchmark.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 5 chunks +62 lines, -51 lines 0 comments Download
M cc/debug/rendering_stats.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/debug/rendering_stats.cc View 2 chunks +13 lines, -18 lines 0 comments Download
M cc/debug/rendering_stats_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M cc/debug/traced_value.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/input/input_handler.h View 1 chunk +4 lines, -1 line 0 comments Download
M cc/layers/content_layer.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M cc/layers/content_layer_client.h View 1 chunk +6 lines, -5 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 1 chunk +1 line, -3 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 4 chunks +16 lines, -17 lines 0 comments Download
M cc/layers/layer.h View 4 chunks +12 lines, -1 line 0 comments Download
M cc/layers/layer.cc View 4 chunks +18 lines, -4 lines 0 comments Download
M cc/layers/layer_client.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/layers/layer_impl.h View 7 chunks +28 lines, -3 lines 0 comments Download
M cc/layers/layer_impl.cc View 9 chunks +36 lines, -18 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/picture_image_layer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/picture_image_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 chunk +5 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 11 chunks +27 lines, -8 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 chunk +4 lines, -5 lines 0 comments Download
A cc/layers/scroll_blocks_on.h View 1 chunk +25 lines, -0 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/output/begin_frame_args.h View 1 chunk +8 lines, -1 line 0 comments Download
M cc/output/filter_operation.h View 1 chunk +8 lines, -2 lines 0 comments Download
M cc/output/filter_operations.h View 1 chunk +8 lines, -2 lines 0 comments Download
M cc/output/overlay_candidate.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/output/overlay_candidate.cc View 2 chunks +98 lines, -2 lines 0 comments Download
M cc/output/overlay_strategy_single_on_top.h View 2 chunks +11 lines, -0 lines 0 comments Download
M cc/output/overlay_strategy_single_on_top.cc View 5 chunks +105 lines, -26 lines 0 comments Download
M cc/output/overlay_unittest.cc View 7 chunks +142 lines, -3 lines 0 comments Download
M cc/quads/draw_quad.h View 1 chunk +8 lines, -2 lines 0 comments Download
M cc/quads/render_pass.h View 1 chunk +8 lines, -2 lines 0 comments Download
M cc/quads/shared_quad_state.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/resources/bitmap_tile_task_worker_pool.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/resources/display_list_recording_source.h View 1 chunk +7 lines, -8 lines 0 comments Download
M cc/resources/display_list_recording_source.cc View 2 chunks +31 lines, -6 lines 0 comments Download
M cc/resources/gpu_rasterizer.h View 3 chunks +8 lines, -7 lines 0 comments Download
M cc/resources/gpu_rasterizer.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M cc/resources/one_copy_tile_task_worker_pool.h View 1 chunk +8 lines, -1 line 0 comments Download
M cc/resources/picture.h View 3 chunks +8 lines, -13 lines 0 comments Download
M cc/resources/picture.cc View 4 chunks +18 lines, -13 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 2 chunks +12 lines, -13 lines 0 comments Download
M cc/resources/picture_pile.h View 3 chunks +9 lines, -10 lines 0 comments Download
M cc/resources/picture_pile.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_pile_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_unittest.cc View 7 chunks +26 lines, -17 lines 0 comments Download
M cc/resources/pixel_buffer_tile_task_worker_pool.h View 1 chunk +8 lines, -1 line 0 comments Download
M cc/resources/rasterizer.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/recording_source.h View 2 chunks +16 lines, -9 lines 0 comments Download
M cc/resources/tile_manager.h View 1 chunk +8 lines, -1 line 0 comments Download
M cc/resources/zero_copy_tile_task_worker_pool.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/scheduler/begin_frame_source.h View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/scheduler/begin_frame_source.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M cc/scheduler/delay_based_time_source.h View 1 chunk +8 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.h View 1 chunk +8 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler_settings.h View 1 chunk +7 lines, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 2 chunks +9 lines, -3 lines 0 comments Download
M cc/surfaces/surface.cc View 1 chunk +5 lines, -1 line 0 comments Download
M cc/surfaces/surface_display_output_surface.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 3 chunks +7 lines, -8 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/fake_layer_tree_host_client.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_picture_pile_impl.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/test/layer_tree_json_parser.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M cc/test/pixel_test.h View 3 chunks +0 lines, -59 lines 0 comments Download
M cc/test/solid_color_content_layer_client.h View 1 chunk +4 lines, -5 lines 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/draw_property_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host.h View 1 chunk +1 line, -3 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 4 chunks +15 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_client.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 chunk +1 line, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 6 chunks +10 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 18 chunks +80 lines, -23 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 5 chunks +173 lines, -17 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 3 chunks +6 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 6 chunks +83 lines, -19 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 1 chunk +12 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_no_message_loop.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 2 chunks +17 lines, -19 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 3 chunks +10 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 2 chunks +12 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 3 chunks +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/trees/proxy.h View 1 chunk +8 lines, -2 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M crypto/openssl_util.cc View 2 chunks +12 lines, -10 lines 0 comments Download
M gin/isolate_holder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 4 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 4 chunks +41 lines, -1 line 0 comments Download
M gpu/command_buffer/client/client_test_helper.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/client_test_helper.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.h View 2 chunks +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.cc View 2 chunks +13 lines, -1 line 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper_test.cc View 1 chunk +60 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 8 chunks +36 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 3 chunks +31 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 13 chunks +159 lines, -13 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 4 chunks +15 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 3 chunks +107 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 3 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 4 chunks +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 4 chunks +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 4 chunks +17 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 4 chunks +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 4 chunks +28 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.h View 5 chunks +60 lines, -11 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.cc View 13 chunks +291 lines, -37 lines 0 comments Download
A gpu/command_buffer/client/program_info_manager_unittest.cc View 1 chunk +184 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/query_tracker_unittest.cc View 1 chunk +7 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/transfer_buffer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 4 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/command_buffer.h View 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_mock.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 3 chunks +157 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 3 chunks +46 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +192 lines, -189 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_android.cc View 2 chunks +10 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_idle.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc View 3 chunks +10 lines, -7 lines 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/async_pixel_transfer_manager_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/command_buffer_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 7 chunks +128 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 4 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 2 chunks +4 lines, -29 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 2 chunks +31 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc View 3 chunks +203 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/memory_program_cache.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache_unittest.cc View 8 chunks +15 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/shader_manager.h View 5 chunks +20 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/shader_manager.cc View 5 chunks +28 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/shader_manager_unittest.cc View 2 chunks +17 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.h View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/stream_texture_manager_in_process_android.cc View 1 chunk +15 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_program_unittest.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_unittests_android.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 2 chunks +17 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_info_collector_win.cc View 6 chunks +115 lines, -39 lines 0 comments Download
M gpu/config/software_rendering_list_json.cc View 5 chunks +10 lines, -21 lines 0 comments Download
M gpu/gpu.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/gpu_unittests.isolate View 3 chunks +6 lines, -0 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits_multi.h View 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/common/trace_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/common/tracing_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gles2/command_buffer_client_impl.h View 2 chunks +10 lines, -9 lines 0 comments Download
M mojo/gles2/command_buffer_client_impl.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/android/network_change_notifier_android.h View 1 chunk +5 lines, -5 lines 0 comments Download
M net/android/network_change_notifier_android.cc View 1 chunk +3 lines, -7 lines 0 comments Download
M net/android/network_change_notifier_android_unittest.cc View 4 chunks +5 lines, -7 lines 0 comments Download
M net/android/network_change_notifier_factory_android.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/file_stream_context.h View 3 chunks +32 lines, -0 lines 0 comments Download
M net/base/file_stream_context.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M net/base/file_stream_context_win.cc View 5 chunks +46 lines, -15 lines 0 comments Download
M net/base/file_stream_unittest.cc View 3 chunks +21 lines, -16 lines 0 comments Download
M net/base/filename_util_unittest.cc View 9 chunks +508 lines, -676 lines 0 comments Download
M net/base/mime_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/mime_util_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M net/base/net_util_linux.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M net/base/network_change_notifier_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_file_element_reader.cc View 1 chunk +8 lines, -5 lines 0 comments Download
M net/base/upload_file_element_reader_unittest.cc View 1 chunk +18 lines, -10 lines 0 comments Download
M net/cert/cert_verify_proc_android.h View 1 chunk +8 lines, -8 lines 0 comments Download
M net/cert/cert_verify_proc_mac.cc View 7 chunks +126 lines, -91 lines 0 comments Download
M net/cert/x509_certificate.h View 1 chunk +4 lines, -4 lines 0 comments Download
M net/cert/x509_certificate_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/block_files.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/dns/dns_config_service_posix.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M net/dns/dns_config_service_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/dns/dns_hosts.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M net/ftp/ftp_network_transaction.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/ftp/ftp_network_transaction.cc View 8 chunks +15 lines, -15 lines 0 comments Download
M net/ftp/ftp_network_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D net/http/http_atom_list.h View 1 chunk +0 lines, -61 lines 0 comments Download
M net/http/http_network_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_network_transaction_unittest.cc View 3 chunks +8 lines, -10 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_server_properties.h View 4 chunks +7 lines, -14 lines 0 comments Download
M net/http/http_server_properties_impl.h View 6 chunks +42 lines, -14 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 9 chunks +51 lines, -57 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 17 chunks +53 lines, -68 lines 0 comments Download
M net/http/http_server_properties_manager.h View 4 chunks +33 lines, -9 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 18 chunks +263 lines, -254 lines 0 comments Download
M net/http/http_server_properties_manager_unittest.cc View 20 chunks +112 lines, -78 lines 0 comments Download
M net/http/http_stream_factory.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M net/http/http_stream_factory_impl.cc View 3 chunks +8 lines, -12 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 2 chunks +5 lines, -0 lines 0 comments Download
A + net/interfaces/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
A net/interfaces/host_resolver_service.mojom View 1 chunk +55 lines, -0 lines 0 comments Download
A net/interfaces/proxy_resolver_service.mojom View 1 chunk +48 lines, -0 lines 0 comments Download
M net/net.gyp View 2 chunks +17 lines, -0 lines 0 comments Download
M net/net.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M net/net_unittests.isolate View 2 chunks +9 lines, -0 lines 0 comments Download
M net/proxy/polling_proxy_config_service.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/proxy/proxy_config_service_android.h View 2 chunks +4 lines, -4 lines 0 comments Download
M net/proxy/proxy_config_service_android.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M net/proxy/proxy_config_service_android_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M net/proxy/proxy_config_service_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_service.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 5 chunks +38 lines, -10 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 5 chunks +8 lines, -16 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/socks_client_socket_pool.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/stream_listen_socket.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/tcp_client_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_socket_win.cc View 10 chunks +37 lines, -6 lines 0 comments Download
M net/test/spawned_test_server/remote_test_server.h View 1 chunk +1 line, -1 line 0 comments Download
M net/test/spawned_test_server/spawner_communicator.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/test/spawned_test_server/spawner_communicator.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/url_request/url_request_mock_http_job.h View 1 chunk +0 lines, -7 lines 0 comments Download
M net/test/url_request/url_request_mock_http_job.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M net/tools/net_watcher/net_watcher.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/udp/udp_client_socket.h View 1 chunk +6 lines, -0 lines 0 comments Download
M net/udp/udp_client_socket.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M net/udp/udp_server_socket.h View 1 chunk +6 lines, -0 lines 0 comments Download
M net/udp/udp_server_socket.cc View 1 chunk +6 lines, -0 lines 0 comments Download
A net/udp/udp_socket_perftest.cc View 1 chunk +141 lines, -0 lines 0 comments Download
M net/udp/udp_socket_unittest.cc View 7 chunks +85 lines, -32 lines 0 comments Download
M net/udp/udp_socket_win.h View 7 chunks +50 lines, -10 lines 0 comments Download
M net/udp/udp_socket_win.cc View 15 chunks +211 lines, -43 lines 0 comments Download
M net/url_request/url_request.h View 3 chunks +4 lines, -20 lines 0 comments Download
M net/url_request/url_request.cc View 4 chunks +4 lines, -20 lines 0 comments Download
M net/url_request/url_request_ftp_job.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 3 chunks +12 lines, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M net/websockets/websocket_end_to_end_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M sandbox/linux/BUILD.gn View 5 chunks +12 lines, -7 lines 0 comments Download
A + sandbox/linux/bpf_dsl/codegen.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + sandbox/linux/bpf_dsl/codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
A + sandbox/linux/bpf_dsl/codegen_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/bpf_dsl/dump_bpf.h View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/bpf_dsl/dump_bpf.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/bpf_dsl/policy_compiler.h View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/bpf_dsl/policy_compiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + sandbox/linux/bpf_dsl/syscall_set.h View 3 chunks +3 lines, -5 lines 0 comments Download
A + sandbox/linux/bpf_dsl/syscall_set.cc View 1 chunk +1 line, -1 line 0 comments Download
A + sandbox/linux/bpf_dsl/syscall_set_unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 4 chunks +6 lines, -4 lines 0 comments Download
M sandbox/linux/sandbox_linux_test_sources.gypi View 1 chunk +3 lines, -2 lines 0 comments Download
D sandbox/linux/seccomp-bpf/codegen.h View 1 chunk +0 lines, -123 lines 0 comments Download
D sandbox/linux/seccomp-bpf/codegen.cc View 1 chunk +0 lines, -159 lines 0 comments Download
D sandbox/linux/seccomp-bpf/codegen_unittest.cc View 1 chunk +0 lines, -403 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.h View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D sandbox/linux/seccomp-bpf/syscall_iterator.h View 1 chunk +0 lines, -105 lines 0 comments Download
D sandbox/linux/seccomp-bpf/syscall_iterator.cc View 1 chunk +0 lines, -144 lines 0 comments Download
D sandbox/linux/seccomp-bpf/syscall_iterator_unittest.cc View 1 chunk +0 lines, -124 lines 0 comments Download
M sandbox/linux/seccomp-bpf/verifier.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/services/credentials_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M sandbox/linux/services/namespace_sandbox_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sandbox/linux/services/unix_domain_socket_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.h View 4 chunks +10 lines, -45 lines 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.cc View 6 chunks +11 lines, -179 lines 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client_unittest.cc View 2 chunks +2 lines, -57 lines 0 comments Download
A sandbox/linux/suid/client/setuid_sandbox_host.h View 1 chunk +70 lines, -0 lines 0 comments Download
A + sandbox/linux/suid/client/setuid_sandbox_host.cc View 7 chunks +16 lines, -140 lines 0 comments Download
A + sandbox/linux/suid/client/setuid_sandbox_host_unittest.cc View 3 chunks +13 lines, -42 lines 0 comments Download
M services/surfaces/surfaces_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/BUILD.gn View 2 chunks +0 lines, -8 lines 0 comments Download
D skia/ext/vector_canvas.h View 1 chunk +0 lines, -22 lines 0 comments Download
D skia/ext/vector_canvas_unittest.cc View 1 chunk +0 lines, -970 lines 0 comments Download
D skia/ext/vector_platform_device_emf_win.h View 1 chunk +0 lines, -141 lines 0 comments Download
D skia/ext/vector_platform_device_emf_win.cc View 1 chunk +0 lines, -982 lines 0 comments Download
M skia/skia_chrome.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M skia/skia_tests.gyp View 1 chunk +0 lines, -6 lines 0 comments Download
M sky/compositor/layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M sky/compositor/layer_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M sky/compositor/rasterizer_ganesh.cc View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/platform/SharedTimer.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/platform/TraceEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/platform/network/ResourceResponse.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 2 chunks +6 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 4 chunks +4 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 1 chunk +6 lines, -1 line 0 comments Download
M testing/buildbot/chromium.win.json View 5 chunks +5 lines, -0 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 chunk +1 line, -4 lines 0 comments Download
M testing/gtest.gyp View 3 chunks +1 line, -6 lines 0 comments Download
A + testing/legion/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
A testing/legion/client_controller.py View 1 chunk +51 lines, -0 lines 0 comments Download
A testing/legion/client_lib.py View 1 chunk +214 lines, -0 lines 0 comments Download
A testing/legion/client_rpc_methods.py View 1 chunk +42 lines, -0 lines 0 comments Download
A testing/legion/client_rpc_server.py View 1 chunk +128 lines, -0 lines 0 comments Download
A testing/legion/common_lib.py View 1 chunk +40 lines, -0 lines 0 comments Download
A testing/legion/discovery_server.py View 1 chunk +55 lines, -0 lines 0 comments Download
A testing/legion/examples/hello_world/client_test.isolate View 1 chunk +23 lines, -0 lines 0 comments Download
A testing/legion/examples/hello_world/client_test.py View 1 chunk +27 lines, -0 lines 0 comments Download
A testing/legion/examples/hello_world/host_test.isolate View 1 chunk +22 lines, -0 lines 0 comments Download
A testing/legion/examples/hello_world/host_test.py View 1 chunk +74 lines, -0 lines 0 comments Download
A testing/legion/host_controller.py View 1 chunk +70 lines, -0 lines 0 comments Download
A testing/legion/legion.isolate View 1 chunk +20 lines, -0 lines 0 comments Download
D testing/platform_test_ios.mm View 1 chunk +0 lines, -18 lines 0 comments Download
M testing/test_env.py View 7 chunks +62 lines, -38 lines 0 comments Download
M third_party/binutils/Linux_ia32/binutils.tar.bz2.sha1 View 1 chunk +1 line, -1 line 0 comments Download
M third_party/binutils/Linux_x64/binutils.tar.bz2.sha1 View 1 chunk +1 line, -1 line 0 comments Download
M third_party/binutils/README.chromium View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/binutils/build-all.sh View 2 chunks +6 lines, -0 lines 0 comments Download
A third_party/binutils/plugin-dso-fix.patch View 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/binutils/unlock-thin.patch View 1 chunk +129 lines, -0 lines 0 comments Download
M third_party/boringssl/boringssl.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/boringssl/update_gypi_and_asm.py View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libevent/README.chromium View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libevent/evdns.c View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libxml/libxml.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/mesa/mesa.gyp View 1 chunk +1 line, -7 lines 0 comments Download
M third_party/protobuf/BUILD.gn View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/protobuf/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/qcms/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/qcms/src/transform.c View 2 chunks +12 lines, -9 lines 0 comments Download
M third_party/re2/patches/re2-libcxx.patch View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/re2/util/util.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/device_forwarder_main.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M tools/android/forwarder2/host_forwarder_main.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M tools/android/heap_profiler/heap_profiler_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/android/run_pie/run_pie.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 chunk +1 line, -1 line 0 comments Download
M tools/git/move_source_file.py View 1 chunk +42 lines, -0 lines 0 comments Download
M tools/valgrind/asan/asan_symbolize.py View 5 chunks +81 lines, -3 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 1 chunk +2 lines, -1 line 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 2 chunks +65 lines, -5 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 chunk +6 lines, -5 lines 0 comments Download
A tools/valgrind/gtest_exclude/chrome_app_unittests.gtest-drmemory_win32.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 2 chunks +24 lines, -4 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/motion_event_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/latency_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/generate_bindings.py View 3 chunks +4 lines, -23 lines 0 comments Download
M ui/gl/gl_bindings_autogen_egl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_bindings_autogen_gl.cc View 2 chunks +3 lines, -13 lines 0 comments Download
M ui/gl/gl_bindings_autogen_mock.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context.h View 3 chunks +0 lines, -24 lines 0 comments Download
M ui/gl/gl_context.cc View 3 chunks +0 lines, -27 lines 0 comments Download
M ui/gl/gl_context_android.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M ui/gl/gl_fence.h View 1 chunk +0 lines, -6 lines 0 comments Download
M ui/gl/gl_fence.cc View 2 chunks +20 lines, -33 lines 0 comments Download
M ui/gl/gl_fence_apple.h View 2 chunks +1 line, -3 lines 0 comments Download
M ui/gl/gl_fence_apple.cc View 2 chunks +3 lines, -12 lines 0 comments Download
M ui/gl/gl_fence_arb.h View 2 chunks +1 line, -3 lines 0 comments Download
M ui/gl/gl_fence_arb.cc View 3 chunks +8 lines, -21 lines 0 comments Download
M ui/gl/gl_fence_egl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_fence_egl.cc View 3 chunks +27 lines, -26 lines 0 comments Download
M ui/gl/gl_fence_nv.h View 2 chunks +1 line, -3 lines 0 comments Download
M ui/gl/gl_fence_nv.cc View 3 chunks +3 lines, -12 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/gl/gl_gl_api_implementation.cc View 3 chunks +0 lines, -9 lines 0 comments Download
M ui/gl/gl_image_surface_texture.h View 1 chunk +15 lines, -15 lines 0 comments Download
M url/gurl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M url/url_canon_stdstring.h View 2 chunks +13 lines, -12 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
5 years, 10 months ago (2015-02-06 23:14:14 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
7b766f4953542b74a317a178c24e6fcfb9582bfb.

Powered by Google App Engine
This is Rietveld 408576698