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

Issue 761903003: Update from https://crrev.com/306655 (Closed)

Created:
6 years ago by jamesr
Modified:
6 years 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

Update from https://crrev.com/306655 Includes updates to ui/ and mojo/services for cc and gpu changes and a minor update to a unit test in sky/ for skia interface changes. Committed: https://chromium.googlesource.com/external/mojo/+/6a64b814b5f9ccdea00f64228f15a3d8fbd31790

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24193 lines, -10712 lines) Patch
M .clang-format View 1 chunk +0 lines, -14 lines 0 comments Download
M DEPS View 7 chunks +11 lines, -11 lines 0 comments Download
M base/BUILD.gn View 13 chunks +26 lines, -28 lines 0 comments Download
M base/allocator/BUILD.gn View 7 chunks +9 lines, -8 lines 0 comments Download
M base/android/content_uri_utils.h View 1 chunk +7 lines, -3 lines 0 comments Download
M base/android/content_uri_utils.cc View 1 chunk +10 lines, -0 lines 0 comments Download
A base/android/content_uri_utils_unittest.cc View 1 chunk +37 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java View 3 chunks +112 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/ContentUriUtils.java View 6 chunks +29 lines, -13 lines 0 comments Download
M base/android/java/src/org/chromium/base/SysUtils.java View 5 chunks +26 lines, -6 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 7 chunks +15 lines, -45 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoaderHelper.java View 6 chunks +6 lines, -131 lines 0 comments Download
D base/android/javatests/src/org/chromium/base/LibraryLoaderHelperTest.java View 1 chunk +0 lines, -55 lines 0 comments Download
M base/android/library_loader/library_loader_hooks.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M base/android/linker/BUILD.gn View 1 chunk +7 lines, -2 lines 0 comments Download
M base/base.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M base/base.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M base/bind.h View 5 chunks +19 lines, -416 lines 0 comments Download
D base/bind.h.pump View 1 chunk +0 lines, -153 lines 0 comments Download
M base/bind_internal.h View 1 chunk +55 lines, -0 lines 0 comments Download
M base/bind_internal.h.pump View 1 chunk +55 lines, -0 lines 0 comments Download
M base/bind_unittest.nc View 1 chunk +1 line, -1 line 0 comments Download
M base/callback_internal.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/callback_internal.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M base/command_line_unittest.cc View 4 chunks +9 lines, -11 lines 0 comments Download
M base/debug/proc_maps_linux_unittest.cc View 3 chunks +22 lines, -22 lines 0 comments Download
M base/i18n/build_utf8_validator_tables.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A base/ios/block_types.h View 1 chunk +14 lines, -0 lines 0 comments Download
M base/logging.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/memory/ref_counted.h View 6 chunks +15 lines, -15 lines 0 comments Download
M base/memory/ref_counted_unittest.cc View 2 chunks +42 lines, -1 line 0 comments Download
M base/prefs/mock_pref_change_callback.h View 1 chunk +1 line, -2 lines 0 comments Download
M base/prefs/pref_change_registrar.h View 1 chunk +3 lines, -3 lines 0 comments Download
M base/prefs/pref_change_registrar.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M base/prefs/pref_change_registrar_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M base/prefs/pref_member.h View 2 chunks +8 lines, -5 lines 0 comments Download
M base/prefs/pref_member.cc View 9 chunks +11 lines, -15 lines 0 comments Download
M base/prefs/pref_member_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/prefs/pref_notifier_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/prefs/pref_notifier_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M base/prefs/pref_notifier_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/prefs/pref_registry.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/prefs/pref_registry.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/prefs/pref_registry_simple.h View 1 chunk +12 lines, -11 lines 0 comments Download
M base/prefs/pref_registry_simple.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M base/prefs/pref_service.h View 6 chunks +35 lines, -34 lines 0 comments Download
M base/prefs/pref_service.cc View 21 chunks +67 lines, -54 lines 0 comments Download
M base/prefs/pref_value_store.h View 4 chunks +15 lines, -15 lines 0 comments Download
M base/prefs/pref_value_store.cc View 9 chunks +22 lines, -20 lines 0 comments Download
M base/prefs/pref_value_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/prefs/scoped_user_pref_update.h View 2 chunks +2 lines, -2 lines 0 comments Download
M base/prefs/scoped_user_pref_update.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M base/prefs/testing_pref_service.h View 3 chunks +55 lines, -59 lines 0 comments Download
M base/process/launch.h View 4 chunks +11 lines, -12 lines 0 comments Download
M base/process/launch_posix.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M base/process/launch_win.cc View 2 chunks +13 lines, -12 lines 0 comments Download
M base/process/process_util_unittest.cc View 10 chunks +42 lines, -30 lines 0 comments Download
M base/synchronization/waitable_event.h View 1 chunk +1 line, -5 lines 0 comments Download
M base/synchronization/waitable_event_win.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M base/test/BUILD.gn View 2 chunks +3 lines, -1 line 0 comments Download
A base/test/gtest_util.h View 1 chunk +31 lines, -0 lines 0 comments Download
A base/test/gtest_util.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M base/test/launcher/test_launcher.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/test/launcher/test_launcher.cc View 2 chunks +34 lines, -38 lines 0 comments Download
M base/test/launcher/test_launcher_ios.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M base/test/launcher/unit_test_launcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/test/launcher/unit_test_launcher_ios.cc View 1 chunk +20 lines, -2 lines 0 comments Download
M base/test/scoped_path_override.h View 1 chunk +7 lines, -0 lines 0 comments Download
M base/test/scoped_path_override.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M base/test/test_suite.cc View 6 chunks +13 lines, -12 lines 0 comments Download
M base/test/test_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M base/test/test_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M base/test/test_timeouts.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M base/threading/thread_unittest.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M base/tracked_objects.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/win/pe_image.cc View 1 chunk +1 line, -8 lines 0 comments Download
M base/win/scoped_comptr.h View 1 chunk +1 line, -2 lines 0 comments Download
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/PRESUBMIT.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/adb_gdb View 1 chunk +1 line, -1 line 0 comments Download
M build/android/buildbot/bb_device_steps.py View 1 chunk +5 lines, -0 lines 0 comments Download
M build/android/buildbot/bb_run_bot.py View 1 chunk +3 lines, -2 lines 0 comments Download
M build/android/findbugs_filter/findbugs_exclude.xml View 1 chunk +5 lines, -0 lines 0 comments Download
D build/android/gyp/delete_files.py View 1 chunk +0 lines, -53 lines 0 comments Download
M build/android/gyp/test/BUILD.gn View 1 chunk +3 lines, -1 line 0 comments Download
M build/android/gyp/write_build_config.py View 1 chunk +7 lines, -3 lines 0 comments Download
M build/android/provision_devices.py View 2 chunks +4 lines, -1 line 0 comments Download
M build/android/pylib/base/environment_factory.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/base/test_instance_factory.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/base/test_run_factory.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/constants.py View 3 chunks +4 lines, -0 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 18 chunks +62 lines, -56 lines 0 comments Download
M build/android/pylib/device/adb_wrapper_test.py View 2 chunks +9 lines, -9 lines 0 comments Download
M build/android/pylib/device/device_errors.py View 2 chunks +26 lines, -19 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 17 chunks +32 lines, -29 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 6 chunks +37 lines, -73 lines 0 comments Download
M build/android/pylib/device_settings.py View 1 chunk +5 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/test_package_apk.py View 1 chunk +2 lines, -7 lines 0 comments Download
M build/android/pylib/host_driven/test_server.py View 6 chunks +11 lines, -2 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner_test.py View 2 chunks +4 lines, -1 line 0 comments Download
M build/android/pylib/junit/setup.py View 1 chunk +4 lines, -2 lines 0 comments Download
M build/android/pylib/junit/test_runner.py View 1 chunk +6 lines, -6 lines 0 comments Download
M build/android/pylib/linker/setup.py View 2 chunks +6 lines, -4 lines 0 comments Download
M build/android/pylib/perf/perf_control.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/perf/test_options.py View 1 chunk +2 lines, -0 lines 0 comments Download
M build/android/pylib/perf/test_runner.py View 7 chunks +33 lines, -0 lines 0 comments Download
A + build/android/pylib/results/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/results/flakiness_dashboard/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/results/flakiness_dashboard/json_results_generator.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/results/flakiness_dashboard/results_uploader.py View 1 chunk +1 line, -2 lines 0 comments Download
A build/android/pylib/results/json_results.py View 1 chunk +73 lines, -0 lines 0 comments Download
A build/android/pylib/results/json_results_test.py View 1 chunk +133 lines, -0 lines 0 comments Download
A + build/android/pylib/results/report_results.py View 2 chunks +2 lines, -2 lines 0 comments Download
D build/android/pylib/utils/flakiness_dashboard_results_uploader.py View 1 chunk +0 lines, -179 lines 0 comments Download
D build/android/pylib/utils/json_results_generator.py View 1 chunk +0 lines, -697 lines 0 comments Download
M build/android/pylib/utils/mock_calls.py View 1 chunk +5 lines, -2 lines 0 comments Download
D build/android/pylib/utils/report_results.py View 1 chunk +0 lines, -112 lines 0 comments Download
M build/android/setup.gyp View 1 chunk +6 lines, -19 lines 0 comments Download
M build/android/test_runner.py View 13 chunks +498 lines, -578 lines 0 comments Download
M build/common.gypi View 22 chunks +28 lines, -45 lines 0 comments Download
M build/compiled_action.gni View 2 chunks +14 lines, -12 lines 0 comments Download
M build/config/BUILD.gn View 7 chunks +11 lines, -11 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 13 chunks +327 lines, -123 lines 0 comments Download
M build/config/allocator.gni View 1 chunk +1 line, -1 line 0 comments Download
M build/config/android/BUILD.gn View 1 chunk +5 lines, -3 lines 0 comments Download
M build/config/android/config.gni View 8 chunks +42 lines, -37 lines 0 comments Download
M build/config/android/internal_rules.gni View 39 chunks +290 lines, -182 lines 0 comments Download
M build/config/android/rules.gni View 51 chunks +378 lines, -196 lines 0 comments Download
M build/config/arm.gni View 2 chunks +3 lines, -5 lines 0 comments Download
M build/config/clang/BUILD.gn View 1 chunk +10 lines, -7 lines 0 comments Download
M build/config/compiler/BUILD.gn View 31 chunks +96 lines, -90 lines 0 comments Download
M build/config/features.gni View 4 chunks +12 lines, -5 lines 0 comments Download
M build/config/gcc/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M build/config/gcc/gcc_version.gni View 1 chunk +12 lines, -2 lines 0 comments Download
M build/config/ios/BUILD.gn View 1 chunk +4 lines, -1 line 0 comments Download
M build/config/ios/ios_sdk.gni View 1 chunk +1 line, -1 line 0 comments Download
M build/config/linux/BUILD.gn View 8 chunks +53 lines, -40 lines 0 comments Download
M build/config/linux/pkg_config.gni View 1 chunk +11 lines, -3 lines 0 comments Download
M build/config/mac/BUILD.gn View 3 chunks +6 lines, -5 lines 0 comments Download
M build/config/mac/mac_sdk.gni View 1 chunk +6 lines, -1 line 0 comments Download
M build/config/sanitizers/BUILD.gn View 1 chunk +10 lines, -3 lines 0 comments Download
M build/config/win/BUILD.gn View 2 chunks +2 lines, -6 lines 0 comments Download
M build/get_landmines.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/go/rules.gni View 2 chunks +27 lines, -23 lines 0 comments Download
M build/install-build-deps.sh View 9 chunks +36 lines, -19 lines 0 comments Download
M build/install-build-deps-android.sh View 3 chunks +10 lines, -10 lines 0 comments Download
M build/ios/grit_whitelist.txt View 1 chunk +1 line, -0 lines 0 comments Download
M build/java_prebuilt.gypi View 3 chunks +23 lines, -14 lines 0 comments Download
M build/json_schema_api.gni View 5 chunks +27 lines, -23 lines 0 comments Download
M build/landmine_utils.py View 1 chunk +1 line, -1 line 0 comments Download
M build/linux/system.gyp View 5 chunks +125 lines, -38 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M build/secondary/testing/BUILD.gn View 1 chunk +3 lines, -1 line 0 comments Download
M build/secondary/testing/gmock/BUILD.gn View 2 chunks +7 lines, -2 lines 0 comments Download
M build/secondary/testing/gtest/BUILD.gn View 3 chunks +8 lines, -3 lines 0 comments Download
M build/secondary/third_party/android_tools/BUILD.gn View 3 chunks +16 lines, -11 lines 0 comments Download
M build/secondary/third_party/cacheinvalidation/src/google/cacheinvalidation/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M build/secondary/third_party/freetype/BUILD.gn View 1 chunk +1 line, -3 lines 0 comments Download
M build/secondary/third_party/icu/BUILD.gn View 6 chunks +21 lines, -12 lines 0 comments Download
M build/secondary/third_party/leveldatabase/BUILD.gn View 2 chunks +2 lines, -1 line 0 comments Download
M build/secondary/third_party/libjpeg_turbo/BUILD.gn View 4 chunks +84 lines, -92 lines 0 comments Download
M build/secondary/third_party/libsrtp/BUILD.gn View 16 chunks +44 lines, -15 lines 0 comments Download
M build/secondary/third_party/nss/BUILD.gn View 13 chunks +30 lines, -37 lines 0 comments Download
M build/secondary/third_party/openmax_dl/dl/BUILD.gn View 11 chunks +18 lines, -21 lines 0 comments Download
M build/secondary/third_party/sfntly/BUILD.gn View 1 chunk +3 lines, -1 line 0 comments Download
M build/secondary/tools/grit/BUILD.gn View 2 chunks +4 lines, -2 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 5 chunks +152 lines, -54 lines 0 comments Download
M build/toolchain/android/BUILD.gn View 4 chunks +14 lines, -8 lines 0 comments Download
A build/toolchain/ccache.gni View 1 chunk +25 lines, -0 lines 0 comments Download
M build/toolchain/gcc_toolchain.gni View 5 chunks +26 lines, -21 lines 0 comments Download
M build/toolchain/linux/BUILD.gn View 5 chunks +16 lines, -12 lines 0 comments Download
M build/toolchain/mac/BUILD.gn View 5 chunks +39 lines, -32 lines 0 comments Download
M build/toolchain/nacl/BUILD.gn View 2 chunks +10 lines, -4 lines 0 comments Download
M build/toolchain/win/BUILD.gn View 9 chunks +73 lines, -38 lines 0 comments Download
M build/toolchain/win/midl.gni View 3 chunks +15 lines, -8 lines 0 comments Download
M build/toolchain/win/setup_toolchain.py View 3 chunks +17 lines, -2 lines 0 comments Download
M build/util/BUILD.gn View 1 chunk +7 lines, -2 lines 0 comments Download
M build/util/version.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/BUILD.gn View 10 chunks +30 lines, -0 lines 0 comments Download
M cc/base/rolling_time_delta_history.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/base/rolling_time_delta_history.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/blink/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/cc_blink.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/web_compositor_support_impl.h View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/blink/web_compositor_support_impl.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M cc/blink/web_content_layer_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/blink/web_content_layer_impl.cc View 2 chunks +20 lines, -0 lines 0 comments Download
A cc/blink/web_display_item_list_impl.h View 1 chunk +63 lines, -0 lines 0 comments Download
A cc/blink/web_display_item_list_impl.cc View 1 chunk +90 lines, -0 lines 0 comments Download
M cc/cc.gyp View 3 chunks +22 lines, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 5 chunks +10 lines, -3 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 2 chunks +9 lines, -1 line 0 comments Download
M cc/layers/content_layer_client.h View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/picture_image_layer.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M cc/layers/picture_layer.cc View 3 chunks +8 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl.h View 3 chunks +7 lines, -29 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 2 chunks +8 lines, -154 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 7 chunks +19 lines, -19 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 47 chunks +70 lines, -50 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 4 chunks +8 lines, -0 lines 0 comments Download
M cc/output/begin_frame_args.h View 3 chunks +27 lines, -1 line 0 comments Download
M cc/output/begin_frame_args.cc View 2 chunks +11 lines, -1 line 0 comments Download
M cc/output/begin_frame_args_unittest.cc View 4 chunks +29 lines, -14 lines 0 comments Download
M cc/output/renderer_settings.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/renderer_settings.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/quads/largest_draw_quad.cc View 1 chunk +50 lines, -3 lines 0 comments Download
A cc/resources/clip_display_item.h View 1 chunk +66 lines, -0 lines 0 comments Download
A cc/resources/clip_display_item.cc View 1 chunk +74 lines, -0 lines 0 comments Download
A cc/resources/display_item.h View 1 chunk +34 lines, -0 lines 0 comments Download
A + cc/resources/display_item.cc View 1 chunk +2 lines, -5 lines 0 comments Download
A cc/resources/display_item_list.h View 1 chunk +53 lines, -0 lines 0 comments Download
A cc/resources/display_item_list.cc View 1 chunk +79 lines, -0 lines 0 comments Download
A cc/resources/display_item_list_unittest.cc View 1 chunk +166 lines, -0 lines 0 comments Download
A cc/resources/display_list_raster_source.h View 1 chunk +94 lines, -0 lines 0 comments Download
A cc/resources/display_list_raster_source.cc View 1 chunk +208 lines, -0 lines 0 comments Download
A cc/resources/display_list_recording_source.h View 1 chunk +64 lines, -0 lines 0 comments Download
A cc/resources/display_list_recording_source.cc View 1 chunk +158 lines, -0 lines 0 comments Download
A cc/resources/drawing_display_item.h View 1 chunk +45 lines, -0 lines 0 comments Download
A cc/resources/drawing_display_item.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M cc/resources/eviction_tile_priority_queue.h View 3 chunks +11 lines, -10 lines 0 comments Download
M cc/resources/eviction_tile_priority_queue.cc View 4 chunks +43 lines, -48 lines 0 comments Download
A cc/resources/filter_display_item.h View 1 chunk +64 lines, -0 lines 0 comments Download
A cc/resources/filter_display_item.cc View 1 chunk +75 lines, -0 lines 0 comments Download
M cc/resources/managed_tile_state.h View 2 chunks +0 lines, -23 lines 0 comments Download
M cc/resources/managed_tile_state.cc View 2 chunks +1 line, -34 lines 0 comments Download
M cc/resources/picture.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/picture.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 2 chunks +1 line, -19 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M cc/resources/picture_layer_tiling_perftest.cc View 2 chunks +0 lines, -113 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 chunk +0 lines, -96 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 3 chunks +18 lines, -56 lines 0 comments Download
M cc/resources/raster_source.h View 2 chunks +3 lines, -0 lines 0 comments Download
A cc/resources/raster_source_helper.h View 1 chunk +29 lines, -0 lines 0 comments Download
A cc/resources/raster_source_helper.cc View 1 chunk +81 lines, -0 lines 0 comments Download
M cc/resources/raster_worker_pool.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/resource_format.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/resource_format.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/resource_provider.h View 5 chunks +19 lines, -14 lines 0 comments Download
M cc/resources/resource_provider.cc View 5 chunks +5 lines, -0 lines 0 comments Download
M cc/resources/shared_bitmap.h View 3 chunks +5 lines, -22 lines 0 comments Download
M cc/resources/shared_bitmap.cc View 1 chunk +3 lines, -15 lines 0 comments Download
M cc/resources/texture_uploader_unittest.cc View 2 chunks +17 lines, -0 lines 0 comments Download
M cc/resources/tile.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/tile_manager.h View 3 chunks +8 lines, -1 line 0 comments Download
M cc/resources/tile_manager.cc View 4 chunks +23 lines, -8 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/tile_manager_unittest.cc View 5 chunks +14 lines, -4 lines 0 comments Download
A cc/resources/tiling_set_eviction_queue.h View 1 chunk +48 lines, -0 lines 0 comments Download
A cc/resources/tiling_set_eviction_queue.cc View 1 chunk +197 lines, -0 lines 0 comments Download
A cc/resources/transform_display_item.h View 1 chunk +60 lines, -0 lines 0 comments Download
A cc/resources/transform_display_item.cc View 1 chunk +60 lines, -0 lines 0 comments Download
A cc/resources/transparency_display_item.h View 1 chunk +64 lines, -0 lines 0 comments Download
A cc/resources/transparency_display_item.cc View 1 chunk +65 lines, -0 lines 0 comments Download
M cc/resources/video_resource_updater.h View 4 chunks +20 lines, -12 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 10 chunks +103 lines, -87 lines 0 comments Download
M cc/resources/video_resource_updater_unittest.cc View 3 chunks +72 lines, -3 lines 0 comments Download
M cc/scheduler/begin_frame_source.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 6 chunks +75 lines, -46 lines 0 comments Download
M cc/scheduler/scheduler.cc View 4 chunks +31 lines, -26 lines 0 comments Download
M cc/scheduler/scheduler_settings.h View 1 chunk +6 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_settings.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 5 chunks +19 lines, -4 lines 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 52 chunks +212 lines, -53 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 7 chunks +154 lines, -11 lines 0 comments Download
M cc/surfaces/BUILD.gn View 3 chunks +9 lines, -1 line 0 comments Download
M cc/surfaces/display.h View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/surfaces/display.cc View 4 chunks +25 lines, -5 lines 0 comments Download
M cc/surfaces/surface.h View 2 chunks +1 line, -3 lines 0 comments Download
M cc/surfaces/surface.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/surfaces/surface_aggregator.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/surfaces/surface_aggregator.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 18 chunks +20 lines, -20 lines 0 comments Download
M cc/surfaces/surface_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/surfaces/surface_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surfaces_pixeltest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M cc/test/begin_frame_args_test.h View 1 chunk +15 lines, -6 lines 0 comments Download
M cc/test/begin_frame_args_test.cc View 1 chunk +33 lines, -23 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 2 chunks +55 lines, -0 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.h View 3 chunks +13 lines, -0 lines 0 comments Download
M cc/test/layer_tree_test.cc View 3 chunks +11 lines, -1 line 0 comments Download
M cc/test/skia_common.h View 1 chunk +5 lines, -0 lines 0 comments Download
M cc/test/skia_common.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M cc/test/solid_color_content_layer_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M cc/test/test_shared_bitmap_manager.cc View 4 chunks +34 lines, -11 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 2 chunks +56 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 10 chunks +74 lines, -79 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 5 chunks +41 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 5 chunks +78 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 5 chunks +22 lines, -57 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 chunk +4 lines, -1 line 0 comments Download
M cc/trees/single_thread_proxy.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M crypto/rsa_private_key_nss.cc View 1 chunk +20 lines, -12 lines 0 comments Download
M crypto/rsa_private_key_openssl.cc View 1 chunk +1 line, -4 lines 0 comments Download
M crypto/rsa_private_key_unittest.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M gin/isolate_holder.cc View 4 chunks +23 lines, -9 lines 0 comments Download
M gin/modules/module_registry_unittest.cc View 2 chunks +28 lines, -0 lines 0 comments Download
M gin/shell/gin_main.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 5 chunks +23 lines, -0 lines 0 comments Download
M gpu/angle_unittest_main.cc View 1 chunk +18 lines, -7 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 26 chunks +219 lines, -36 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 18 chunks +208 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 12 chunks +238 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 3 chunks +21 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 9 chunks +93 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 12 chunks +463 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 12 chunks +401 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 7 chunks +74 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 7 chunks +70 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 9 chunks +112 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 7 chunks +70 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 12 chunks +180 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 5 chunks +23 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.cc View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 13 chunks +1122 lines, -4 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 12 chunks +546 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +203 lines, -180 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 6 chunks +13 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 86 chunks +667 lines, -14 lines 0 comments Download
A gpu/command_buffer/common/value_state.h View 1 chunk +46 lines, -0 lines 0 comments Download
A gpu/command_buffer/common/value_state.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_group.h View 5 chunks +9 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/context_group.cc View 5 chunks +11 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/context_group_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 6 chunks +79 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 3 chunks +74 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 3 chunks +13 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 4 chunks +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 7 chunks +56 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 12 chunks +532 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_mock.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc View 1 chunk +0 lines, -20 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 4 chunks +51 lines, -45 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 11 chunks +346 lines, -46 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 chunk +46 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_valuebuffer.cc View 6 chunks +5 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 2 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_switches.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_switches.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.h View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 5 chunks +15 lines, -21 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 4 chunks +64 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager.h View 4 chunks +21 lines, -28 lines 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager.cc View 5 chunks +22 lines, -27 lines 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager_unittest.cc View 3 chunks +33 lines, -20 lines 0 comments Download
M gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc View 1 chunk +0 lines, -37 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_test_utils.h View 1 chunk +0 lines, -3 lines 0 comments Download
M gpu/command_buffer/tests/gl_test_utils.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M gpu/command_buffer/tests/gl_tests_main.cc View 3 chunks +19 lines, -7 lines 0 comments Download
M gpu/command_buffer/tests/gl_unittest.cc View 2 chunks +20 lines, -0 lines 0 comments Download
M gpu/command_buffer_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 4 chunks +12 lines, -4 lines 0 comments Download
M gpu/config/gpu_info_collector_linux.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/config/software_rendering_list_json.cc View 2 chunks +18 lines, -1 line 0 comments Download
M gpu/gles2_conform_support/egl/display.cc View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/gpu.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.h View 2 chunks +9 lines, -0 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.cc View 2 chunks +28 lines, -0 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits_multi.h View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/gles2/command_buffer_driver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M mojo/tools/roll/cc_strip_video.patch View 15 chunks +915 lines, -37 lines 0 comments Download
M mojo/tools/roll/patch.py View 1 chunk +4 lines, -1 line 0 comments Download
A + net/PRESUBMIT.py View 1 chunk +2 lines, -6 lines 0 comments Download
M net/android/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
M net/android/java/src/org/chromium/net/NetworkChangeNotifier.java View 7 chunks +29 lines, -14 lines 0 comments Download
M net/android/java/src/org/chromium/net/NetworkChangeNotifierAutoDetect.java View 4 chunks +163 lines, -36 lines 0 comments Download
M net/android/javatests/src/org/chromium/net/NetworkChangeNotifierTest.java View 4 chunks +117 lines, -51 lines 0 comments Download
M net/android/network_change_notifier_android.h View 1 chunk +7 lines, -0 lines 0 comments Download
M net/android/network_change_notifier_android.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/android/network_change_notifier_android_unittest.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M net/android/network_change_notifier_delegate_android.h View 3 chunks +6 lines, -1 line 0 comments Download
M net/android/network_change_notifier_delegate_android.cc View 6 chunks +34 lines, -2 lines 0 comments Download
M net/base/dns_util.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M net/base/elements_upload_data_stream.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/base/file_stream_context.h View 1 chunk +3 lines, -3 lines 0 comments Download
M net/base/file_stream_context.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/base/host_port_pair.cc View 1 chunk +4 lines, -1 line 0 comments Download
M net/base/mime_util.cc View 5 chunks +12 lines, -7 lines 0 comments Download
M net/base/net_errors.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/base/net_errors_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_errors_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_log_event_type_list.h View 1 chunk +61 lines, -0 lines 0 comments Download
M net/base/net_log_source_type_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/network_change_notifier.h View 4 chunks +54 lines, -1 line 0 comments Download
M net/base/network_change_notifier.cc View 2 chunks +77 lines, -1 line 0 comments Download
M net/base/upload_bytes_element_reader.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/upload_file_element_reader.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A net/cert/cert_policy_enforcer.h View 1 chunk +56 lines, -0 lines 0 comments Download
A net/cert/cert_policy_enforcer.cc View 1 chunk +165 lines, -0 lines 0 comments Download
A net/cert/cert_policy_enforcer_unittest.cc View 1 chunk +212 lines, -0 lines 0 comments Download
M net/cert/crl_set_storage.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M net/cert/ct_log_response_parser.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/cert/x509_certificate.cc View 1 chunk +2 lines, -13 lines 0 comments Download
M net/cert/x509_certificate_unittest.cc View 2 chunks +11 lines, -9 lines 0 comments Download
M net/cert/x509_certificate_win.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M net/cookies/cookie_monster.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/disk_cache/blockfile/addr.h View 1 chunk +3 lines, -3 lines 0 comments Download
M net/disk_cache/blockfile/backend_impl.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M net/disk_cache/blockfile/block_bitmaps_v3.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/block_files.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/block_files.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/disk_cache/simple/simple_backend_impl.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M net/disk_cache/simple/simple_entry_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/simple/simple_index.h View 4 chunks +7 lines, -7 lines 0 comments Download
M net/disk_cache/simple/simple_index.cc View 9 chunks +36 lines, -32 lines 0 comments Download
M net/disk_cache/simple/simple_index_unittest.cc View 12 chunks +15 lines, -15 lines 0 comments Download
M net/disk_cache/simple/simple_synchronous_entry.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/simple/simple_synchronous_entry.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M net/dns/dns_hosts.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/dns/dns_session.h View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_session.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M net/dns/dns_transaction.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/dns/host_resolver_impl.cc View 7 chunks +31 lines, -0 lines 0 comments Download
M net/dns/single_request_host_resolver.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/filter/gzip_header.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/disk_based_cert_cache.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/disk_cache_based_quic_server_info.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M net/http/http_cache_transaction.cc View 2 chunks +11 lines, -10 lines 0 comments Download
M net/http/http_network_session.h View 2 chunks +2 lines, -0 lines 0 comments Download
M net/http/http_network_session.cc View 2 chunks +9 lines, -15 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_response_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_server_properties.h View 2 chunks +4 lines, -1 line 0 comments Download
M net/http/http_server_properties_impl.cc View 4 chunks +11 lines, -19 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 4 chunks +36 lines, -12 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M net/http/http_stream_parser.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M net/http/transport_security_state.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/transport_security_state_static.h View 1 chunk +1579 lines, -1539 lines 0 comments Download
M net/http/transport_security_state_static.json View 1 chunk +41 lines, -1 line 0 comments Download
M net/net.gyp View 2 chunks +9 lines, -0 lines 0 comments Download
M net/net.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M net/net_unittests.isolate View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_win_unittest.cc View 3 chunks +2 lines, -9 lines 0 comments Download
M net/proxy/proxy_resolver_v8_tracing.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/quic/congestion_control/cube_root.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M net/quic/congestion_control/cubic.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/cubic.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/congestion_control/cubic_test.cc View 7 chunks +17 lines, -17 lines 0 comments Download
M net/quic/congestion_control/pacing_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/pacing_sender.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/congestion_control/rtt_stats.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_interface.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/congestion_control/send_algorithm_simulator.h View 5 chunks +13 lines, -9 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_simulator.cc View 11 chunks +38 lines, -16 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 1 chunk +9 lines, -3 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 1 chunk +14 lines, -2 lines 0 comments Download
M net/quic/congestion_control/tcp_loss_algorithm.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/cert_compressor.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/crypto_framer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/crypto_utils.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/quic/crypto/p256_key_exchange_nss.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 2 chunks +14 lines, -6 lines 0 comments Download
M net/quic/crypto/quic_server_info.h View 2 chunks +12 lines, -0 lines 0 comments Download
M net/quic/crypto/source_address_token.h View 2 chunks +3 lines, -0 lines 0 comments Download
M net/quic/crypto/source_address_token.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/strike_register.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M net/quic/quic_bandwidth.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_client_session.cc View 5 chunks +37 lines, -6 lines 0 comments Download
M net/quic/quic_config.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_config.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/quic/quic_connection.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/quic/quic_connection.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M net/quic/quic_connection_logger.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_connection_logger.cc View 8 chunks +27 lines, -16 lines 0 comments Download
M net/quic/quic_connection_stats.h View 3 chunks +34 lines, -27 lines 0 comments Download
M net/quic/quic_connection_stats.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/quic/quic_data_writer.cc View 5 chunks +9 lines, -12 lines 0 comments Download
M net/quic/quic_fec_group.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/quic/quic_flags.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/quic_flags.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/quic/quic_flow_controller.h View 3 chunks +17 lines, -17 lines 0 comments Download
M net/quic/quic_flow_controller.cc View 6 chunks +11 lines, -9 lines 0 comments Download
M net/quic/quic_flow_controller_test.cc View 5 chunks +7 lines, -10 lines 0 comments Download
M net/quic/quic_framer.cc View 6 chunks +17 lines, -13 lines 0 comments Download
M net/quic/quic_protocol.h View 3 chunks +6 lines, -6 lines 0 comments Download
M net/quic/quic_received_packet_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/quic/quic_server.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_session.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_session.cc View 7 chunks +16 lines, -21 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/quic/quic_stream_sequencer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_time.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_unacked_packet_map.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_utils.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/quic/reliable_quic_stream.h View 1 chunk +4 lines, -4 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 7 chunks +9 lines, -7 lines 0 comments Download
M net/quic/test_tools/mock_crypto_client_stream.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/test_tools/quic_flow_controller_peer.h View 1 chunk +8 lines, -7 lines 0 comments Download
M net/quic/test_tools/quic_flow_controller_peer.cc View 1 chunk +8 lines, -7 lines 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 2 chunks +3 lines, -1 line 0 comments Download
D net/socket/buffered_write_stream_socket.h View 0 chunks +-1 lines, --1 lines 0 comments Download
D net/socket/buffered_write_stream_socket.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
D net/socket/buffered_write_stream_socket_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.cc View 5 chunks +20 lines, -29 lines 0 comments Download
M net/socket/ssl_client_socket.h View 3 chunks +10 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.h View 2 chunks +3 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 6 chunks +36 lines, -28 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 13 chunks +39 lines, -35 lines 0 comments Download
M net/socket/ssl_client_socket_pool.h View 2 chunks +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 chunk +7 lines, -14 lines 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 14 chunks +35 lines, -33 lines 0 comments Download
M net/spdy/spdy_session.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 16 chunks +54 lines, -45 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M net/spdy/spdy_test_util_common.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M net/ssl/openssl_platform_key_mac.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/ssl/openssl_platform_key_win.cc View 1 chunk +695 lines, -3 lines 0 comments Download
M net/ssl/ssl_connection_status_flags.h View 3 chunks +5 lines, -9 lines 0 comments Download
M net/ssl/ssl_connection_status_flags_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/third_party/nss/ssl.gyp View 1 chunk +6 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/BUILD.gn View 2 chunks +5 lines, -8 lines 0 comments Download
M net/tools/dump_cache/simple_cache_dumper.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client.h View 1 chunk +2 lines, -3 lines 0 comments Download
M net/tools/quic/quic_server.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M net/tools/quic/quic_socket_utils.h View 3 chunks +3 lines, -2 lines 0 comments Download
M net/tools/quic/quic_socket_utils.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/sdch_dictionary_fetcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 2 chunks +41 lines, -0 lines 0 comments Download
M net/url_request/url_request_simple_job.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_simple_job.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M net/url_request/view_cache_helper.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M net/websockets/websocket_basic_handshake_stream.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/BUILD.gn View 6 chunks +8 lines, -0 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl.cc View 8 chunks +30 lines, -44 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl_impl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc View 12 chunks +35 lines, -52 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc View 2 chunks +44 lines, -0 lines 0 comments Download
M sandbox/linux/bpf_dsl/policy_compiler.h View 6 chunks +8 lines, -26 lines 0 comments Download
M sandbox/linux/bpf_dsl/policy_compiler.cc View 14 chunks +39 lines, -63 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux_test_sources.gypi View 3 chunks +3 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.h View 1 chunk +7 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.cc View 4 chunks +22 lines, -16 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen_unittest.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/errorcode.h View 1 chunk +4 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/errorcode_unittest.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.h View 5 chunks +52 lines, -94 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 4 chunks +105 lines, -378 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.cc View 2 chunks +6 lines, -15 lines 0 comments Download
A sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc View 1 chunk +85 lines, -0 lines 0 comments Download
M sandbox/linux/services/credentials.h View 1 chunk +0 lines, -19 lines 0 comments Download
M sandbox/linux/services/credentials.cc View 5 chunks +2 lines, -93 lines 0 comments Download
M sandbox/linux/services/credentials_unittest.cc View 1 chunk +0 lines, -50 lines 0 comments Download
A sandbox/linux/services/proc_util.h View 1 chunk +40 lines, -0 lines 0 comments Download
A sandbox/linux/services/proc_util.cc View 1 chunk +112 lines, -0 lines 0 comments Download
A sandbox/linux/services/proc_util_unittest.cc View 1 chunk +62 lines, -0 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers.h View 2 chunks +8 lines, -0 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M sandbox/linux/services/thread_helpers.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sandbox/linux/syscall_broker/broker_client.cc View 1 chunk +3 lines, -1 line 0 comments Download
A sandbox/linux/syscall_broker/broker_file_permission.h View 1 chunk +119 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_file_permission.cc View 1 chunk +243 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_file_permission_unittest.cc View 1 chunk +262 lines, -0 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_host.cc View 3 chunks +12 lines, -3 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_policy.h View 3 chunks +26 lines, -12 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_policy.cc View 3 chunks +33 lines, -109 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process.h View 2 chunks +8 lines, -5 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process_unittest.cc View 11 chunks +165 lines, -46 lines 0 comments Download
M sandbox/linux/tests/unit_tests.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M services/surfaces/surfaces_impl.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M skia/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M skia/config/SkUserConfig.h View 1 chunk +0 lines, -4 lines 0 comments Download
M skia/ext/analysis_canvas.cc View 3 chunks +21 lines, -9 lines 0 comments Download
M skia/ext/analysis_canvas_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M skia/ext/image_operations.h View 2 chunks +1 line, -18 lines 0 comments Download
M skia/ext/image_operations.cc View 1 chunk +3 lines, -128 lines 0 comments Download
M skia/ext/image_operations_bench.cc View 1 chunk +0 lines, -1 line 0 comments Download
M skia/ext/image_operations_unittest.cc View 2 chunks +0 lines, -21 lines 0 comments Download
M skia/ext/pixel_ref_utils_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M skia/ext/platform_canvas_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M skia/ext/refptr_unittest.cc View 2 chunks +24 lines, -24 lines 0 comments Download
D skia/ext/skia_trace_shim.h View 1 chunk +0 lines, -17 lines 0 comments Download
M skia/skia_chrome.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/platform/graphics/GraphicsContextTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M testing/android/junit/java/src/org/chromium/testing/local/GtestFilter.java View 3 chunks +4 lines, -1 line 0 comments Download
M testing/android/junit/javatests/src/org/chromium/testing/local/GtestFilterTest.java View 1 chunk +41 lines, -35 lines 0 comments Download
M testing/android/junit/javatests/src/org/chromium/testing/local/GtestLoggerTest.java View 2 chunks +6 lines, -4 lines 0 comments Download
M testing/android/junit/javatests/src/org/chromium/testing/local/RunnerFilterTest.java View 2 chunks +3 lines, -1 line 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 chunk +6 lines, -6 lines 0 comments Download
M testing/chromoting/browser_tests_launcher.py View 1 chunk +83 lines, -7 lines 0 comments Download
M testing/chromoting/chromoting_integration_tests.isolate View 4 chunks +13 lines, -4 lines 0 comments Download
M testing/chromoting/integration_tests.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/BUILD.gn View 5 chunks +9 lines, -12 lines 0 comments Download
M third_party/brotli/BUILD.gn View 1 chunk +3 lines, -1 line 0 comments Download
D third_party/cython/cython_compiler.gypi View 1 chunk +0 lines, -64 lines 0 comments Download
M third_party/cython/python_flags.py View 3 chunks +2 lines, -13 lines 0 comments Download
M third_party/cython/rules.gni View 3 chunks +67 lines, -39 lines 0 comments Download
M third_party/freetype2/BUILD.gn View 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/BUILD.gn View 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/iccjpeg/BUILD.gn View 1 chunk +4 lines, -2 lines 0 comments Download
A + third_party/khronos/GLES3/gl3.h View 3 chunks +420 lines, -7 lines 0 comments Download
A third_party/khronos/GLES3/gl31.h View 1 chunk +1184 lines, -0 lines 0 comments Download
A + third_party/khronos/GLES3/gl3platform.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/khronos/README.chromium View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libpng/BUILD.gn View 4 chunks +12 lines, -10 lines 0 comments Download
M third_party/libxml/BUILD.gn View 3 chunks +3 lines, -6 lines 0 comments Download
M third_party/mesa/BUILD.gn View 6 chunks +45 lines, -53 lines 0 comments Download
M third_party/mesa/mesa.gyp View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/protobuf/BUILD.gn View 4 chunks +2 lines, -5 lines 0 comments Download
M third_party/protobuf/proto_library.gni View 2 chunks +23 lines, -10 lines 0 comments Download
M third_party/yasm/BUILD.gn View 13 chunks +88 lines, -46 lines 0 comments Download
A third_party/yasm/CHROMIUM.diff View 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/yasm/README.chromium View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/yasm/yasm_assemble.gni View 7 chunks +24 lines, -14 lines 0 comments Download
M third_party/zlib/BUILD.gn View 3 chunks +17 lines, -5 lines 0 comments Download
M third_party/zlib/google.patch View 1 chunk +1 line, -1 line 0 comments Download
M third_party/zlib/google/zip_reader.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/zlib/gzlib.c View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/adb_remote_setup.sh View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/clang/scripts/run_tool.py View 1 chunk +7 lines, -7 lines 0 comments Download
M tools/git/move_source_file.py View 3 chunks +3 lines, -3 lines 0 comments Download
M tools/idl_parser/idl_parser.py View 2 chunks +11 lines, -0 lines 0 comments Download
M tools/idl_parser/test_parser/dictionary_web.idl View 1 chunk +4 lines, -1 line 0 comments Download
M tools/idl_parser/test_parser/interface_web.idl View 1 chunk +15 lines, -0 lines 0 comments Download
M tools/lsan/suppressions.txt View 1 chunk +1 line, -0 lines 0 comments Download
M tools/valgrind/browser_wrapper_win.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 10 chunks +20 lines, -16 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 26 chunks +147 lines, -129 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt View 1 chunk +1 line, -1 line 0 comments Download
A tools/valgrind/gtest_exclude/chromeos_unittests.gtest.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory_win32.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/content_unittests.gtest.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win32.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win-xp.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win-xp.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +90 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions_linux.txt View 1 chunk +31 lines, -1 line 0 comments Download
M tools/valgrind/memcheck/suppressions_mac.txt View 1 chunk +7 lines, -0 lines 0 comments Download
M tools/valgrind/scan-build.py View 4 chunks +28 lines, -9 lines 0 comments Download
M tools/valgrind/valgrind_test.py View 3 chunks +5 lines, -5 lines 0 comments Download
M ui/compositor/compositor.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/compositor/layer.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ui/gl/BUILD.gn View 4 chunks +8 lines, -11 lines 0 comments Download
M ui/gl/gl_bindings.h View 1 chunk +8 lines, -0 lines 0 comments Download
M ui/gl/gl_context.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_context.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M ui/gl/gl_context_cgl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_context_cgl.cc View 2 chunks +9 lines, -1 line 0 comments Download
M url/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M url/gurl.h View 1 chunk +2 lines, -1 line 0 comments Download
M url/gurl.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M url/gurl_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M url/origin.cc View 1 chunk +1 line, -1 line 0 comments Download
M url/origin_unittest.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M url/url_constants.h View 1 chunk +2 lines, -0 lines 0 comments Download
M url/url_constants.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
6 years ago (2014-12-03 21:38:55 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6a64b814b5f9ccdea00f64228f15a3d8fbd31790.

Powered by Google App Engine
This is Rietveld 408576698