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

Issue 723343002: Update from https://crrev.com/304121 (Closed)

Created:
6 years, 1 month ago by jamesr
Modified:
6 years, 1 month 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
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14100 lines, -16774 lines) Patch
M DEPS View 4 chunks +9 lines, -9 lines 0 comments Download
M base/allocator/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M base/android/java/src/org/chromium/base/SystemMessageHandler.java View 4 chunks +42 lines, -97 lines 0 comments Download
M base/android/linker/linker_jni.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/base64.h View 1 chunk +3 lines, -2 lines 0 comments Download
M base/base64_unittest.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M base/files/file.h View 3 chunks +51 lines, -1 line 0 comments Download
M base/files/file_posix.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M base/files/file_unittest.cc View 2 chunks +69 lines, -0 lines 0 comments Download
M base/files/file_util_posix.cc View 2 chunks +1 line, -3 lines 0 comments Download
M base/json/json_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/mac/bind_objc_block.h View 1 chunk +17 lines, -36 lines 0 comments Download
M base/mac/bind_objc_block_unittest.mm View 1 chunk +32 lines, -0 lines 0 comments Download
M base/memory/scoped_ptr_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M base/message_loop/message_loop.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M base/metrics/histogram.h View 1 chunk +1 line, -1 line 0 comments Download
M base/observer_list.h View 2 chunks +4 lines, -2 lines 0 comments Download
M base/observer_list_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M base/profiler/scoped_profile.h View 2 chunks +4 lines, -6 lines 0 comments Download
M base/profiler/scoped_profile.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M base/profiler/scoped_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/test/launcher/unit_test_launcher.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M base/threading/platform_thread_linux.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M base/time/time.h View 2 chunks +4 lines, -4 lines 0 comments Download
M base/tracked_objects.h View 2 chunks +2 lines, -2 lines 0 comments Download
M base/tracked_objects.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M base/win/scoped_comptr_unittest.cc View 3 chunks +13 lines, -13 lines 0 comments Download
M build/all.gyp View 5 chunks +15 lines, -7 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/gyp/java_cpp_enum.py View 4 chunks +19 lines, -3 lines 0 comments Download
M build/android/gyp/java_cpp_enum_tests.py View 4 chunks +76 lines, -3 lines 0 comments Download
M build/android/gyp/package_resources.py View 2 chunks +7 lines, -0 lines 0 comments Download
M build/android/gyp/process_resources.py View 2 chunks +7 lines, -0 lines 0 comments Download
M build/android/pylib/base/base_test_result.py View 2 chunks +7 lines, -1 line 0 comments Download
M build/android/pylib/base/base_test_runner.py View 3 chunks +0 lines, -44 lines 0 comments Download
A build/android/pylib/base/test_collection.py View 1 chunk +80 lines, -0 lines 0 comments Download
M build/android/pylib/base/test_dispatcher.py View 6 chunks +14 lines, -88 lines 0 comments Download
M build/android/pylib/base/test_dispatcher_unittest.py View 3 chunks +3 lines, -2 lines 0 comments Download
A build/android/pylib/base/test_server.py View 1 chunk +19 lines, -0 lines 0 comments Download
M build/android/pylib/constants.py View 3 chunks +14 lines, -7 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 5 chunks +20 lines, -6 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 13 chunks +338 lines, -395 lines 0 comments Download
M build/android/pylib/forwarder.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/gtest/test_runner.py View 5 chunks +15 lines, -3 lines 0 comments Download
M build/android/pylib/instrumentation/test_jar.py View 4 chunks +16 lines, -3 lines 0 comments Download
M build/android/pylib/instrumentation/test_result.py View 2 chunks +2 lines, -6 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 2 chunks +6 lines, -11 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner_test.py View 2 chunks +8 lines, -7 lines 0 comments Download
M build/android/pylib/linker/test_case.py View 1 chunk +1 line, -1 line 0 comments Download
A + build/android/pylib/local/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A build/android/pylib/local/local_test_server_spawner.py View 1 chunk +45 lines, -0 lines 0 comments Download
M build/android/pylib/uiautomator/test_package.py View 2 chunks +7 lines, -1 line 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/utils/flakiness_dashboard_results_uploader.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/utils/isolator.py View 1 chunk +0 lines, -1 line 0 comments Download
A build/android/pylib/utils/mock_calls.py View 1 chunk +175 lines, -0 lines 0 comments Download
A build/android/pylib/utils/mock_calls_test.py View 1 chunk +159 lines, -0 lines 0 comments Download
M build/android/test_runner.py View 2 chunks +7 lines, -0 lines 0 comments Download
M build/common.gypi View 14 chunks +22 lines, -40 lines 0 comments Download
M build/config/BUILD.gn View 1 chunk +0 lines, -3 lines 0 comments Download
M build/config/allocator.gni View 1 chunk +3 lines, -2 lines 0 comments Download
M build/config/android/internal_rules.gni View 3 chunks +10 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 2 chunks +6 lines, -0 lines 0 comments Download
M build/config/compiler/BUILD.gn View 2 chunks +19 lines, -9 lines 0 comments Download
M build/config/features.gni View 2 chunks +2 lines, -14 lines 0 comments Download
M build/config/linux/pkg-config.py View 3 chunks +18 lines, -0 lines 0 comments Download
M build/config/linux/pkg_config.gni View 1 chunk +15 lines, -11 lines 0 comments Download
M build/config/ui.gni View 1 chunk +0 lines, -4 lines 0 comments Download
M build/ios/grit_whitelist.txt View 9 chunks +10 lines, -87 lines 0 comments Download
M build/java_apk.gypi View 5 chunks +15 lines, -1 line 0 comments Download
M build/landmines.py View 2 chunks +74 lines, -1 line 0 comments Download
M build/secondary/third_party/nss/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M build/tree_truth.sh View 1 chunk +4 lines, -3 lines 0 comments Download
M build/whitespace_file.txt View 1 chunk +0 lines, -1 line 0 comments Download
M cc/BUILD.gn View 4 chunks +5 lines, -2 lines 0 comments Download
M cc/animation/animation.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/animation/animation.cc View 3 chunks +28 lines, -22 lines 0 comments Download
M cc/animation/animation_curve.h View 2 chunks +2 lines, -1 line 0 comments Download
M cc/animation/animation_unittest.cc View 5 chunks +578 lines, -289 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 5 chunks +5 lines, -4 lines 0 comments Download
M cc/animation/keyframed_animation_curve.cc View 4 chunks +12 lines, -8 lines 0 comments Download
M cc/animation/layer_animation_controller.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 4 chunks +9 lines, -15 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/scroll_offset_animation_curve.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve_unittest.cc View 4 chunks +31 lines, -31 lines 0 comments Download
A cc/base/time_util.h View 1 chunk +30 lines, -0 lines 0 comments Download
M cc/blink/web_scroll_offset_animation_curve_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/cc.gyp View 4 chunks +5 lines, -2 lines 0 comments Download
M cc/cc_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/benchmark_instrumentation.h View 1 chunk +1 line, -4 lines 0 comments Download
M cc/debug/benchmark_instrumentation.cc View 1 chunk +1 line, -10 lines 0 comments Download
M cc/debug/picture_record_benchmark.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/debug/rendering_stats.h View 1 chunk +15 lines, -39 lines 0 comments Download
M cc/debug/rendering_stats.cc View 4 chunks +6 lines, -39 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 3 chunks +3 lines, -14 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.cc View 3 chunks +4 lines, -39 lines 0 comments Download
M cc/input/input_handler.h View 5 chunks +26 lines, -13 lines 0 comments Download
A + cc/input/input_handler.cc View 1 chunk +3 lines, -5 lines 0 comments Download
A cc/input/scroll_elasticity_helper.h View 1 chunk +84 lines, -0 lines 0 comments Download
A cc/input/scroll_elasticity_helper.cc View 1 chunk +101 lines, -0 lines 0 comments Download
M cc/layers/content_layer.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M cc/layers/draw_properties.h View 3 chunks +6 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 chunk +5 lines, -8 lines 0 comments Download
M cc/layers/layer_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_unittest.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/picture_layer.h View 3 chunks +6 lines, -4 lines 0 comments Download
M cc/layers/picture_layer.cc View 8 chunks +33 lines, -35 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 5 chunks +10 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 29 chunks +87 lines, -93 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 15 chunks +57 lines, -71 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M cc/layers/surface_layer.h View 3 chunks +8 lines, -1 line 0 comments Download
M cc/layers/surface_layer.cc View 3 chunks +15 lines, -1 line 0 comments Download
M cc/layers/surface_layer_unittest.cc View 4 chunks +33 lines, -3 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M cc/layers/ui_resource_layer_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M cc/layers/video_layer_impl.cc View 1 chunk +3 lines, -8 lines 0 comments Download
M cc/output/gl_renderer.h View 2 chunks +0 lines, -12 lines 0 comments Download
M cc/output/gl_renderer.cc View 11 chunks +49 lines, -200 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 3 chunks +5 lines, -1 line 0 comments Download
M cc/output/output_surface.h View 1 chunk +0 lines, -5 lines 0 comments Download
M cc/output/output_surface_client.h View 2 chunks +0 lines, -2 lines 0 comments Download
M cc/output/output_surface_unittest.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/output/program_binding.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/renderer_pixeltest.cc View 8 chunks +30 lines, -88 lines 0 comments Download
M cc/output/shader.h View 2 chunks +3 lines, -1 line 0 comments Download
M cc/output/shader.cc View 5 chunks +11 lines, -7 lines 0 comments Download
M cc/output/software_renderer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 3 chunks +13 lines, -29 lines 0 comments Download
M cc/quads/picture_draw_quad.h View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/quads/picture_draw_quad.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.h View 2 chunks +0 lines, -2 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.cc View 2 chunks +2 lines, -10 lines 0 comments Download
M cc/resources/bitmap_skpicture_content_layer_updater.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/resources/content_layer_updater.h View 2 chunks +1 line, -5 lines 0 comments Download
M cc/resources/content_layer_updater.cc View 3 chunks +3 lines, -12 lines 0 comments Download
M cc/resources/gpu_raster_worker_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_layer_tiling.h View 4 chunks +6 lines, -4 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 6 chunks +41 lines, -18 lines 0 comments Download
M cc/resources/picture_layer_tiling_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 5 chunks +30 lines, -6 lines 0 comments Download
M cc/resources/picture_pile.h View 2 chunks +85 lines, -32 lines 0 comments Download
M cc/resources/picture_pile.cc View 16 chunks +252 lines, -60 lines 0 comments Download
D cc/resources/picture_pile_base.h View 1 chunk +0 lines, -139 lines 0 comments Download
D cc/resources/picture_pile_base.cc View 1 chunk +0 lines, -257 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 6 chunks +46 lines, -19 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 2 chunks +112 lines, -12 lines 0 comments Download
M cc/resources/picture_pile_unittest.cc View 40 chunks +453 lines, -374 lines 0 comments Download
M cc/resources/raster_source.h View 4 chunks +38 lines, -1 line 0 comments Download
M cc/resources/raster_worker_pool_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/raster_worker_pool_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/rasterizer.h View 1 chunk +5 lines, -1 line 0 comments Download
A cc/resources/recording_source.h View 1 chunk +55 lines, -0 lines 0 comments Download
M cc/resources/skpicture_content_layer_updater.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/skpicture_content_layer_updater.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M cc/resources/tile.h View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/resources/tile.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/tile_manager.h View 4 chunks +9 lines, -2 lines 0 comments Download
M cc/resources/tile_manager.cc View 6 chunks +117 lines, -73 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 6 chunks +109 lines, -11 lines 0 comments Download
M cc/scheduler/begin_frame_source.h View 2 chunks +6 lines, -2 lines 0 comments Download
M cc/scheduler/begin_frame_source.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler.h View 4 chunks +5 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.cc View 7 chunks +19 lines, -7 lines 0 comments Download
M cc/scheduler/scheduler_settings.h View 3 chunks +5 lines, -1 line 0 comments Download
M cc/scheduler/scheduler_settings.cc View 4 chunks +16 lines, -6 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 2 chunks +1 line, -15 lines 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 57 chunks +124 lines, -88 lines 0 comments Download
M cc/surfaces/display.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/animation_test_common.h View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/test/animation_test_common.cc View 3 chunks +12 lines, -9 lines 0 comments Download
M cc/test/data/background_filter_blur_off_axis.png View Binary file 0 comments Download
M cc/test/data/background_filter_blur_outsets.png View Binary file 0 comments Download
M cc/test/data/blending_and_filter.png View Binary file 0 comments Download
M cc/test/data/blending_render_pass.png View Binary file 0 comments Download
M cc/test/data/blending_render_pass_mask.png View Binary file 0 comments Download
M cc/test/data/blending_transparent.png View Binary file 0 comments Download
M cc/test/data/blending_with_root.png View Binary file 0 comments Download
A cc/test/data/filter_on_scaled_layer.png View Binary file 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_output_surface.h View 2 chunks +0 lines, -8 lines 0 comments Download
M cc/test/fake_output_surface.cc View 4 chunks +3 lines, -25 lines 0 comments Download
M cc/test/fake_output_surface_client.h View 5 chunks +0 lines, -5 lines 0 comments Download
M cc/test/fake_output_surface_client.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/test/fake_picture_layer_impl.h View 5 chunks +23 lines, -16 lines 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 3 chunks +77 lines, -15 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 3 chunks +5 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.cc View 3 chunks +7 lines, -0 lines 0 comments Download
A cc/test/fake_picture_pile.h View 1 chunk +53 lines, -0 lines 0 comments Download
M cc/test/fake_picture_pile_impl.h View 1 chunk +12 lines, -0 lines 0 comments Download
M cc/test/fake_picture_pile_impl.cc View 4 chunks +84 lines, -32 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_test.h View 10 chunks +55 lines, -19 lines 0 comments Download
M cc/test/layer_tree_test.cc View 12 chunks +93 lines, -17 lines 0 comments Download
M cc/test/scheduler_test_common.h View 2 chunks +13 lines, -9 lines 0 comments Download
M cc/test/scheduler_test_common.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host.h View 4 chunks +9 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 6 chunks +25 lines, -14 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 17 chunks +16 lines, -19 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 22 chunks +50 lines, -146 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 23 chunks +205 lines, -43 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_blending.cc View 9 chunks +108 lines, -71 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_filters.cc View 2 chunks +59 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 13 chunks +166 lines, -17 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 4 chunks +11 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_no_message_loop.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 3 chunks +3 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 2 chunks +4 lines, -1 line 0 comments Download
M cc/trees/layer_tree_settings.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/trees/single_thread_proxy.h View 7 chunks +9 lines, -4 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 16 chunks +45 lines, -38 lines 0 comments Download
M cc/trees/thread_proxy.h View 8 chunks +13 lines, -7 lines 0 comments Download
M cc/trees/thread_proxy.cc View 13 chunks +38 lines, -37 lines 0 comments Download
M crypto/BUILD.gn View 3 chunks +48 lines, -48 lines 0 comments Download
M crypto/ec_signature_creator_openssl.cc View 1 chunk +4 lines, -15 lines 0 comments Download
M crypto/nss_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M crypto/rsa_private_key_nss.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M crypto/rsa_private_key_openssl.cc View 2 chunks +9 lines, -7 lines 0 comments Download
M crypto/signature_verifier_openssl.cc View 2 chunks +5 lines, -11 lines 0 comments Download
M crypto/signature_verifier_unittest.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M gin/isolate_holder.cc View 6 chunks +29 lines, -7 lines 0 comments Download
M gin/public/isolate_holder.h View 1 chunk +4 lines, -2 lines 0 comments Download
M gpu/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/GLES2/extensions/CHROMIUM/CHROMIUM_get_multiple.txt View 2 chunks +2 lines, -23 lines 0 comments Download
A gpu/GLES2/extensions/CHROMIUM/CHROMIUM_subscribe_uniform.txt View 1 chunk +113 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 2 chunks +8 lines, -1 line 0 comments Download
M gpu/GLES2/gl2extchromium.h View 2 chunks +29 lines, -4 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 3 chunks +63 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 4 chunks +52 lines, -11 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 2 chunks +67 lines, -14 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 7 chunks +7 lines, -71 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 13 chunks +81 lines, -247 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 2 chunks +16 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 chunk +114 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 7 chunks +55 lines, -161 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 chunk +102 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 2 chunks +10 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 2 chunks +9 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 2 chunks +22 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 2 chunks +9 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 2 chunks +45 lines, -9 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 2 chunks +7 lines, -1 line 0 comments Download
M gpu/command_buffer/common/capabilities.h View 2 chunks +66 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/capabilities.cc View 1 chunk +17 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 2 chunks +281 lines, -66 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 2 chunks +105 lines, -19 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +39 lines, -33 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_autogen.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 3 chunks +25 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_group.h View 3 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_group.cc View 3 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_state.h View 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 chunk +7 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 22 chunks +247 lines, -93 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 chunk +140 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 4 chunks +3 lines, -151 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 3 chunks +25 lines, -11 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 4 chunks +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 1 chunk +1 line, -0 lines 0 comments Download
A gpu/command_buffer/service/gles2_cmd_decoder_unittest_valuebuffer.cc View 1 chunk +130 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 4 chunks +12 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/program_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M gpu/command_buffer/service/query_manager.h View 2 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/query_manager.cc View 17 chunks +26 lines, -19 lines 0 comments Download
M gpu/command_buffer/service/query_manager_unittest.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/shader_translator_cache.h View 3 chunks +17 lines, -12 lines 0 comments Download
A gpu/command_buffer/service/shader_translator_cache_unittest.cc View 1 chunk +56 lines, -0 lines 0 comments Download
A gpu/command_buffer/service/valuebuffer_manager.h View 1 chunk +123 lines, -0 lines 0 comments Download
A gpu/command_buffer/service/valuebuffer_manager.cc View 1 chunk +117 lines, -0 lines 0 comments Download
A gpu/command_buffer/service/valuebuffer_manager_unittest.cc View 1 chunk +100 lines, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.cc View 1 chunk +5 lines, -1 line 0 comments Download
M gpu/command_buffer_service.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_info_collector_win.cc View 1 chunk +39 lines, -0 lines 0 comments Download
M gpu/gpu.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A gpu/ipc/gpu_command_buffer_traits_multi.h View 1 chunk +59 lines, -0 lines 0 comments Download
M mojo/gles2/gles2_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/BUILD.gn View 8 chunks +7 lines, -29 lines 0 comments Download
M net/base/net_error_list.h View 2 chunks +2 lines, -6 lines 0 comments Download
M net/base/net_errors.h View 1 chunk +5 lines, -0 lines 0 comments Download
M net/base/net_errors.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M net/base/net_log.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_log_event_type_list.h View 3 chunks +3 lines, -56 lines 0 comments Download
M net/base/net_log_source_type_list.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/base/network_delegate.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/base/network_delegate.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M net/base/registry_controlled_domains/effective_tld_names.dat View 71 chunks +311 lines, -53 lines 0 comments Download
M net/base/registry_controlled_domains/effective_tld_names.gperf View 89 chunks +132 lines, -18 lines 0 comments Download
M net/base/request_priority.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/cert/ct_known_logs_static.h View 1 chunk +9 lines, -1 line 0 comments Download
M net/cert/ct_log_verifier_openssl.cc View 1 chunk +4 lines, -7 lines 0 comments Download
M net/cert/ct_log_verifier_unittest.cc View 1 chunk +9 lines, -0 lines 0 comments Download
A + net/data/url_request_unittest/simple.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/url_request_unittest/simple.html.mock-http-headers View 1 chunk +1 line, -0 lines 0 comments Download
A + net/data/url_request_unittest/two-content-lengths.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/url_request_unittest/two-content-lengths.html.mock-http-headers View 1 chunk +2 lines, -0 lines 0 comments Download
M net/dns/host_resolver_impl.cc View 18 chunks +30 lines, -60 lines 0 comments Download
M net/http/disk_cache_based_quic_server_info.h View 3 chunks +53 lines, -1 line 0 comments Download
M net/http/disk_cache_based_quic_server_info.cc View 11 chunks +95 lines, -56 lines 0 comments Download
M net/http/disk_cache_based_quic_server_info_unittest.cc View 1 chunk +187 lines, -0 lines 0 comments Download
M net/http/http_auth_handler.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_basic_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/http/http_network_session.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_network_session.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_network_transaction.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M net/http/http_response_info.h View 1 chunk +3 lines, -1 line 0 comments Download
M net/http/http_response_info.cc View 2 chunks +10 lines, -5 lines 0 comments Download
M net/http/http_server_properties.h View 1 chunk +3 lines, -2 lines 0 comments Download
M net/http/http_server_properties.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_request_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/transport_security_state.cc View 5 chunks +18 lines, -10 lines 0 comments Download
M net/http/transport_security_state_static.h View 4 chunks +1504 lines, -1452 lines 0 comments Download
M net/http/transport_security_state_static.json View 2 chunks +45 lines, -2 lines 0 comments Download
M net/http/transport_security_state_unittest.cc View 2 chunks +18 lines, -1 line 0 comments Download
M net/http/url_security_manager_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/net.gyp View 3 chunks +21 lines, -16 lines 0 comments Download
M net/net.gypi View 6 chunks +0 lines, -25 lines 0 comments Download
M net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/quic_crypto_client_config.h View 3 chunks +24 lines, -5 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.cc View 13 chunks +49 lines, -40 lines 0 comments Download
M net/quic/crypto/quic_server_info.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_client_session.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/quic/quic_headers_stream.cc View 1 chunk +5 lines, -1 line 0 comments Download
M net/quic/quic_headers_stream_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +9 lines, -5 lines 0 comments Download
M net/quic/quic_stream_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 3 chunks +31 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_time.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_utils.h View 2 chunks +7 lines, -0 lines 0 comments Download
M net/quic/quic_utils.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M net/quic/quic_utils_test.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils_openssl.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M net/socket/next_proto.h View 2 chunks +6 lines, -5 lines 0 comments Download
M net/socket/next_proto.cc View 2 chunks +2 lines, -17 lines 0 comments Download
M net/socket/ssl_client_socket.cc View 2 chunks +12 lines, -6 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 7 chunks +9 lines, -13 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 6 chunks +58 lines, -6 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_socket_win.cc View 7 chunks +7 lines, -7 lines 0 comments Download
D net/socket_stream/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D net/socket_stream/socket_stream.h View 1 chunk +0 lines, -404 lines 0 comments Download
D net/socket_stream/socket_stream.cc View 1 chunk +0 lines, -1353 lines 0 comments Download
D net/socket_stream/socket_stream_job.h View 1 chunk +0 lines, -94 lines 0 comments Download
D net/socket_stream/socket_stream_job.cc View 1 chunk +0 lines, -92 lines 0 comments Download
D net/socket_stream/socket_stream_job_manager.h View 1 chunk +0 lines, -46 lines 0 comments Download
D net/socket_stream/socket_stream_job_manager.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D net/socket_stream/socket_stream_metrics.h View 1 chunk +0 lines, -70 lines 0 comments Download
D net/socket_stream/socket_stream_metrics.cc View 1 chunk +0 lines, -86 lines 0 comments Download
D net/socket_stream/socket_stream_metrics_unittest.cc View 1 chunk +0 lines, -221 lines 0 comments Download
D net/socket_stream/socket_stream_unittest.cc View 1 chunk +0 lines, -1041 lines 0 comments Download
M net/spdy/buffered_spdy_framer.h View 4 chunks +9 lines, -1 line 0 comments Download
M net/spdy/buffered_spdy_framer.cc View 5 chunks +15 lines, -1 line 0 comments Download
M net/spdy/buffered_spdy_framer_unittest.cc View 3 chunks +4 lines, -1 line 0 comments Download
M net/spdy/mock_spdy_framer_visitor.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/spdy/spdy_framer.h View 3 chunks +13 lines, -13 lines 0 comments Download
M net/spdy/spdy_framer.cc View 2 chunks +6 lines, -16 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 7 chunks +26 lines, -16 lines 0 comments Download
M net/spdy/spdy_headers_block_parser_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 4 chunks +12 lines, -6 lines 0 comments Download
M net/spdy/spdy_protocol.h View 2 chunks +5 lines, -2 lines 0 comments Download
M net/spdy/spdy_protocol.cc View 6 chunks +15 lines, -2 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session.h View 4 chunks +6 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 7 chunks +14 lines, -10 lines 0 comments Download
M net/spdy/spdy_session_pool_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session_unittest.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_test_util_common.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/spdy/spdy_test_util_common.cc View 9 chunks +13 lines, -8 lines 0 comments Download
D net/spdy/spdy_websocket_stream.h View 1 chunk +0 lines, -104 lines 0 comments Download
D net/spdy/spdy_websocket_stream.cc View 1 chunk +0 lines, -130 lines 0 comments Download
D net/spdy/spdy_websocket_stream_unittest.cc View 1 chunk +0 lines, -669 lines 0 comments Download
D net/spdy/spdy_websocket_test_util.h View 1 chunk +0 lines, -78 lines 0 comments Download
D net/spdy/spdy_websocket_test_util.cc View 1 chunk +0 lines, -111 lines 0 comments Download
M net/ssl/ssl_cipher_suite_names.h View 1 chunk +1 line, -1 line 0 comments Download
M net/test/embedded_test_server/http_request.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/test/embedded_test_server/http_request.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M net/test/embedded_test_server/http_request_unittest.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M net/test/spawned_test_server/base_test_server.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/test/spawned_test_server/base_test_server.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M net/test/url_request/url_request_mock_http_job.h View 4 chunks +22 lines, -1 line 0 comments Download
M net/test/url_request/url_request_mock_http_job.cc View 3 chunks +84 lines, -8 lines 0 comments Download
M net/tools/flip_server/spdy_interface.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/tools/flip_server/spdy_interface.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/tools/flip_server/spdy_interface_test.cc View 6 chunks +20 lines, -11 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/testserver/testserver.py View 5 chunks +14 lines, -4 lines 0 comments Download
M net/udp/udp_socket_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_context_builder.h View 3 chunks +8 lines, -0 lines 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_file_job_unittest.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M net/url_request/url_request_intercepting_job_factory.h View 1 chunk +10 lines, -0 lines 0 comments Download
M net/url_request/url_request_intercepting_job_factory.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M net/url_request/url_request_interceptor.h View 2 chunks +16 lines, -0 lines 0 comments Download
M net/url_request/url_request_interceptor.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M net/url_request/url_request_job_factory.h View 1 chunk +9 lines, -0 lines 0 comments Download
M net/url_request/url_request_job_factory_impl.h View 1 chunk +10 lines, -0 lines 0 comments Download
M net/url_request/url_request_job_factory_impl.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M net/url_request/url_request_job_manager.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M net/url_request/url_request_test_util.h View 3 chunks +9 lines, -0 lines 0 comments Download
M net/url_request/url_request_test_util.cc View 4 chunks +11 lines, -6 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 20 chunks +817 lines, -43 lines 0 comments Download
D net/websockets/PRESUBMIT.py View 1 chunk +0 lines, -57 lines 0 comments Download
D net/websockets/README View 1 chunk +0 lines, -91 lines 0 comments Download
M net/websockets/websocket_channel.h View 2 chunks +11 lines, -2 lines 0 comments Download
M net/websockets/websocket_channel.cc View 8 chunks +50 lines, -12 lines 0 comments Download
M net/websockets/websocket_channel_test.cc View 4 chunks +8 lines, -0 lines 0 comments Download
M net/websockets/websocket_handshake_handler.h View 1 chunk +3 lines, -108 lines 0 comments Download
M net/websockets/websocket_handshake_handler.cc View 2 chunks +1 line, -476 lines 0 comments Download
D net/websockets/websocket_handshake_handler_spdy_test.cc View 1 chunk +0 lines, -187 lines 0 comments Download
M net/websockets/websocket_handshake_handler_test.cc View 1 chunk +3 lines, -227 lines 0 comments Download
D net/websockets/websocket_job.h View 1 chunk +0 lines, -154 lines 0 comments Download
D net/websockets/websocket_job.cc View 1 chunk +0 lines, -693 lines 0 comments Download
D net/websockets/websocket_job_test.cc View 1 chunk +0 lines, -1287 lines 0 comments Download
D net/websockets/websocket_net_log_params.h View 1 chunk +0 lines, -21 lines 0 comments Download
D net/websockets/websocket_net_log_params.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D net/websockets/websocket_net_log_params_test.cc View 1 chunk +0 lines, -50 lines 0 comments Download
D net/websockets/websocket_throttle.h View 1 chunk +0 lines, -75 lines 0 comments Download
D net/websockets/websocket_throttle.cc View 1 chunk +0 lines, -144 lines 0 comments Download
D net/websockets/websocket_throttle_test.cc View 1 chunk +0 lines, -359 lines 0 comments Download
M sandbox/linux/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc View 3 chunks +10 lines, -7 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_channel.h View 1 chunk +31 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_channel.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_client.h View 3 chunks +6 lines, -2 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_client.cc View 3 chunks +6 lines, -8 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_host.h View 2 chunks +8 lines, -3 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_host.cc View 4 chunks +20 lines, -16 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process.h View 2 chunks +12 lines, -9 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process.cc View 4 chunks +34 lines, -39 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process_unittest.cc View 5 chunks +66 lines, -3 lines 0 comments Download
M sandbox/linux/tests/unit_tests.h View 1 chunk +7 lines, -0 lines 0 comments Download
M sdch/BUILD.gn View 2 chunks +18 lines, -4 lines 0 comments Download
M sdch/sdch.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M skia/BUILD.gn View 2 chunks +0 lines, -6 lines 0 comments Download
M skia/ext/bitmap_platform_device_cairo.h View 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/bitmap_platform_device_cairo.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M skia/ext/bitmap_platform_device_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_mac.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M skia/ext/bitmap_platform_device_skia.h View 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/bitmap_platform_device_skia.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M skia/ext/bitmap_platform_device_win.h View 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/bitmap_platform_device_win.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M skia/ext/vector_platform_device_emf_win.h View 1 chunk +1 line, -2 lines 0 comments Download
M skia/ext/vector_platform_device_emf_win.cc View 1 chunk +4 lines, -4 lines 0 comments Download
D skia/ext/vector_platform_device_skia.h View 1 chunk +0 lines, -59 lines 0 comments Download
D skia/ext/vector_platform_device_skia.cc View 1 chunk +0 lines, -88 lines 0 comments Download
M skia/skia_chrome.gypi View 2 chunks +0 lines, -10 lines 0 comments Download
M sky/engine/core/css/CSSFontSelector.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M sky/engine/platform/fonts/FontCache.h View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/platform/fonts/android/FontCacheAndroid.cpp View 4 chunks +16 lines, -28 lines 0 comments Download
M sky/viewer/platform/weblayertreeview_impl.cc View 2 chunks +3 lines, -1 line 0 comments Download
M testing/android/java/AndroidManifest.xml View 1 chunk +4 lines, -0 lines 0 comments Download
M testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java View 3 chunks +15 lines, -2 lines 0 comments Download
A testing/android/java/src/org/chromium/native_test/ChromiumNativeTestInstrumentationTestRunner.java View 1 chunk +196 lines, -0 lines 0 comments Download
M testing/android/native_test_launcher.cc View 3 chunks +14 lines, -1 line 0 comments Download
M testing/android/native_test_util.h View 1 chunk +2 lines, -0 lines 0 comments Download
M testing/android/native_test_util.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 3 chunks +3 lines, -3 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 6 chunks +6 lines, -6 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 4 chunks +4 lines, -4 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 4 chunks +4 lines, -4 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 4 chunks +4 lines, -4 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 1 chunk +1 line, -1 line 0 comments Download
M testing/buildbot/chromium.webkit.json View 2 chunks +2 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.win.json View 6 chunks +6 lines, -5 lines 0 comments Download
M testing/buildbot/chromium_memory_trybot.json View 1 chunk +1 line, -1 line 0 comments Download
M testing/buildbot/chromium_trybot.json View 3 chunks +6 lines, -2 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 chunk +3 lines, -1 line 0 comments Download
M testing/chromoting/browser_tests_launcher.py View 1 chunk +4 lines, -4 lines 0 comments Download
M testing/chromoting/chromoting_integration_tests.isolate View 3 chunks +3 lines, -2 lines 0 comments Download
M testing/chromoting/integration_tests.gyp View 1 chunk +7 lines, -0 lines 0 comments Download
M testing/iossim/iossim.mm View 1 chunk +15 lines, -6 lines 0 comments Download
M third_party/boringssl/boringssl_tests.gypi View 4 chunks +40 lines, -26 lines 0 comments Download
M third_party/boringssl/boringssl_unittest.cc View 3 chunks +12 lines, -8 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/aes/aesni-x86_64.asm View 4 chunks +17 lines, -23 lines 0 comments Download
M third_party/harfbuzz-ng/BUILD.gn View 3 chunks +25 lines, -2 lines 0 comments Download
M third_party/libxml/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/mesa/mesa.gyp View 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/zlib/BUILD.gn View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/zlib/simd_stub.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/zlib/x86.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/zlib/zlib.gyp View 2 chunks +5 lines, -3 lines 0 comments Download
M tools/clang/empty_string/EmptyStringConverter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/clang/rewrite_scoped_refptr/RewriteScopedRefptr.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/clang/scripts/run_tool.py View 7 chunks +19 lines, -10 lines 0 comments Download
M tools/clang/scripts/test_tool.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/scripts/update.py View 2 chunks +2 lines, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 1 chunk +8 lines, -5 lines 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 2 chunks +7 lines, -9 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 chunk +7 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/aura_unittests.gtest.txt View 1 chunk +0 lines, -3 lines 0 comments Download
A tools/valgrind/gtest_exclude/gfx_unittests.gtest-memcheck.txt View 1 chunk +2 lines, -0 lines 0 comments Download
A tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck_linux.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 4 chunks +26 lines, -26 lines 0 comments Download
M tools/valgrind/memcheck/suppressions_mac.txt View 1 chunk +0 lines, -13 lines 0 comments Download
M ui/compositor/compositor.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M ui/compositor/float_animation_curve_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/float_animation_curve_adapter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/layer.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ui/compositor/transform_animation_curve_adapter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/compositor/transform_animation_curve_adapter.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/generate_bindings.py View 29 chunks +508 lines, -466 lines 0 comments Download
M ui/gl/gl.gyp View 2 chunks +2 lines, -8 lines 0 comments Download
M ui/gl/gl_bindings.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_context_egl.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/gl/gl_fence.cc View 3 chunks +11 lines, -2 lines 0 comments Download
A + ui/gl/gl_fence_apple.h View 3 chunks +7 lines, -7 lines 0 comments Download
A ui/gl/gl_fence_apple.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M ui/gl/gl_surface.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/gl/gl_surface.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 2 chunks +0 lines, -6 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 6 chunks +8 lines, -38 lines 0 comments Download
M ui/gl/gl_surface_win.cc View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
6 years, 1 month ago (2014-11-14 01:05:54 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6e9a1c93733cb802be9591d3e7345342be8c794f.

Powered by Google App Engine
This is Rietveld 408576698