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

Issue 706203003: Update from https://crrev.com/303153 (Closed)

Created:
6 years, 1 month ago by jamesr
Modified:
6 years, 1 month ago
Reviewers:
jam
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/303153 This updates from chromium https://crrev.com/303153 aka f9567f85788355bf3da8df030cbc232421d00b7d with the following additional changes: Update skia_build.patch and cc_strip_video.patch with trivial changes. Update gpu::CommandBuffer state serialization for upstream changes. Update ui/compositor/layer for upstream cc::SurfaceLayer changes. TBR=jam@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/1ae030aca995d59b63de17849c1cb3b2300ae306

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17617 lines, -16162 lines) Patch
M base/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M base/PRESUBMIT.py View 1 chunk +1 line, -0 lines 0 comments Download
M base/android/field_trial_list.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/FieldTrialList.java View 1 chunk +9 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 6 chunks +36 lines, -22 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/Linker.java View 4 chunks +45 lines, -21 lines 0 comments Download
M base/android/library_loader/library_load_from_apk_status_codes.h View 2 chunks +10 lines, -3 lines 0 comments Download
M base/android/linker/linker_jni.cc View 5 chunks +32 lines, -16 lines 0 comments Download
M base/file_version_info_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/files/file_util_posix.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M base/linux_util.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/memory/singleton_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/message_loop/message_loop.h View 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_loop/message_loop.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M base/metrics/field_trial.h View 3 chunks +10 lines, -4 lines 0 comments Download
M base/metrics/field_trial.cc View 3 chunks +14 lines, -2 lines 0 comments Download
M base/metrics/field_trial_unittest.cc View 2 chunks +23 lines, -0 lines 0 comments Download
M base/posix/unix_domain_socket_linux.h View 3 chunks +4 lines, -4 lines 0 comments Download
M base/posix/unix_domain_socket_linux.cc View 7 chunks +7 lines, -11 lines 0 comments Download
M base/process/kill_posix.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M base/profiler/scoped_tracker.h View 1 chunk +15 lines, -0 lines 0 comments Download
M base/sys_info.h View 1 chunk +6 lines, -0 lines 0 comments Download
M base/sys_info.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M base/sys_info_mac.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M base/sys_info_unittest.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M base/timer/timer.h View 4 chunks +14 lines, -0 lines 0 comments Download
M base/timer/timer.cc View 3 chunks +12 lines, -2 lines 0 comments Download
M base/timer/timer_unittest.cc View 6 chunks +35 lines, -2 lines 0 comments Download
M base/tracked_objects.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/tracked_objects.cc View 3 chunks +26 lines, -11 lines 0 comments Download
M base/win/win_util.h View 1 chunk +21 lines, -1 line 0 comments Download
M base/win/win_util.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M build/all.gyp View 1 chunk +1 line, -1 line 0 comments Download
M build/android/provision_devices.py View 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/base/base_test_runner.py View 1 chunk +4 lines, -0 lines 0 comments Download
A build/android/pylib/base/environment.py View 1 chunk +34 lines, -0 lines 0 comments Download
A build/android/pylib/base/environment_factory.py View 1 chunk +11 lines, -0 lines 0 comments Download
M build/android/pylib/base/test_dispatcher.py View 1 chunk +3 lines, -0 lines 0 comments Download
A build/android/pylib/base/test_instance.py View 1 chunk +35 lines, -0 lines 0 comments Download
A build/android/pylib/base/test_instance_factory.py View 1 chunk +11 lines, -0 lines 0 comments Download
A build/android/pylib/base/test_run.py View 1 chunk +39 lines, -0 lines 0 comments Download
A build/android/pylib/base/test_run_factory.py View 1 chunk +10 lines, -0 lines 0 comments Download
M build/android/pylib/constants.py View 1 chunk +3 lines, -0 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 15 chunks +54 lines, -27 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 16 chunks +27 lines, -22 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 1 chunk +7 lines, -2 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 3 chunks +18 lines, -0 lines 0 comments Download
A build/android/pylib/utils/device_temp_file.py View 1 chunk +45 lines, -0 lines 0 comments Download
A build/android/pylib/utils/device_temp_file_test.py View 1 chunk +51 lines, -0 lines 0 comments Download
M build/android/setup.gyp View 1 chunk +19 lines, -6 lines 0 comments Download
M build/android/test_runner.py View 5 chunks +49 lines, -6 lines 0 comments Download
M build/common.gypi View 14 chunks +54 lines, -25 lines 0 comments Download
M build/config/BUILD.gn View 1 chunk +10 lines, -3 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 1 chunk +1 line, -2 lines 0 comments Download
A + build/config/OWNERS View 1 chunk +1 line, -1 line 0 comments Download
M build/config/android/config.gni View 3 chunks +24 lines, -19 lines 0 comments Download
M build/config/compiler/BUILD.gn View 5 chunks +8 lines, -8 lines 0 comments Download
M build/config/features.gni View 1 chunk +6 lines, -9 lines 0 comments Download
M build/config/linux/BUILD.gn View 1 chunk +1 line, -2 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 1 chunk +36 lines, -0 lines 0 comments Download
M build/gyp_chromium View 2 chunks +6 lines, -0 lines 0 comments Download
M build/gyp_helper.py View 1 chunk +2 lines, -0 lines 0 comments Download
M build/ios/grit_whitelist.txt View 38 chunks +167 lines, -6 lines 0 comments Download
M build/mac/tweak_info_plist.py View 1 chunk +1 line, -1 line 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 chunk +3 lines, -3 lines 0 comments Download
A + build/toolchain/OWNERS View 1 chunk +1 line, -1 line 0 comments Download
M build/toolchain/win/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M build/vs_toolchain.py View 2 chunks +11 lines, -0 lines 0 comments Download
M build/whitespace_file.txt View 1 chunk +2 lines, -0 lines 0 comments Download
D build/win/win_tool.py View 1 chunk +0 lines, -315 lines 0 comments Download
M cc/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/base/switches.cc View 1 chunk +3 lines, -1 line 0 comments Download
M cc/cc.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/paint_time_counter.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/debug/paint_time_counter.cc View 2 chunks +3 lines, -11 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/debug/rendering_stats.h View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/debug/rendering_stats.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 2 chunks +4 lines, -7 lines 0 comments Download
M cc/layers/layer_impl.cc View 2 chunks +18 lines, -15 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 5 chunks +37 lines, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 1 chunk +15 lines, -9 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 8 chunks +10 lines, -14 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/surface_layer.h View 2 chunks +21 lines, -2 lines 0 comments Download
M cc/layers/surface_layer.cc View 3 chunks +72 lines, -4 lines 0 comments Download
A cc/layers/surface_layer_unittest.cc View 1 chunk +206 lines, -0 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/output/gl_renderer.h View 3 chunks +16 lines, -7 lines 0 comments Download
M cc/output/gl_renderer.cc View 18 chunks +252 lines, -160 lines 0 comments Download
M cc/output/gl_renderer_draw_cache.cc View 1 chunk +10 lines, -1 line 0 comments Download
M cc/output/overlay_unittest.cc View 7 chunks +16 lines, -0 lines 0 comments Download
M cc/output/shader.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/output/software_renderer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M cc/quads/largest_draw_quad.h View 1 chunk +4 lines, -7 lines 0 comments Download
A cc/quads/largest_draw_quad.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M cc/quads/list_container.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/list_container_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M cc/quads/render_pass.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/bitmap_raster_worker_pool.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/resources/bitmap_skpicture_content_layer_updater.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M cc/resources/gpu_raster_worker_pool.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/resources/one_copy_raster_worker_pool.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/one_copy_raster_worker_pool.cc View 2 chunks +45 lines, -58 lines 0 comments Download
M cc/resources/picture_pile.cc View 1 chunk +1 line, -3 lines 0 comments Download
M cc/resources/picture_pile_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 4 chunks +10 lines, -18 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 7 chunks +15 lines, -50 lines 0 comments Download
M cc/resources/picture_pile_impl_perftest.cc View 3 chunks +2 lines, -8 lines 0 comments Download
M cc/resources/picture_pile_impl_unittest.cc View 9 chunks +17 lines, -39 lines 0 comments Download
M cc/resources/picture_pile_unittest.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M cc/resources/pixel_buffer_raster_worker_pool.cc View 1 chunk +4 lines, -10 lines 0 comments Download
M cc/resources/raster_buffer.h View 2 chunks +1 line, -3 lines 0 comments Download
M cc/resources/raster_source.h View 2 chunks +4 lines, -10 lines 0 comments Download
M cc/resources/raster_worker_pool.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/raster_worker_pool.cc View 2 chunks +56 lines, -34 lines 0 comments Download
M cc/resources/raster_worker_pool_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/tile_manager.cc View 4 chunks +6 lines, -24 lines 0 comments Download
M cc/resources/zero_copy_raster_worker_pool.cc View 1 chunk +4 lines, -10 lines 0 comments Download
M cc/surfaces/surface.h View 3 chunks +14 lines, -0 lines 0 comments Download
M cc/surfaces/surface.cc View 3 chunks +16 lines, -1 line 0 comments Download
M cc/surfaces/surface_factory.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/surfaces/surface_factory.cc View 2 chunks +3 lines, -13 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M cc/surfaces/surface_manager.h View 4 chunks +7 lines, -8 lines 0 comments Download
M cc/surfaces/surface_manager.cc View 3 chunks +11 lines, -24 lines 0 comments Download
M cc/surfaces/surface_sequence.h View 3 chunks +12 lines, -0 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 chunk +7 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host.h View 3 chunks +7 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 3 chunks +15 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 2 chunks +11 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gin/object_template_builder.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/client_test_helper.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/client_test_helper.cc View 5 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 21 chunks +48 lines, -69 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 11 chunks +23 lines, -98 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 21 chunks +52 lines, -65 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 7 chunks +19 lines, -23 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 16 chunks +33 lines, -55 lines 0 comments Download
M gpu/command_buffer/common/command_buffer.h View 1 chunk +1 line, -9 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_mock.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_shared_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 19 chunks +49 lines, -128 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 89 chunks +292 lines, -515 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 45 chunks +112 lines, -112 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.h View 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/context_state_impl_autogen.h View 8 chunks +27 lines, -51 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 33 chunks +119 lines, -128 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 39 chunks +65 lines, -146 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 9 chunks +21 lines, -31 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler_unittest.cc View 6 chunks +8 lines, -6 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.cc View 2 chunks +1 line, -5 lines 0 comments Download
M mojo/services/gles2/command_buffer_type_conversions.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M mojo/tools/roll/cc_strip_video.patch View 17 chunks +19 lines, -19 lines 0 comments Download
M mojo/tools/roll/skia_build.patch View 2 chunks +3 lines, -3 lines 0 comments Download
M net/base/filename_util_internal.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/base/keygen_handler_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/network_delegate.cc View 14 chunks +80 lines, -0 lines 0 comments Download
D net/base/sdch_dictionary_fetcher.h View 1 chunk +0 lines, -112 lines 0 comments Download
D net/base/sdch_dictionary_fetcher.cc View 1 chunk +0 lines, -244 lines 0 comments Download
D net/base/sdch_dictionary_fetcher_unittest.cc View 1 chunk +0 lines, -193 lines 0 comments Download
M net/base/sdch_manager.h View 9 chunks +36 lines, -79 lines 0 comments Download
M net/base/sdch_manager.cc View 12 chunks +28 lines, -30 lines 0 comments Download
M net/base/sdch_manager_unittest.cc View 5 chunks +47 lines, -20 lines 0 comments Download
A net/base/sdch_observer.h View 1 chunk +34 lines, -0 lines 0 comments Download
A + net/base/sdch_observer.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M net/cert/cert_verify_proc_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/nss_cert_database_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/disk_cache/disk_cache_test_util.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/disk_cache/simple/simple_index.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_index_file.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/simple/simple_index_file.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M net/disk_cache/simple/simple_index_file_unittest.cc View 4 chunks +9 lines, -30 lines 0 comments Download
M net/disk_cache/simple/simple_index_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_auth_sspi_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction.h View 5 chunks +5 lines, -5 lines 0 comments Download
M net/http/http_network_transaction.cc View 6 chunks +6 lines, -8 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M net/http/http_response_body_drainer.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_response_body_drainer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_response_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_server_properties.h View 3 chunks +12 lines, -2 lines 0 comments Download
M net/http/http_server_properties.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 4 chunks +8 lines, -17 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 4 chunks +15 lines, -17 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_stream.h View 1 chunk +132 lines, -3 lines 0 comments Download
D net/http/http_stream_base.h View 1 chunk +0 lines, -165 lines 0 comments Download
M net/http/http_stream_factory.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_request.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_request.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_request_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 26 chunks +51 lines, -49 lines 0 comments Download
M net/http/http_util.h View 2 chunks +10 lines, -0 lines 0 comments Download
M net/http/http_util.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M net/http/http_util_unittest.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M net/http/transport_security_state_static.h View 1 chunk +1225 lines, -1226 lines 0 comments Download
M net/http/transport_security_state_static.json View 1 chunk +0 lines, -1 line 0 comments Download
M net/http/url_security_manager_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/net.gyp View 5 chunks +4 lines, -6 lines 0 comments Download
M net/net.gypi View 5 chunks +5 lines, -4 lines 0 comments Download
M net/proxy/proxy_resolver_winhttp.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/quic/congestion_control/rtt_stats.h View 2 chunks +13 lines, -6 lines 0 comments Download
M net/quic/congestion_control/rtt_stats.cc View 3 chunks +1 line, -19 lines 0 comments Download
M net/quic/congestion_control/rtt_stats_test.cc View 13 chunks +29 lines, -31 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 6 chunks +23 lines, -15 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 5 chunks +12 lines, -8 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 3 chunks +6 lines, -6 lines 0 comments Download
M net/quic/congestion_control/time_loss_algorithm.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/time_loss_algorithm_test.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/quic_client_session.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_client_session_base.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_client_session_base.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/quic/quic_client_session_test.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/quic/quic_connection.h View 1 chunk +2 lines, -5 lines 0 comments Download
M net/quic/quic_connection.cc View 7 chunks +9 lines, -18 lines 0 comments Download
M net/quic/quic_connection_stats.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/quic_connection_stats.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M net/quic/quic_connection_test.cc View 4 chunks +0 lines, -11 lines 0 comments Download
M net/quic/quic_dispatcher.cc View 1 chunk +2 lines, -1 line 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_http_stream_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_packet_creator.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_packet_creator.cc View 2 chunks +22 lines, -9 lines 0 comments Download
M net/quic/quic_packet_creator_test.cc View 3 chunks +55 lines, -8 lines 0 comments Download
M net/quic/quic_packet_generator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_packet_generator.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M net/quic/quic_packet_generator_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/quic/quic_protocol.h View 2 chunks +5 lines, -4 lines 0 comments Download
M net/quic/quic_protocol_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 chunk +16 lines, -9 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 4 chunks +22 lines, -9 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 6 chunks +15 lines, -15 lines 0 comments Download
M net/quic/quic_server.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M net/quic/quic_server_session.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_server_session.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M net/quic/quic_session.h View 3 chunks +11 lines, -1 line 0 comments Download
M net/quic/quic_session.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/quic/quic_session_test.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_time_wait_list_manager.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M net/quic/quic_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M net/socket/next_proto.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/next_proto.cc View 6 chunks +0 lines, -6 lines 0 comments Download
M net/socket/ssl_client_socket.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket.cc View 4 chunks +28 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_nss.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 8 chunks +22 lines, -30 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/spdy/spdy_framer_test.cc View 4 chunks +166 lines, -7 lines 0 comments Download
M net/spdy/spdy_session_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/cert_test_util.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/test/cert_test_util_nss.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/test/embedded_test_server/embedded_test_server.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/test/embedded_test_server/embedded_test_server_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/test/spawned_test_server/local_test_server_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/end_to_end_test.cc View 3 chunks +12 lines, -13 lines 0 comments Download
M net/tools/quic/quic_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/tools/quic/quic_client_session.h View 1 chunk +3 lines, -1 line 0 comments Download
M net/tools/quic/quic_client_session.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/tools/quic/quic_server.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M net/tools/quic/quic_server_session.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/tools/quic/quic_server_session.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 8 chunks +16 lines, -9 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/testserver/testserver.py View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/tld_cleanup/tld_cleanup_util_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
A + net/url_request/sdch_dictionary_fetcher.h View 5 chunks +33 lines, -27 lines 0 comments Download
A + net/url_request/sdch_dictionary_fetcher.cc View 5 chunks +9 lines, -10 lines 0 comments Download
A + net/url_request/sdch_dictionary_fetcher_unittest.cc View 9 chunks +37 lines, -50 lines 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request.cc View 7 chunks +44 lines, -5 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 4 chunks +12 lines, -1 line 0 comments Download
M net/url_request/url_request_http_job_unittest.cc View 4 chunks +9 lines, -3 lines 0 comments Download
M net/url_request/url_request_job.cc View 5 chunks +53 lines, -1 line 0 comments Download
M net/websockets/websocket_basic_handshake_stream.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/websockets/websocket_basic_handshake_stream.cc View 5 chunks +13 lines, -4 lines 0 comments Download
M net/websockets/websocket_channel.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M net/websockets/websocket_handshake_stream_base.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/skia_chrome.gypi View 1 chunk +3 lines, -2 lines 0 comments Download
M skia/skia_common.gypi View 1 chunk +1 line, -1 line 0 comments Download
M testing/buildbot/chromium.mac.json View 5 chunks +4 lines, -20 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 chunk +0 lines, -4 lines 0 comments Download
M testing/chromoting/chromoting_integration_tests.isolate View 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/boringssl/BUILD.gn View 2 chunks +15 lines, -4 lines 0 comments Download
M third_party/boringssl/boringssl.gyp View 3 chunks +13 lines, -2 lines 0 comments Download
M third_party/boringssl/boringssl_tests.gypi View 22 chunks +69 lines, -3 lines 0 comments Download
M third_party/boringssl/boringssl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/boringssl/update_gypi_and_asm.py View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/boringssl/win-x86_64/crypto/aes/aes-x86_64.asm View 39 chunks +1750 lines, -1756 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/aes/aesni-x86_64.asm View 77 chunks +1590 lines, -1598 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/aes/bsaes-x86_64.asm View 28 chunks +1106 lines, -1107 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/aes/vpaes-x86_64.asm View 29 chunks +483 lines, -489 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/bn/modexp512-x86_64.asm View 99 chunks +549 lines, -551 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/bn/rsaz-avx2.asm View 1 chunk +22 lines, -21 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/bn/rsaz-x86_64.asm View 39 chunks +521 lines, -527 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont.asm View 13 chunks +402 lines, -406 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont5.asm View 38 chunks +785 lines, -790 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm View 3 chunks +65 lines, -65 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/md5/md5-x86_64.asm View 21 chunks +234 lines, -236 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/modes/aesni-gcm-x86_64.asm View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/modes/ghash-x86_64.asm View 36 chunks +512 lines, -515 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/rc4/rc4-md5-x86_64.asm View 6 chunks +509 lines, -511 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm View 7 chunks +419 lines, -422 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/sha/sha1-x86_64.asm View 108 chunks +697 lines, -700 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/sha/sha256-x86_64.asm View 159 chunks +484 lines, -487 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/sha/sha512-x86_64.asm View 116 chunks +392 lines, -394 lines 0 comments Download
M third_party/zlib/BUILD.gn View 2 chunks +15 lines, -0 lines 0 comments Download
M third_party/zlib/README.chromium View 1 chunk +16 lines, -0 lines 0 comments Download
M third_party/zlib/crc32.c View 2 chunks +27 lines, -0 lines 0 comments Download
A third_party/zlib/crc_folding.c View 1 chunk +493 lines, -0 lines 0 comments Download
M third_party/zlib/deflate.h View 2 chunks +12 lines, -0 lines 0 comments Download
M third_party/zlib/deflate.c View 19 chunks +113 lines, -26 lines 0 comments Download
A third_party/zlib/fill_window_sse.c View 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/zlib/simd_stub.c View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/zlib/x86.h View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/zlib/x86.c View 1 chunk +112 lines, -0 lines 0 comments Download
M third_party/zlib/zlib.gyp View 3 chunks +23 lines, -0 lines 0 comments Download
M third_party/zlib/zutil.h View 1 chunk +6 lines, -0 lines 0 comments Download
M tools/clang/scripts/update.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +1 line, -0 lines 0 comments Download
M tools/msan/blacklist.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 2 chunks +8 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory_win32.txt View 1 chunk +16 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/compositor/layer.h View 2 chunks +5 lines, -1 line 0 comments Download
M ui/compositor/layer.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M ui/gl/gl_context_egl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_fence_arb.cc View 2 chunks +26 lines, -2 lines 0 comments Download
M ui/gl/gl_fence_egl.cc View 4 chunks +13 lines, -2 lines 0 comments Download
M ui/gl/gl_implementation_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ui/gl/gl_surface.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_surface.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 2 chunks +6 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 4 chunks +34 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
6 years, 1 month ago (2014-11-07 16:32:58 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1ae030aca995d59b63de17849c1cb3b2300ae306.

Powered by Google App Engine
This is Rietveld 408576698