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

Issue 862133002: Update from https://crrev.com/312398 (Closed)

Created:
5 years, 11 months ago by jamesr
Modified:
5 years, 11 months ago
Reviewers:
viettrungluu, qsr
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/312398 Involves adding many //testing/test.gni imports, fixing one SkSurface::NewRenderTarget invocation inside sky, and fixing up base::Process usage in the shell. Committed: https://chromium.googlesource.com/external/mojo/+/5e66a79729a658ce54b1ec33f4d4d108bdfccaff

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43110 lines, -8346 lines) Patch
M DEPS View 1 4 chunks +7 lines, -7 lines 0 comments Download
M base/BUILD.gn View 1 5 chunks +16 lines, -13 lines 0 comments Download
M base/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
M base/allocator/generic_allocators.cc View 1 5 chunks +4 lines, -8 lines 0 comments Download
M base/android/java/src/org/chromium/base/PerfTraceEvent.java View 1 2 chunks +3 lines, -0 lines 0 comments Download
A base/android/java/src/org/chromium/base/annotations/SuppressFBWarnings.java View 1 1 chunk +20 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/Linker.java View 1 1 chunk +10 lines, -0 lines 0 comments Download
M base/android/java/templates/NativeLibraries.template View 1 1 chunk +3 lines, -0 lines 0 comments Download
M base/atomicops.h View 1 1 chunk +6 lines, -2 lines 0 comments Download
M base/base.gyp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M base/base.gypi View 1 1 chunk +5 lines, -0 lines 0 comments Download
M base/cancelable_callback.h View 1 2 chunks +4 lines, -7 lines 0 comments Download
M base/files/file_path.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M base/i18n/rtl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M base/i18n/rtl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/ios/weak_nsobject.h View 1 2 chunks +35 lines, -14 lines 0 comments Download
M base/ios/weak_nsobject_unittest.mm View 1 9 chunks +50 lines, -11 lines 0 comments Download
M base/mac/cocoa_protocols.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M base/mac/scoped_nsobject.h View 1 3 chunks +15 lines, -0 lines 0 comments Download
M base/mac/sdk_forward_declarations.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/memory/scoped_vector.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M base/memory/scoped_vector_unittest.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M base/message_loop/message_pump_io_ios.h View 1 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop/message_pump_io_ios_unittest.cc View 1 6 chunks +13 lines, -19 lines 0 comments Download
M base/message_loop/message_pump_mac.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M base/message_loop/message_pump_win.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M base/metrics/field_trial.h View 1 4 chunks +27 lines, -0 lines 0 comments Download
M base/metrics/field_trial.cc View 1 2 chunks +37 lines, -0 lines 0 comments Download
M base/metrics/field_trial_unittest.cc View 1 3 chunks +105 lines, -0 lines 0 comments Download
M base/power_monitor/power_monitor_device_source_win.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M base/process/kill.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/process/kill_posix.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M base/process/launch.h View 1 5 chunks +31 lines, -12 lines 0 comments Download
M base/process/launch.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M base/process/launch_posix.cc View 1 5 chunks +26 lines, -34 lines 0 comments Download
M base/process/launch_win.cc View 1 8 chunks +16 lines, -48 lines 0 comments Download
M base/process/process.h View 1 2 chunks +24 lines, -0 lines 0 comments Download
M base/process/process_handle.h View 1 1 chunk +0 lines, -9 lines 0 comments Download
M base/process/process_handle_posix.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M base/process/process_handle_win.cc View 1 1 chunk +0 lines, -15 lines 0 comments Download
M base/process/process_linux.cc View 1 3 chunks +92 lines, -0 lines 0 comments Download
M base/process/process_posix.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M base/process/process_unittest.cc View 1 2 chunks +115 lines, -0 lines 0 comments Download
M base/process/process_util_unittest.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M base/process/process_win.cc View 1 2 chunks +14 lines, -0 lines 0 comments Download
M base/stl_util_unittest.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download
M base/test/gtest_util.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M base/test/gtest_util.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
M base/test/launcher/test_launcher.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M base/test/launcher/test_launcher.cc View 1 3 chunks +9 lines, -6 lines 0 comments Download
M base/test/launcher/test_launcher_ios.cc View 1 1 chunk +137 lines, -3 lines 0 comments Download
M base/test/launcher/unit_test_launcher.h View 1 2 chunks +71 lines, -0 lines 0 comments Download
M base/test/launcher/unit_test_launcher.cc View 1 8 chunks +166 lines, -174 lines 0 comments Download
M base/test/launcher/unit_test_launcher_ios.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M base/test/test_suite.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/test/test_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/test/test_switches.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M base/test/test_timeouts.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/time/time.h View 1 3 chunks +47 lines, -21 lines 0 comments Download
M base/time/time_mac.cc View 1 1 chunk +1 line, -6 lines 0 comments Download
M base/time/time_posix.cc View 1 1 chunk +1 line, -6 lines 0 comments Download
M base/time/time_unittest.cc View 1 3 chunks +22 lines, -3 lines 0 comments Download
M base/time/time_win.cc View 1 4 chunks +139 lines, -160 lines 0 comments Download
M base/time/time_win_unittest.cc View 1 4 chunks +56 lines, -60 lines 0 comments Download
M base/values.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M base/values.cc View 1 2 chunks +10 lines, -0 lines 0 comments Download
M base/values_unittest.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M base/win/message_window.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M build/all.gyp View 1 18 chunks +77 lines, -55 lines 0 comments Download
M build/android/PRESUBMIT.py View 1 1 chunk +2 lines, -1 line 0 comments Download
A + build/android/adb_kill_android_webview_shell View 1 2 chunks +5 lines, -5 lines 0 comments Download
M build/android/findbugs_filter/findbugs_exclude.xml View 1 2 chunks +8 lines, -82 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 1 chunk +1 line, -27 lines 0 comments Download
M build/android/gyp/jinja_template.py View 1 2 chunks +3 lines, -2 lines 0 comments Download
M build/android/gyp/write_ordered_libraries.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/gtest/filter/base_unittests_disabled View 1 1 chunk +3 lines, -0 lines 0 comments Download
A build/android/pylib/gtest/filter/cc_unittests_disabled View 1 1 chunk +5 lines, -0 lines 0 comments Download
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 2 chunks +5 lines, -2 lines 0 comments Download
M build/android/pylib/local/device/local_device_test_run.py View 1 2 chunks +4 lines, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 1 4 chunks +33 lines, -15 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 1 4 chunks +25 lines, -2 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 8 chunks +59 lines, -25 lines 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/utils/findbugs.py View 1 1 chunk +5 lines, -2 lines 0 comments Download
M build/android/test_runner.py View 1 1 chunk +17 lines, -17 lines 0 comments Download
M build/build_config.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/common.gypi View 1 15 chunks +46 lines, -20 lines 0 comments Download
M build/config/BUILD.gn View 1 3 chunks +24 lines, -3 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 1 1 chunk +0 lines, -199 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 12 chunks +12 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 1 21 chunks +22 lines, -0 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/config/linux/BUILD.gn View 1 2 chunks +14 lines, -0 lines 0 comments Download
M build/config/ui.gni View 1 1 chunk +37 lines, -4 lines 0 comments Download
M build/filename_rules.gypi View 1 2 chunks +21 lines, -0 lines 0 comments Download
M build/get_landmines.py View 1 2 chunks +2 lines, -5 lines 0 comments Download
M build/install-build-deps-android.sh View 1 3 chunks +25 lines, -12 lines 0 comments Download
M build/isolate.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/linux/system.gyp View 1 2 chunks +78 lines, -0 lines 0 comments Download
M build/secondary/third_party/cacheinvalidation/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M build/secondary/third_party/leveldatabase/BUILD.gn View 1 1 chunk +3 lines, -0 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 2 chunks +28 lines, -0 lines 0 comments Download
M cc/BUILD.gn View 1 5 chunks +8 lines, -0 lines 0 comments Download
M cc/animation/animation.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/animation/animation_id_provider.cc View 1 1 chunk +8 lines, -4 lines 0 comments Download
M cc/animation/layer_animation_controller.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M cc/animation/layer_animation_controller.cc View 1 8 chunks +32 lines, -27 lines 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 1 48 chunks +208 lines, -218 lines 0 comments Download
M cc/animation/layer_animation_value_observer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/base/math_util.h View 1 1 chunk +24 lines, -12 lines 0 comments Download
M cc/base/math_util.cc View 1 2 chunks +48 lines, -12 lines 0 comments Download
M cc/blink/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/web_display_item_list_impl.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M cc/blink/web_display_item_list_impl.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M cc/cc.gyp View 1 2 chunks +4 lines, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
A cc/debug/frame_timing_tracker.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
A cc/debug/frame_timing_tracker.cc View 1 1 chunk +59 lines, -0 lines 0 comments Download
A cc/debug/frame_timing_tracker_unittest.cc View 1 1 chunk +125 lines, -0 lines 0 comments Download
M cc/debug/picture_record_benchmark.cc View 1 4 chunks +2 lines, -8 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 2 chunks +1 line, -4 lines 0 comments Download
M cc/layers/layer.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 1 3 chunks +14 lines, -3 lines 0 comments Download
M cc/layers/layer_impl.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 7 chunks +22 lines, -22 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/layers/picture_image_layer.cc View 1 2 chunks +13 lines, -2 lines 0 comments Download
A cc/layers/picture_image_layer_unittest.cc View 1 1 chunk +46 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 chunks +4 lines, -9 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/tiled_layer_impl.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M cc/output/filter_operation.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M cc/quads/content_draw_quad_base.cc View 1 1 chunk +2 lines, -7 lines 0 comments Download
M cc/quads/draw_quad.cc View 1 2 chunks +9 lines, -18 lines 0 comments Download
M cc/quads/io_surface_draw_quad.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M cc/quads/picture_draw_quad.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M cc/quads/render_pass.cc View 1 1 chunk +2 lines, -7 lines 0 comments Download
M cc/quads/render_pass_draw_quad.cc View 1 1 chunk +3 lines, -12 lines 0 comments Download
M cc/quads/shared_quad_state.cc View 1 1 chunk +5 lines, -14 lines 0 comments Download
M cc/quads/stream_video_draw_quad.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M cc/quads/texture_draw_quad.cc View 1 1 chunk +2 lines, -6 lines 0 comments Download
M cc/quads/yuv_video_draw_quad.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
A cc/resources/clip_path_display_item.h View 1 1 chunk +64 lines, -0 lines 0 comments Download
A cc/resources/clip_path_display_item.cc View 1 1 chunk +62 lines, -0 lines 0 comments Download
M cc/resources/display_list_recording_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/display_list_recording_source.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M cc/resources/gpu_rasterizer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/gpu_tile_task_worker_pool.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M cc/resources/gpu_tile_task_worker_pool.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/one_copy_tile_task_worker_pool.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M cc/resources/picture.h View 1 3 chunks +7 lines, -9 lines 0 comments Download
M cc/resources/picture.cc View 1 7 chunks +12 lines, -21 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M cc/resources/picture_pile.h View 1 2 chunks +2 lines, -5 lines 0 comments Download
M cc/resources/picture_pile.cc View 1 4 chunks +7 lines, -23 lines 0 comments Download
M cc/resources/picture_unittest.cc View 1 13 chunks +25 lines, -67 lines 0 comments Download
M cc/resources/recording_source.h View 1 2 chunks +1 line, -2 lines 0 comments Download
M cc/resources/resource_pool.h View 1 3 chunks +11 lines, -6 lines 0 comments Download
M cc/resources/resource_pool.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M cc/resources/resource_update_controller.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/tile.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M cc/resources/tile_manager.h View 1 4 chunks +7 lines, -6 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 17 chunks +76 lines, -70 lines 0 comments Download
M cc/resources/tiling_set_eviction_queue.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/tiling_set_eviction_queue.cc View 1 1 chunk +0 lines, -15 lines 0 comments Download
M cc/resources/tiling_set_raster_queue_required.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
M cc/scheduler/scheduler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
M cc/test/animation_test_common.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M cc/test/animation_test_common.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M cc/test/fake_picture_pile_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_pile_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 1 chunk +60 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 1 1 chunk +102 lines, -0 lines 0 comments Download
M crypto/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M crypto/mock_apple_keychain.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M crypto/mock_apple_keychain.cc View 1 4 chunks +23 lines, -0 lines 0 comments Download
M crypto/signature_creator.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M crypto/signature_creator_nss.cc View 1 2 chunks +1 line, -5 lines 0 comments Download
M crypto/signature_creator_openssl.cc View 1 2 chunks +14 lines, -8 lines 0 comments Download
M gin/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M gin/array_buffer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 8 chunks +99 lines, -9 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 chunks +35 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 1 chunk +43 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 12 chunks +92 lines, -20 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 1 chunk +59 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 15 chunks +238 lines, -42 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 1 chunk +84 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 1 chunk +238 lines, -234 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 1 chunk +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_autogen.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_android.cc View 1 3 chunks +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 3 chunks +25 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 1 chunk +93 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 1 2 chunks +66 lines, -21 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 1 2 chunks +22 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc View 1 1 chunk +26 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 1 2 chunks +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.h View 1 3 chunks +22 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.cc View 1 3 chunks +8 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 1 3 chunks +6 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M gpu/config/BUILD.gn View 1 3 chunks +9 lines, -2 lines 0 comments Download
A + gpu/config/gpu_info_collector_ozone.cc View 1 1 chunk +6 lines, -5 lines 0 comments Download
M gpu/config/software_rendering_list_json.cc View 1 2 chunks +6 lines, -20 lines 0 comments Download
M gpu/gpu.gyp View 1 1 chunk +17 lines, -0 lines 0 comments Download
M gpu/gpu_config.gypi View 1 3 chunks +3 lines, -1 line 0 comments Download
A + gpu/gpu_unittests.isolate View 1 4 chunks +17 lines, -19 lines 0 comments Download
M mojo/common/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/converters/surfaces/tests/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/dart/embedder/test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/edk/js/test/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/edk/system/BUILD.gn View 1 2 chunks +1 line, -9 lines 0 comments Download
M mojo/edk/test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A + mojo/services/network/udp_socket_unittest.cc View 1 6 chunks +18 lines, -17 lines 0 comments Download
A mojo/services/network/upload_network_service.py View 1 1 chunk +73 lines, -0 lines 0 comments Download
M mojo/services/view_manager/public/cpp/tests/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/BUILD.gn View 1 2 chunks +3 lines, -0 lines 0 comments Download
M net/base/load_flags_list.h View 1 1 chunk +4 lines, -8 lines 0 comments Download
M net/base/mime_sniffer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/base/mime_util.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M net/base/mime_util.cc View 1 2 chunks +0 lines, -30 lines 0 comments Download
M net/base/mime_util_unittest.cc View 1 1 chunk +0 lines, -17 lines 0 comments Download
M net/base/network_change_notifier.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M net/base/prioritized_dispatcher_unittest.cc View 1 1 chunk +4 lines, -6 lines 0 comments Download
M net/cert/crl_set_storage.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/cookie_monster.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/data/websocket/OWNERS View 1 1 chunk +3 lines, -3 lines 0 comments Download
A net/data/websocket/echo-request-headers_wsh.py View 1 1 chunk +20 lines, -0 lines 0 comments Download
A net/data/websocket/proxied_request_check.html View 1 1 chunk +32 lines, -0 lines 0 comments Download
M net/disk_cache/blockfile/backend_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_impl_v3.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/block_files.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/disk_format.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/disk_format_base.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/disk_cache/blockfile/disk_format_v3.h View 1 7 chunks +7 lines, -7 lines 0 comments Download
M net/disk_cache/blockfile/entry_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/entry_impl_v3.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/file_ios.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M net/disk_cache/blockfile/file_win.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/stats.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M net/disk_cache/entry_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/memory/mem_backend_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/simple/simple_entry_impl.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M net/disk_cache/simple/simple_index.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_test_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_config_service_posix.cc View 1 2 chunks +10 lines, -3 lines 0 comments Download
M net/dns/dns_session.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/docs/bug-triage-suggested-workflow.txt View 1 4 chunks +16 lines, -6 lines 0 comments Download
M net/http/http_auth.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_network_transaction.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M net/http/http_network_transaction.cc View 1 5 chunks +13 lines, -8 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 9 chunks +316 lines, -8 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.h View 1 4 chunks +9 lines, -15 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.cc View 1 3 chunks +0 lines, -4 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M net/http/http_response_body_drainer_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_security_headers.cc View 1 3 chunks +7 lines, -18 lines 0 comments Download
M net/http/http_security_headers_unittest.cc View 1 7 chunks +65 lines, -8 lines 0 comments Download
M net/http/http_server_properties.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 1 chunk +3 lines, -10 lines 0 comments Download
M net/http/transport_security_state.h View 1 9 chunks +47 lines, -23 lines 0 comments Download
M net/http/transport_security_state.cc View 1 13 chunks +123 lines, -85 lines 0 comments Download
M net/http/transport_security_state_static.h View 1 2 chunks +1231 lines, -1195 lines 0 comments Download
M net/http/transport_security_state_static.json View 1 1 chunk +47 lines, -1 line 0 comments Download
M net/http/transport_security_state_unittest.cc View 1 4 chunks +204 lines, -46 lines 0 comments Download
M net/net.gyp View 1 2 chunks +3 lines, -0 lines 0 comments Download
M net/proxy/proxy_config_service_ios.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_source.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/proxy/proxy_info.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/receive_algorithm_interface.h View 1 1 chunk +1 line, -6 lines 0 comments Download
M net/quic/congestion_control/receive_algorithm_interface.cc View 1 1 chunk +2 lines, -7 lines 0 comments Download
M net/quic/congestion_control/tcp_receiver.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M net/quic/congestion_control/tcp_receiver.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M net/quic/congestion_control/tcp_receiver_test.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter_openssl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_encrypter_openssl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter_nss.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter_openssl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_encrypter_nss.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_encrypter_openssl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/crypto_handshake.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/crypto_handshake_message.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/crypto_server_test.cc View 1 4 chunks +10 lines, -26 lines 0 comments Download
M net/quic/crypto/curve25519_key_exchange.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/quic_crypto_server_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 1 5 chunks +10 lines, -11 lines 0 comments Download
M net/quic/port_suggester.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_ack_notifier.h View 1 2 chunks +4 lines, -12 lines 0 comments Download
M net/quic/quic_ack_notifier.cc View 1 3 chunks +3 lines, -8 lines 0 comments Download
M net/quic/quic_ack_notifier_test.cc View 1 4 chunks +4 lines, -6 lines 0 comments Download
M net/quic/quic_config.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/quic_config.cc View 1 3 chunks +5 lines, -11 lines 0 comments Download
M net/quic/quic_config_test.cc View 1 7 chunks +2 lines, -36 lines 0 comments Download
M net/quic/quic_connection.h View 1 7 chunks +7 lines, -10 lines 0 comments Download
M net/quic/quic_connection.cc View 1 14 chunks +42 lines, -36 lines 0 comments Download
M net/quic/quic_connection_logger.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/quic_connection_logger.cc View 1 3 chunks +0 lines, -28 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 55 chunks +373 lines, -269 lines 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/quic/quic_crypto_client_stream_test.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/quic_crypto_server_stream.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M net/quic/quic_crypto_server_stream.cc View 1 3 chunks +4 lines, -11 lines 0 comments Download
M net/quic/quic_data_stream.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_dispatcher.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/quic_flags.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M net/quic/quic_flags.cc View 1 3 chunks +26 lines, -11 lines 0 comments Download
M net/quic/quic_framer.h View 1 3 chunks +0 lines, -8 lines 0 comments Download
M net/quic/quic_framer.cc View 1 11 chunks +3 lines, -110 lines 0 comments Download
M net/quic/quic_framer_test.cc View 1 24 chunks +434 lines, -1218 lines 0 comments Download
M net/quic/quic_headers_stream.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M net/quic/quic_headers_stream.cc View 1 10 chunks +77 lines, -21 lines 0 comments Download
M net/quic/quic_headers_stream_test.cc View 1 12 chunks +153 lines, -32 lines 0 comments Download
M net/quic/quic_http_stream_test.cc View 1 11 chunks +18 lines, -19 lines 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download
M net/quic/quic_packet_creator.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M net/quic/quic_packet_creator.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/quic_packet_creator_test.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M net/quic/quic_packet_generator.h View 1 7 chunks +25 lines, -18 lines 0 comments Download
M net/quic/quic_packet_generator.cc View 1 14 chunks +69 lines, -68 lines 0 comments Download
M net/quic/quic_packet_generator_test.cc View 1 36 chunks +221 lines, -119 lines 0 comments Download
M net/quic/quic_protocol.h View 1 8 chunks +8 lines, -43 lines 0 comments Download
M net/quic/quic_protocol.cc View 1 7 chunks +3 lines, -40 lines 0 comments Download
M net/quic/quic_received_packet_manager.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M net/quic/quic_received_packet_manager.cc View 1 2 chunks +2 lines, -8 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 5 chunks +9 lines, -7 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 10 chunks +61 lines, -15 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 1 9 chunks +242 lines, -28 lines 0 comments Download
M net/quic/quic_server_session.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M net/quic/quic_session.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/quic/quic_session.cc View 1 4 chunks +9 lines, -12 lines 0 comments Download
M net/quic/quic_session_test.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 2 chunks +42 lines, -1 line 0 comments Download
M net/quic/quic_time_wait_list_manager.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M net/quic/quic_time_wait_list_manager.cc View 1 4 chunks +54 lines, -18 lines 0 comments Download
M net/quic/quic_utils.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 1 chunk +2 lines, -10 lines 0 comments Download
M net/quic/reliable_quic_stream_test.cc View 1 6 chunks +14 lines, -14 lines 0 comments Download
M net/quic/test_tools/mock_crypto_client_stream.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/test_tools/quic_config_peer.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_config_peer.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_packet_generator_peer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/test_tools/quic_packet_generator_peer.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_packet_maker.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_packet_maker.cc View 1 5 chunks +34 lines, -36 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 4 chunks +4 lines, -12 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 2 chunks +0 lines, -8 lines 0 comments Download
M net/quic/test_tools/simple_quic_framer.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/test_tools/simple_quic_framer.cc View 1 5 chunks +0 lines, -16 lines 0 comments Download
M net/socket/client_socket_pool_manager.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.cc View 1 4 chunks +13 lines, -16 lines 0 comments Download
M net/socket/socks5_client_socket.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/socks_client_socket.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_pool.h View 1 4 chunks +0 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 4 chunks +0 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M net/spdy/spdy_framer.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_framer.cc View 1 5 chunks +55 lines, -58 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_headers_block_parser.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M net/spdy/spdy_headers_block_parser.cc View 1 1 chunk +9 lines, -8 lines 0 comments Download
M net/spdy/spdy_http_utils.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 chunks +22 lines, -1 line 0 comments Download
M net/spdy/spdy_protocol.h View 1 3 chunks +8 lines, -8 lines 0 comments Download
M net/spdy/spdy_protocol.cc View 1 19 chunks +9 lines, -22 lines 0 comments Download
M net/spdy/spdy_session.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M net/spdy/spdy_test_utils.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M net/ssl/ssl_connection_status_flags.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/test/url_request/url_request_mock_http_job.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A net/test/url_request/url_request_slow_download_job.h View 1 1 chunk +99 lines, -0 lines 0 comments Download
A net/test/url_request/url_request_slow_download_job.cc View 1 1 chunk +265 lines, -0 lines 0 comments Download
M net/tools/crash_cache/crash_cache.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 6 chunks +44 lines, -29 lines 0 comments Download
M net/tools/quic/quic_client_bin.cc View 1 4 chunks +18 lines, -1 line 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M net/tools/quic/quic_server_session.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 1 4 chunks +56 lines, -17 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager_test.cc View 1 11 chunks +58 lines, -10 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.h View 1 1 chunk +4 lines, -5 lines 0 comments Download
M net/url_request/url_request_context_builder.h View 1 3 chunks +14 lines, -4 lines 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 3 chunks +17 lines, -8 lines 0 comments Download
M net/url_request/url_request_context_storage.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M net/url_request/url_request_context_storage.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/url_request/url_request_simple_job_unittest.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M net/url_request/url_request_test_util.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M net/websockets/websocket_basic_handshake_stream.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/websockets/websocket_channel.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M net/websockets/websocket_frame.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/websockets/websocket_frame_perftest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/websockets/websocket_frame_test.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M net/websockets/websocket_handshake_stream_create_helper_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/websockets/websocket_stream.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M sandbox/linux/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M sandbox/linux/services/credentials.cc View 1 3 chunks +29 lines, -40 lines 0 comments Download
M sandbox/linux/services/credentials_unittest.cc View 1 3 chunks +2 lines, -8 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers.h View 1 1 chunk +0 lines, -12 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers.cc View 1 3 chunks +6 lines, -83 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers_unittest.cc View 1 1 chunk +0 lines, -29 lines 0 comments Download
M services/js/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M services/view_manager/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M services/window_manager/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M shell/BUILD.gn View 1 5 chunks +6 lines, -14 lines 2 comments Download
M shell/application_manager/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M shell/child_process_host.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M shell/child_process_host.cc View 1 3 chunks +9 lines, -14 lines 0 comments Download
M skia/BUILD.gn View 1 4 chunks +7 lines, -13 lines 0 comments Download
A skia/ext/bitmap_platform_device_cairo.h View 1 1 chunk +130 lines, -0 lines 0 comments Download
A skia/ext/bitmap_platform_device_cairo.cc View 1 1 chunk +225 lines, -0 lines 0 comments Download
M skia/ext/platform_canvas_unittest.cc View 1 4 chunks +8 lines, -0 lines 0 comments Download
M skia/ext/skia_utils_ios_unittest.mm View 1 1 chunk +1 line, -0 lines 0 comments Download
M skia/ext/vector_canvas_unittest.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M skia/skia_library.gypi View 1 1 chunk +5 lines, -0 lines 0 comments Download
M skia/skia_test_expectations.txt View 1 1 chunk +40 lines, -0 lines 0 comments Download
M sky/engine/platform/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/platform/graphics/Canvas2DLayerBridge.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M sky/engine/web/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/wtf/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M testing/android/java/AndroidManifest.xml View 1 2 chunks +7 lines, -7 lines 0 comments Download
M testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java View 1 3 chunks +13 lines, -1 line 0 comments Download
M testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java View 1 6 chunks +24 lines, -4 lines 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 1 3 chunks +0 lines, -3 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 chunks +51 lines, -19 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 1 10 chunks +66 lines, -9 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 1 12 chunks +72 lines, -12 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 1 1 chunk +0 lines, -1 line 0 comments Download
M testing/buildbot/chromium.webkit.json View 1 2 chunks +0 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 15 chunks +90 lines, -15 lines 0 comments Download
D testing/buildbot/chromium_athena.json View 1 1 chunk +0 lines, -22 lines 0 comments Download
M testing/buildbot/chromium_memory_trybot.json View 1 3 chunks +20 lines, -4 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 4 chunks +18 lines, -12 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 1 chunk +3 lines, -1 line 0 comments Download
M testing/chromoting/browser_tests_launcher.py View 1 4 chunks +37 lines, -22 lines 0 comments Download
M testing/chromoting/chromoting_integration_tests.isolate View 1 3 chunks +5 lines, -1 line 0 comments Download
M testing/commit_queue/config.json View 1 3 chunks +7 lines, -5 lines 0 comments Download
A + testing/scripts/checklicenses.py View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + testing/scripts/checkperms.py View 1 2 chunks +6 lines, -6 lines 0 comments Download
M testing/test.gni View 1 1 chunk +234 lines, -0 lines 0 comments Download
M third_party/boringssl/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/boringssl/boringssl.gyp View 1 2 chunks +4 lines, -1 line 0 comments Download
M third_party/boringssl/boringssl.gypi View 1 3 chunks +12 lines, -1 line 0 comments Download
M third_party/boringssl/boringssl_unittest.cc View 1 2 chunks +70 lines, -73 lines 0 comments Download
A third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S View 1 1 chunk +725 lines, -0 lines 0 comments Download
A third_party/boringssl/linux-aarch64/crypto/modes/ghashv8-armx.S View 1 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/boringssl/linux-aarch64/crypto/sha/sha1-armv8.S View 1 1 chunk +1211 lines, -0 lines 0 comments Download
A third_party/boringssl/linux-aarch64/crypto/sha/sha256-armv8.S View 1 1 chunk +1141 lines, -0 lines 0 comments Download
A third_party/boringssl/linux-aarch64/crypto/sha/sha512-armv8.S View 1 1 chunk +1021 lines, -0 lines 0 comments Download
A third_party/boringssl/linux-arm/crypto/aes/aesv8-armx.S View 1 1 chunk +732 lines, -0 lines 0 comments Download
A third_party/boringssl/linux-arm/crypto/modes/ghashv8-armx.S View 1 1 chunk +116 lines, -0 lines 0 comments Download
M third_party/boringssl/linux-arm/crypto/sha/sha1-armv4-large.S View 1 2 chunks +1006 lines, -7 lines 0 comments Download
M third_party/boringssl/linux-arm/crypto/sha/sha256-armv4.S View 1 4 chunks +151 lines, -8 lines 0 comments Download
M third_party/boringssl/linux-arm/crypto/sha/sha512-armv4.S View 1 4 chunks +9 lines, -6 lines 0 comments Download
M third_party/boringssl/update_gypi_and_asm.py View 1 3 chunks +10 lines, -5 lines 0 comments Download
M third_party/mesa/mesa.gyp View 1 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/qcms/OWNERS View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/qcms/README.chromium View 1 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/qcms/src/iccread.c View 1 2 chunks +65 lines, -0 lines 0 comments Download
M tools/android/checkstyle/checkstyle.py View 1 2 chunks +4 lines, -3 lines 0 comments Download
D tools/android/findbugs_plugin/test/expected_result.txt View 1 1 chunk +0 lines, -3 lines 0 comments Download
M tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py View 1 1 chunk +9 lines, -0 lines 0 comments Download
M tools/clang/plugins/ChromeClassTester.cpp View 1 1 chunk +0 lines, -9 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsAction.cpp View 1 2 chunks +2 lines, -3 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.cpp View 1 2 chunks +27 lines, -5 lines 0 comments Download
M tools/clang/plugins/Options.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/clang/plugins/tests/weak_ptr_factory.cpp View 1 2 chunks +22 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/weak_ptr_factory.flags View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/plugins/tests/weak_ptr_factory.txt View 1 1 chunk +7 lines, -4 lines 0 comments Download
M tools/clang/scripts/plugin_flags.sh View 1 1 chunk +2 lines, -1 line 0 comments Download
M tools/clang/scripts/update.py View 1 4 chunks +6 lines, -12 lines 0 comments Download
M tools/clang/translation_unit/TranslationUnitGenerator.cpp View 1 3 chunks +9 lines, -2 lines 0 comments Download
M tools/clang/translation_unit/test_files/test.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/clang/translation_unit/test_files/test.cc.filepaths.expected View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/clang/translation_unit/test_translation_unit.py View 1 1 chunk +9 lines, -2 lines 0 comments Download
M tools/gdb/gdb_chrome.py View 1 1 chunk +0 lines, -3 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/idl_parser/idl_parser.py View 1 1 chunk +6 lines, -2 lines 0 comments Download
M tools/idl_parser/test_parser/interface_web.idl View 1 1 chunk +17 lines, -0 lines 0 comments Download
M tools/relocation_packer/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/valgrind/asan/asan_symbolize.py View 1 2 chunks +88 lines, -3 lines 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 1 1 chunk +11 lines, -16 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 1 chunk +0 lines, -4 lines 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory_win32.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory_win32.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_unittests.gtest.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 4 chunks +103 lines, -12 lines 0 comments Download
M tools/valgrind/memcheck/suppressions_mac.txt View 1 3 chunks +27 lines, -3 lines 0 comments Download
M tools/vim/chromium.ycm_extra_conf.py View 1 3 chunks +35 lines, -5 lines 0 comments Download
M tools/xdisplaycheck/xdisplaycheck.cc View 1 2 chunks +31 lines, -0 lines 0 comments Download
M ui/events/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/BUILD.gn View 1 12 chunks +29 lines, -79 lines 0 comments Download
M ui/gl/generate_bindings.py View 1 17 chunks +120 lines, -66 lines 0 comments Download
M ui/gl/gl.gyp View 1 13 chunks +25 lines, -76 lines 0 comments Download
A ui/gl/gl_bindings_api_autogen_egl.h View 1 1 chunk +128 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_api_autogen_gl.h View 1 1 chunk +703 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_api_autogen_glx.h View 1 1 chunk +133 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_api_autogen_osmesa.h View 1 1 chunk +38 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_api_autogen_wgl.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_egl.h View 1 1 chunk +407 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_egl.cc View 1 1 chunk +1428 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_gl.h View 1 1 chunk +2380 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_gl.cc View 1 1 chunk +11338 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_glx.h View 1 1 chunk +424 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_glx.cc View 1 1 chunk +1463 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_mock.h View 1 1 chunk +880 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_mock.cc View 1 1 chunk +3225 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_osmesa.h View 1 1 chunk +123 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_osmesa.cc View 1 1 chunk +372 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_wgl.h View 1 1 chunk +147 lines, -0 lines 0 comments Download
A ui/gl/gl_bindings_autogen_wgl.cc View 1 1 chunk +537 lines, -0 lines 0 comments Download
A + ui/gl/gl_context_ozone.cc View 1 2 chunks +9 lines, -20 lines 0 comments Download
A ui/gl/gl_enums.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
A ui/gl/gl_enums.cc View 1 1 chunk +40 lines, -0 lines 0 comments Download
A + ui/gl/gl_enums_implementation_autogen.h View 1 22 chunks +47 lines, -860 lines 0 comments Download
A + ui/gl/gl_implementation_ozone.cc View 1 6 chunks +17 lines, -46 lines 0 comments Download
A ui/gl/gl_mock_autogen_gl.h View 1 1 chunk +709 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
A ui/gl/gl_surface_ozone.cc View 1 1 chunk +266 lines, -0 lines 0 comments Download
M url/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
jamesr
https://codereview.chromium.org/862133002/diff/1/shell/child_process_host.h File shell/child_process_host.h (right): https://codereview.chromium.org/862133002/diff/1/shell/child_process_host.h#newcode68 shell/child_process_host.h:68: base::Process child_process_; Trung - could you please review the ...
5 years, 11 months ago (2015-01-21 21:09:10 UTC) #1
jamesr
https://codereview.chromium.org/862133002/diff/1/shell/child_process_host.h File shell/child_process_host.h (right): https://codereview.chromium.org/862133002/diff/1/shell/child_process_host.h#newcode68 shell/child_process_host.h:68: base::Process child_process_; Trung - could you please review the ...
5 years, 11 months ago (2015-01-21 21:10:14 UTC) #3
viettrungluu
https://codereview.chromium.org/862133002/diff/1/shell/child_process_host.cc File shell/child_process_host.cc (right): https://codereview.chromium.org/862133002/diff/1/shell/child_process_host.cc#newcode56 shell/child_process_host.cc:56: // Note: |WaitForExit()| closes the process handle. It doesn't, ...
5 years, 11 months ago (2015-01-21 22:27:04 UTC) #4
jamesr
Gonna land since we have to keep up, although this might break some mojo shell ...
5 years, 11 months ago (2015-01-22 00:59:29 UTC) #6
jamesr
Committed patchset #2 (id:10001) manually as 5e66a79729a658ce54b1ec33f4d4d108bdfccaff.
5 years, 11 months ago (2015-01-22 01:02:17 UTC) #7
qsr
https://codereview.chromium.org/862133002/diff/10001/shell/BUILD.gn File shell/BUILD.gn (right): https://codereview.chromium.org/862133002/diff/10001/shell/BUILD.gn#newcode439 shell/BUILD.gn:439: # TODO(qsr): asset_location = mojo_shell_assets_dir ? On 2015/01/22 00:59:28, ...
5 years, 11 months ago (2015-01-22 12:26:04 UTC) #8
jamesr
5 years, 11 months ago (2015-01-22 18:20:20 UTC) #9
Message was sent while issue was closed.
On 2015/01/22 12:26:04, qsr wrote:
> https://codereview.chromium.org/862133002/diff/10001/shell/BUILD.gn
> File shell/BUILD.gn (right):
> 
> https://codereview.chromium.org/862133002/diff/10001/shell/BUILD.gn#newcode439
> shell/BUILD.gn:439: # TODO(qsr): asset_location = mojo_shell_assets_dir ?
> On 2015/01/22 00:59:28, jamesr wrote:
> > qsr@ = there appears to be a deficiency in the test() template - there's no
> way
> > to specify the asset_location for the generated xxx__unittest_apk.
> 
>  Fixed by https://codereview.chromium.org/862293003/

Thanks!

Powered by Google App Engine
This is Rietveld 408576698