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

Issue 754433003: Update from https://crrev.com/305340 (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, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Update from https://crrev.com/305340 Added a few #includes of base/compiler_specific.h for upstream cleanup. Changed callers for cc::BeginFrameArgs and cc::RendererSettings API changes. Committed: https://chromium.googlesource.com/external/mojo/+/c4c1c594b697144fbefde2bb78b9fd48249867e9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6757 lines, -6413 lines) Patch
M .clang-format View 1 chunk +2 lines, -0 lines 0 comments Download
M base/allocator/allocator.gyp View 1 chunk +1 line, -1 line 0 comments Download
M base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java View 3 chunks +0 lines, -16 lines 0 comments Download
M base/android/java/src/org/chromium/base/CommandLine.java View 2 chunks +3 lines, -3 lines 0 comments Download
M base/android/java/src/org/chromium/base/LocaleUtils.java View 1 chunk +3 lines, -3 lines 0 comments Download
M base/android/java/src/org/chromium/base/MemoryPressureListener.java View 1 chunk +2 lines, -2 lines 0 comments Download
M base/android/java/src/org/chromium/base/ObserverList.java View 1 chunk +2 lines, -2 lines 0 comments Download
M base/android/java/src/org/chromium/base/PathUtils.java View 1 chunk +2 lines, -2 lines 0 comments Download
M base/android/java/src/org/chromium/base/PowerMonitor.java View 2 chunks +7 lines, -7 lines 0 comments Download
M base/android/java/src/org/chromium/base/ThreadUtils.java View 1 chunk +3 lines, -3 lines 0 comments Download
M base/android/java/src/org/chromium/base/TraceEvent.java View 1 chunk +2 lines, -2 lines 0 comments Download
M base/android/javatests/src/org/chromium/base/CommandLineTest.java View 1 chunk +2 lines, -2 lines 0 comments Download
M base/bind_internal.h View 5 chunks +41 lines, -787 lines 0 comments Download
M base/bind_internal.h.pump View 5 chunks +41 lines, -82 lines 0 comments Download
M base/callback.h View 4 chunks +8 lines, -367 lines 0 comments Download
D base/callback.h.pump View 1 chunk +0 lines, -436 lines 0 comments Download
M base/callback_internal.h View 5 chunks +35 lines, -6 lines 0 comments Download
M base/callback_list.h View 2 chunks +7 lines, -183 lines 0 comments Download
D base/callback_list.h.pump View 1 chunk +0 lines, -269 lines 0 comments Download
M base/debug/proc_maps_linux_unittest.cc View 3 chunks +22 lines, -7 lines 0 comments Download
M base/files/file_path.h View 1 chunk +1 line, -0 lines 0 comments Download
M base/logging_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M base/mac/scoped_mach_port.h View 2 chunks +21 lines, -0 lines 0 comments Download
M base/mac/scoped_mach_port.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M base/macros.h View 1 chunk +0 lines, -2 lines 0 comments Download
M base/metrics/statistics_recorder.cc View 1 chunk +1 line, -2 lines 0 comments Download
M base/process/process_metrics.h View 1 chunk +1 line, -1 line 0 comments Download
M base/profiler/scoped_tracker.h View 2 chunks +17 lines, -2 lines 0 comments Download
M base/profiler/scoped_tracker.cc View 2 chunks +0 lines, -16 lines 0 comments Download
M base/security_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M base/test/test_shortcut_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/tracked_objects.h View 10 chunks +14 lines, -14 lines 0 comments Download
M base/win/shortcut.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M build/all.gyp View 6 chunks +20 lines, -7 lines 0 comments Download
M build/android/PRESUBMIT.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/adb_logcat_monitor.py View 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/adb_reverse_forwarder.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/avd.py View 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/buildbot/bb_device_status_check.py View 4 chunks +5 lines, -5 lines 0 comments Download
M build/android/buildbot/bb_device_steps.py View 6 chunks +22 lines, -9 lines 0 comments Download
M build/android/buildbot/bb_run_bot.py View 4 chunks +5 lines, -5 lines 0 comments Download
M build/android/envsetup.sh View 1 chunk +3 lines, -0 lines 0 comments Download
M build/android/gyp/write_build_config.py View 2 chunks +5 lines, -3 lines 0 comments Download
M build/android/install_emulator_deps.py View 6 chunks +7 lines, -7 lines 0 comments Download
M build/android/provision_devices.py View 3 chunks +6 lines, -5 lines 0 comments Download
M build/android/pylib/android_commands.py View 2 chunks +2 lines, -6 lines 0 comments Download
A build/android/pylib/base/base_setup.py View 1 chunk +62 lines, -0 lines 0 comments Download
M build/android/pylib/base/base_test_result.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/base/base_test_runner.py View 1 chunk +0 lines, -5 lines 0 comments Download
M build/android/pylib/constants.py View 3 chunks +15 lines, -2 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 3 chunks +4 lines, -3 lines 0 comments Download
M build/android/pylib/device/commands/install_commands.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/device/decorators_test.py View 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 7 chunks +39 lines, -47 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 9 chunks +75 lines, -132 lines 0 comments Download
M build/android/pylib/device_settings.py View 3 chunks +23 lines, -10 lines 0 comments Download
M build/android/pylib/gtest/filter/net_unittests_disabled View 2 chunks +7 lines, -1 line 0 comments Download
M build/android/pylib/gtest/gtest_config.py View 1 chunk +4 lines, -0 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 6 chunks +13 lines, -59 lines 0 comments Download
M build/android/pylib/gtest/test_runner.py View 1 chunk +6 lines, -6 lines 0 comments Download
M build/android/pylib/instrumentation/setup.py View 2 chunks +71 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_jar.py View 5 chunks +5 lines, -15 lines 0 comments Download
M build/android/pylib/instrumentation/test_options.py View 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 4 chunks +3 lines, -60 lines 0 comments Download
M build/android/pylib/linker/setup.py View 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/linker/test_case.py View 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/linker/test_runner.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/perf/perf_control.py View 5 chunks +48 lines, -37 lines 0 comments Download
M build/android/pylib/perf/perf_control_unittest.py View 1 chunk +5 lines, -7 lines 0 comments Download
M build/android/pylib/perf/surface_stats_collector.py View 3 chunks +4 lines, -4 lines 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 2 chunks +3 lines, -6 lines 0 comments Download
M build/android/pylib/utils/host_path_finder.py View 1 chunk +2 lines, -3 lines 0 comments Download
M build/android/pylib/utils/json_results_generator.py View 2 chunks +3 lines, -3 lines 0 comments Download
A build/android/pylib/utils/md5sum.py View 1 chunk +72 lines, -0 lines 0 comments Download
A build/android/pylib/utils/md5sum_test.py View 1 chunk +183 lines, -0 lines 0 comments Download
M build/android/pylib/utils/mock_calls.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/utils/parallelizer.py View 2 chunks +5 lines, -5 lines 0 comments Download
M build/android/pylib/utils/report_results.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/rezip/RezipApk.java View 4 chunks +10 lines, -16 lines 0 comments Download
M build/android/surface_stats.py View 2 chunks +10 lines, -1 line 0 comments Download
M build/android/symbolize.py View 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/test_runner.py View 5 chunks +18 lines, -2 lines 0 comments Download
M build/android/tests/multiple_proguards/src/dummy/DummyActivity.java View 1 chunk +1 line, -1 line 0 comments Download
M build/common.gypi View 6 chunks +15 lines, -4 lines 0 comments Download
M build/config/android/internal_rules.gni View 4 chunks +6 lines, -7 lines 0 comments Download
M build/config/android/rules.gni View 4 chunks +9 lines, -9 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M build/config/features.gni View 1 chunk +1 line, -3 lines 0 comments Download
M build/config/win/BUILD.gn View 3 chunks +1 line, -29 lines 0 comments Download
M build/config/win/visual_studio_version.gni View 3 chunks +3 lines, -12 lines 0 comments Download
M build/download_nacl_toolchains.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/install-build-deps.sh View 1 chunk +4 lines, -4 lines 0 comments Download
M build/precompile.h View 1 chunk +0 lines, -1 line 0 comments Download
M build/sanitizers/sanitizers.gyp View 1 chunk +21 lines, -0 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M build/secondary/third_party/leveldatabase/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M build/toolchain/win/BUILD.gn View 1 chunk +6 lines, -1 line 0 comments Download
M build/toolchain/win/setup_toolchain.py View 3 chunks +78 lines, -52 lines 0 comments Download
M build/vs_toolchain.py View 2 chunks +5 lines, -3 lines 0 comments Download
M cc/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/BUILD.gn View 1 chunk +20 lines, -17 lines 0 comments Download
M cc/cc.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/page_scale_animation.h View 1 chunk +19 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 3 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 4 chunks +13 lines, -63 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M cc/layers/ui_resource_layer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/ui_resource_layer.cc View 1 chunk +11 lines, -8 lines 0 comments Download
M cc/layers/ui_resource_layer_unittest.cc View 5 chunks +30 lines, -6 lines 0 comments Download
M cc/output/begin_frame_args.h View 2 chunks +3 lines, -7 lines 0 comments Download
M cc/output/begin_frame_args.cc View 3 chunks +20 lines, -35 lines 0 comments Download
M cc/output/begin_frame_args_unittest.cc View 3 chunks +23 lines, -12 lines 0 comments Download
M cc/output/delegating_renderer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/delegating_renderer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/direct_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/direct_renderer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/gl_renderer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 15 chunks +15 lines, -15 lines 0 comments Download
M cc/output/overlay_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/renderer.h View 1 chunk +2 lines, -2 lines 0 comments Download
A cc/output/renderer_settings.h View 1 chunk +31 lines, -0 lines 0 comments Download
A cc/output/renderer_settings.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M cc/output/renderer_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/output/software_renderer.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/output/software_renderer.cc View 5 chunks +7 lines, -3 lines 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/bitmap_raster_worker_pool.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 4 chunks +10 lines, -4 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 3 chunks +63 lines, -10 lines 0 comments Download
M cc/resources/picture_pile.h View 2 chunks +14 lines, -0 lines 0 comments Download
M cc/resources/picture_pile.cc View 10 chunks +78 lines, -67 lines 0 comments Download
M cc/resources/resource_provider.h View 2 chunks +16 lines, -14 lines 0 comments Download
M cc/resources/resource_provider.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/scheduler/begin_frame_source.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M cc/scheduler/scheduler.h View 3 chunks +5 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.cc View 2 chunks +21 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 2 chunks +7 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 4 chunks +25 lines, -5 lines 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 5 chunks +41 lines, -0 lines 0 comments Download
M cc/surfaces/display.h View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/surfaces/display.cc View 3 chunks +12 lines, -19 lines 0 comments Download
M cc/surfaces/surface_aggregator.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 6 chunks +11 lines, -14 lines 0 comments Download
M cc/surfaces/surface_aggregator_test_helpers.h View 3 chunks +4 lines, -1 line 0 comments Download
M cc/surfaces/surface_aggregator_test_helpers.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 13 chunks +94 lines, -12 lines 0 comments Download
M cc/test/begin_frame_args_test.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/begin_frame_args_test.cc View 3 chunks +22 lines, -22 lines 0 comments Download
M cc/test/fake_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_test.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M cc/test/pixel_test.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/test/pixel_test.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host.h View 5 chunks +12 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 7 chunks +28 lines, -17 lines 0 comments Download
M cc/trees/layer_tree_host_client.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 10 chunks +105 lines, -56 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 30 chunks +166 lines, -100 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_blending.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 8 chunks +84 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 7 chunks +14 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 5 chunks +11 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 3 chunks +13 lines, -40 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 5 chunks +2 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 4 chunks +0 lines, -9 lines 0 comments Download
M cc/trees/proxy.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 4 chunks +14 lines, -5 lines 0 comments Download
M cc/trees/thread_proxy.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/thread_proxy.cc View 4 chunks +10 lines, -2 lines 0 comments Download
M gpu/GLES2/gl2extchromium.h View 4 chunks +5 lines, -5 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 chunk +8 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 chunk +4 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 9 chunks +21 lines, -7 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 7 chunks +22 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager_unittest.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 3 chunks +5 lines, -13 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc View 1 chunk +1 line, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 chunk +1 line, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc View 1 chunk +37 lines, -0 lines 0 comments Download
M mojo/services/surfaces/surfaces_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/BUILD.gn View 3 chunks +7 lines, -4 lines 0 comments Download
M net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java View 3 chunks +6 lines, -6 lines 0 comments Download
M net/android/java/src/org/chromium/net/NetworkChangeNotifierAutoDetect.java View 1 chunk +2 lines, -2 lines 0 comments Download
M net/android/java/src/org/chromium/net/X509Util.java View 4 chunks +10 lines, -10 lines 0 comments Download
A net/base/captured_net_log_entry.h View 1 chunk +69 lines, -0 lines 0 comments Download
A net/base/captured_net_log_entry.cc View 1 chunk +77 lines, -0 lines 0 comments Download
M net/base/capturing_net_log.h View 3 chunks +10 lines, -88 lines 0 comments Download
M net/base/capturing_net_log.cc View 1 chunk +0 lines, -122 lines 0 comments Download
A net/base/capturing_net_log_observer.h View 1 chunk +58 lines, -0 lines 0 comments Download
A net/base/capturing_net_log_observer.cc View 1 chunk +62 lines, -0 lines 0 comments Download
M net/base/file_stream_context_win.cc View 3 chunks +9 lines, -11 lines 0 comments Download
M net/base/host_mapping_rules.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/host_port_pair.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/base/ip_endpoint.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/base/ip_endpoint.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/ip_endpoint_unittest.cc View 8 chunks +9 lines, -9 lines 0 comments Download
M net/base/net_log_event_type_list.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/net_log_util.h View 2 chunks +26 lines, -1 line 0 comments Download
M net/base/net_log_util.cc View 5 chunks +65 lines, -0 lines 0 comments Download
M net/base/net_log_util_unittest.cc View 2 chunks +64 lines, -0 lines 0 comments Download
M net/base/net_util.h View 3 chunks +2 lines, -5 lines 0 comments Download
M net/base/net_util.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M net/base/net_util_unittest.cc View 10 chunks +198 lines, -14 lines 0 comments Download
M net/base/net_util_win.h View 2 chunks +8 lines, -0 lines 0 comments Download
M net/base/net_util_win.cc View 4 chunks +58 lines, -62 lines 0 comments Download
M net/base/network_delegate.h View 2 chunks +0 lines, -6 lines 0 comments Download
M net/base/network_delegate.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M net/base/sdch_manager.h View 10 chunks +92 lines, -38 lines 0 comments Download
M net/base/sdch_manager.cc View 15 chunks +131 lines, -106 lines 0 comments Download
M net/base/sdch_manager_unittest.cc View 11 chunks +104 lines, -70 lines 0 comments Download
M net/base/sdch_problem_code_list.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/cookies/cookie_monster.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/cookies/cookie_monster.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M net/disk_cache/blockfile/in_flight_backend_io.cc View 10 chunks +82 lines, -16 lines 0 comments Download
M net/disk_cache/simple/simple_util_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_config_service_win_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/dns/host_resolver.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/dns/host_resolver_impl.cc View 1 chunk +7 lines, -8 lines 0 comments Download
M net/dns/host_resolver_impl_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/dns/mock_host_resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/filter/filter.h View 9 chunks +24 lines, -15 lines 0 comments Download
M net/filter/filter.cc View 10 chunks +23 lines, -23 lines 0 comments Download
M net/filter/filter_unittest.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M net/filter/mock_filter_context.h View 4 chunks +7 lines, -6 lines 0 comments Download
M net/filter/mock_filter_context.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/filter/sdch_filter.h View 3 chunks +12 lines, -7 lines 0 comments Download
M net/filter/sdch_filter.cc View 7 chunks +55 lines, -24 lines 0 comments Download
M net/filter/sdch_filter_unittest.cc View 30 chunks +109 lines, -39 lines 0 comments Download
M net/ftp/ftp_network_transaction.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/ftp/ftp_network_transaction.cc View 2 chunks +12 lines, -8 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 4 chunks +15 lines, -12 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 2 chunks +1 line, -7 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/http/http_stream_factory.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 3 chunks +6 lines, -10 lines 0 comments Download
M net/http/http_stream_factory_impl_request_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/net.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M net/net.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
M net/proxy/network_delegate_error_observer_unittest.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/proxy/proxy_config_service_android.h View 1 chunk +5 lines, -0 lines 0 comments Download
M net/proxy/proxy_config_service_android.cc View 4 chunks +17 lines, -2 lines 0 comments Download
M net/proxy/proxy_resolver_v8.cc View 5 chunks +10 lines, -6 lines 0 comments Download
M net/proxy/proxy_script_fetcher_impl_unittest.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M net/proxy/proxy_server.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/quic/congestion_control/pacing_sender.h View 3 chunks +4 lines, -0 lines 0 comments Download
M net/quic/congestion_control/pacing_sender.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_interface.h View 2 chunks +5 lines, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.h View 3 chunks +5 lines, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 3 chunks +28 lines, -9 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_loss_algorithm.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/tcp_loss_algorithm_test.cc View 4 chunks +16 lines, -1 line 0 comments Download
M net/quic/congestion_control/time_loss_algorithm.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/quic/congestion_control/time_loss_algorithm_test.cc View 4 chunks +16 lines, -1 line 0 comments Download
M net/quic/crypto/common_cert_set.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/crypto_handshake_message.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/crypto/crypto_protocol.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_client_session.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M net/quic/quic_client_session_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_connection.h View 4 chunks +9 lines, -3 lines 0 comments Download
M net/quic/quic_connection.cc View 8 chunks +36 lines, -12 lines 0 comments Download
M net/quic/quic_connection_test.cc View 17 chunks +119 lines, -23 lines 0 comments Download
M net/quic/quic_crypto_client_stream_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/quic/quic_crypto_server_stream.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_crypto_server_stream.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_flags.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_flags.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M net/quic/quic_packet_creator_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/quic/quic_packet_generator_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_protocol.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 3 chunks +12 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 3 chunks +15 lines, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M net/quic/quic_server_session.cc View 1 chunk +21 lines, -6 lines 0 comments Download
M net/quic/quic_session.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_session_test.cc View 5 chunks +7 lines, -9 lines 0 comments Download
M net/quic/quic_stream_sequencer_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_time.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_unacked_packet_map_test.cc View 4 chunks +16 lines, -5 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/mock_quic_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 17 chunks +18 lines, -16 lines 0 comments Download
M net/socket/client_socket_pool_manager.cc View 1 chunk +1 line, -3 lines 0 comments Download
M net/socket/server_socket.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/socket/server_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/socket_test_util.h View 3 chunks +4 lines, -4 lines 0 comments Download
M net/socket/socket_test_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/socks5_client_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/socks_client_socket_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 5 chunks +26 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/socket/tcp_listen_socket.h View 2 chunks +5 lines, -20 lines 0 comments Download
M net/socket/tcp_listen_socket.cc View 4 chunks +5 lines, -15 lines 0 comments Download
M net/socket/tcp_server_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_socket_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M net/socket/transport_client_socket_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/socket/unix_domain_server_socket_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/unix_domain_server_socket_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/buffered_spdy_framer_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/hpack_huffman_aggregator.cc View 3 chunks +4 lines, -9 lines 0 comments Download
M net/spdy/spdy_framer.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 2 chunks +1 line, -5 lines 0 comments Download
M net/spdy/spdy_http_utils.cc View 1 chunk +5 lines, -26 lines 0 comments Download
M net/spdy/spdy_http_utils_unittest.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 10 chunks +3 lines, -33 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 2 chunks +11 lines, -1 line 0 comments Download
M net/spdy/spdy_session_pool_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 4 chunks +7 lines, -25 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 4 chunks +1 line, -17 lines 0 comments Download
M net/spdy/spdy_test_util_common.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/spdy/spdy_test_util_common.cc View 6 chunks +11 lines, -22 lines 0 comments Download
M net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java View 2 chunks +26 lines, -26 lines 0 comments Download
M net/test/embedded_test_server/embedded_test_server.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/test/embedded_test_server/embedded_test_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/embedded_test_server/embedded_test_server_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/dump_cache/cache_dumper.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/flip_server/spdy_interface_test.cc View 7 chunks +6 lines, -296 lines 0 comments Download
M net/tools/gdig/gdig.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/tools/quic/quic_server_session.cc View 1 chunk +21 lines, -6 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 2 chunks +41 lines, -1 line 0 comments Download
M net/tools/quic/quic_spdy_server_stream_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_time_wait_list_manager_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/test_tools/mock_quic_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.h View 2 chunks +3 lines, -0 lines 0 comments Download
M net/udp/udp_socket_unittest.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M net/udp/udp_socket_win.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/url_request/url_request.h View 1 chunk +14 lines, -6 lines 0 comments Download
M net/url_request/url_request.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M net/url_request/url_request_data_job.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M net/url_request/url_request_http_job.h View 4 chunks +8 lines, -9 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 14 chunks +56 lines, -64 lines 0 comments Download
M net/url_request/url_request_job.h View 3 chunks +7 lines, -1 line 0 comments Download
M net/url_request/url_request_job.cc View 3 chunks +41 lines, -10 lines 0 comments Download
M net/url_request/url_request_job_manager.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/url_request/url_request_simple_job.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_test_util.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/url_request/url_request_test_util.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 3 chunks +220 lines, -27 lines 0 comments Download
M net/websockets/websocket_basic_handshake_stream.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A net/websockets/websocket_handshake_challenge.h View 1 chunk +21 lines, -0 lines 0 comments Download
A net/websockets/websocket_handshake_challenge.cc View 1 chunk +20 lines, -0 lines 0 comments Download
A net/websockets/websocket_handshake_challenge_test.cc View 1 chunk +24 lines, -0 lines 0 comments Download
D net/websockets/websocket_handshake_handler.h View 1 chunk +0 lines, -19 lines 0 comments Download
D net/websockets/websocket_handshake_handler.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D net/websockets/websocket_handshake_handler_test.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M sandbox/linux/BUILD.gn View 4 chunks +4 lines, -3 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc View 6 chunks +6 lines, -5 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 4 chunks +4 lines, -3 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-helpers/baseline_policy.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc View 3 chunks +13 lines, -29 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h View 1 chunk +4 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc View 4 chunks +33 lines, -1 line 0 comments Download
D sandbox/linux/seccomp-bpf/basicblock.h View 1 chunk +0 lines, -49 lines 0 comments Download
D sandbox/linux/seccomp-bpf/basicblock.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M sandbox/linux/seccomp-bpf/bpf_tests_unittest.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.h View 3 chunks +38 lines, -77 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.cc View 1 chunk +108 lines, -550 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen_unittest.cc View 3 chunks +49 lines, -10 lines 0 comments Download
D sandbox/linux/seccomp-bpf/instruction.h View 1 chunk +0 lines, -60 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M sandbox/linux/services/credentials.cc View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/linux/services/scoped_process.cc View 2 chunks +2 lines, -1 line 0 comments Download
A sandbox/linux/services/syscall_wrappers.h View 1 chunk +35 lines, -0 lines 0 comments Download
A sandbox/linux/services/syscall_wrappers.cc View 1 chunk +59 lines, -0 lines 0 comments Download
A sandbox/linux/services/syscall_wrappers_unittest.cc View 1 chunk +63 lines, -0 lines 0 comments Download
M sandbox/linux/services/unix_domain_socket_unittest.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M sandbox/linux/tests/test_utils.h View 2 chunks +6 lines, -0 lines 0 comments Download
M sandbox/linux/tests/test_utils.cc View 1 chunk +12 lines, -0 lines 0 comments Download
A sandbox/linux/tests/test_utils_unittest.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M skia/skia_library.gypi View 1 chunk +7 lines, -0 lines 0 comments Download
M testing/android/junit/javatests/src/org/chromium/testing/local/GtestLoggerTest.java View 6 chunks +18 lines, -18 lines 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 3 chunks +3 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 chunk +6 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 1 chunk +1 line, -0 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/android_testrunner/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/android_testrunner/adb_interface.py View 2 chunks +12 lines, -4 lines 0 comments Download
M third_party/checkstyle/README.chromium View 2 chunks +3 lines, -14 lines 0 comments Download
D third_party/checkstyle/checkstyle-5.9-all.jar View Binary file 0 comments Download
A third_party/checkstyle/checkstyle-6.1-all.jar View Binary file 0 comments Download
D third_party/checkstyle/sun_checks.xml View 1 chunk +0 lines, -177 lines 0 comments Download
M third_party/cython/rules.gni View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/harfbuzz.gyp View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/zlib/google/zip.h View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/zlib/google/zip_internal.cc View 6 chunks +18 lines, -9 lines 0 comments Download
M third_party/zlib/google/zip_reader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/zlib/google/zip_reader_unittest.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M tools/android/checkstyle/checkstyle.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/checkstyle/chromium-style-5.0.xml View 3 chunks +16 lines, -5 lines 0 comments Download
M tools/clang/plugins/ChromeClassTester.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.cpp View 1 chunk +17 lines, -8 lines 0 comments Download
M tools/clang/plugins/tests/weak_ptr_factory.cpp View 3 chunks +15 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/weak_ptr_factory.txt View 1 chunk +6 lines, -3 lines 0 comments Download
M tools/clang/rewrite_scoped_refptr/CMakeLists.txt View 1 chunk +1 line, -0 lines 0 comments Download
M tools/clang/rewrite_scoped_refptr/RewriteScopedRefptr.cpp View 2 chunks +5 lines, -0 lines 0 comments Download
A tools/clang/scripts/generate_win_compdb.py View 1 chunk +83 lines, -0 lines 0 comments Download
M tools/clang/scripts/run_tool.py View 4 chunks +22 lines, -1 line 0 comments Download
M tools/clang/scripts/update.sh View 1 chunk +2 lines, -1 line 0 comments Download
A + tools/clang/translation_unit/CMakeLists.txt View 2 chunks +4 lines, -4 lines 0 comments Download
A tools/clang/translation_unit/TranslationUnitGenerator.cpp View 1 chunk +218 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_files/binomial.h View 1 chunk +12 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_files/test.h View 1 chunk +16 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_files/test.cc View 1 chunk +16 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_files/test.cc.filepaths.expected View 1 chunk +3 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_translation_unit.py View 1 chunk +101 lines, -0 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 2 chunks +4 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest.txt View 1 chunk +3 lines, -0 lines 0 comments Download
A tools/valgrind/gtest_exclude/components_unittests.gtest-drmemory_win32.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_unittests.gtest.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/base/x/x11_foreign_window_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/compositor.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M ui/compositor/layer_tree_owner.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/generate_bindings.py View 32 chunks +325 lines, -12 lines 0 comments Download
M ui/gl/gl_bindings.h View 1 chunk +5 lines, -5 lines 0 comments Download
M ui/gl/gl_image_memory.cc View 1 chunk +5 lines, -9 lines 0 comments Download
M ui/gl/gl_surface.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_surface.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 5 chunks +63 lines, -11 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
6 years, 1 month ago (2014-11-22 02:27:13 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
c4c1c594b697144fbefde2bb78b9fd48249867e9.

Powered by Google App Engine
This is Rietveld 408576698