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

Issue 693943003: Update from https://crrev.com/302630 (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

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4873 lines, -4744 lines) Patch
M .clang-format View 1 chunk +15 lines, -0 lines 0 comments Download
M DEPS View 2 chunks +7 lines, -7 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 10 chunks +69 lines, -29 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoaderHelper.java View 6 chunks +306 lines, -96 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/Linker.java View 9 chunks +48 lines, -41 lines 0 comments Download
M base/android/javatests/src/org/chromium/base/LibraryLoaderHelperTest.java View 3 chunks +7 lines, -5 lines 0 comments Download
M base/android/linker/linker_jni.cc View 2 chunks +41 lines, -13 lines 0 comments Download
M base/bind_unittest.nc View 11 chunks +14 lines, -14 lines 0 comments Download
M base/build_time.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/build_time.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/callback_unittest.nc View 3 chunks +3 lines, -3 lines 0 comments Download
M base/debug/stack_trace_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M base/memory/scoped_ptr_unittest.nc View 5 chunks +11 lines, -11 lines 0 comments Download
M base/memory/weak_ptr_unittest.nc View 7 chunks +13 lines, -13 lines 0 comments Download
M base/metrics/field_trial_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M base/profiler/scoped_tracker.h View 2 chunks +9 lines, -0 lines 0 comments Download
M base/profiler/scoped_tracker.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M base/test/multiprocess_test_android.cc View 1 chunk +1 line, -1 line 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/adb_reverse_forwarder.py View 2 chunks +14 lines, -1 line 0 comments Download
M build/android/pylib/base/base_test_runner.py View 3 chunks +2 lines, -17 lines 0 comments Download
M build/android/pylib/cmd_helper.py View 3 chunks +18 lines, -8 lines 0 comments Download
A build/android/pylib/device/commands/BUILD.gn View 1 chunk +17 lines, -0 lines 0 comments Download
M build/android/pylib/device/commands/commands.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/gtest/test_options.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/gtest/test_runner.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/host_driven/setup.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/host_driven/test_case.py View 3 chunks +1 line, -3 lines 0 comments Download
M build/android/pylib/host_driven/test_runner.py View 2 chunks +3 lines, -7 lines 0 comments Download
M build/android/pylib/instrumentation/test_options.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/linker/setup.py View 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/linker/test_runner.py View 1 chunk +2 lines, -4 lines 0 comments Download
M build/android/pylib/uiautomator/test_options.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/test_runner.py View 4 chunks +0 lines, -8 lines 0 comments Download
M build/common.gypi View 11 chunks +27 lines, -16 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 2 chunks +4 lines, -1 line 0 comments Download
M build/config/android/BUILD.gn View 1 chunk +5 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 3 chunks +7 lines, -1 line 0 comments Download
M build/config/compiler/BUILD.gn View 1 chunk +0 lines, -3 lines 0 comments Download
M build/go/rules.gni View 1 chunk +1 line, -2 lines 0 comments Download
M build/install-build-deps.sh View 1 chunk +1 line, -1 line 0 comments Download
M build/ios/grit_whitelist.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M build/landmine_utils.py View 1 chunk +6 lines, -0 lines 0 comments Download
M build/landmines.py View 1 chunk +6 lines, -1 line 0 comments Download
M build/linux/system.gyp View 2 chunks +68 lines, -64 lines 0 comments Download
M build/nocompile.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M build/toolchain/win/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M build/util/version.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M build/vs_toolchain.py View 2 chunks +11 lines, -0 lines 0 comments Download
D build/win/win_tool.py View 1 chunk +0 lines, -315 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 chunk +22 lines, -7 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 4 chunks +10 lines, -8 lines 0 comments Download
M cc/surfaces/surface_factory.h View 2 chunks +3 lines, -0 lines 0 comments Download
M cc/surfaces/surface_factory.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M gin/function_template.h View 1 chunk +7 lines, -2 lines 0 comments Download
M gpu/BUILD.gn View 3 chunks +2 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/BUILD.gn View 1 chunk +0 lines, -25 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 8 chunks +11 lines, -25 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gpu_memory_buffer_manager.h View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager.h View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager.cc View 7 chunks +8 lines, -14 lines 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 4 chunks +14 lines, -42 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/BUILD.gn View 2 chunks +9 lines, -1 line 0 comments Download
M gpu/config/gpu_info_collector_linux.cc View 3 chunks +9 lines, -1 line 0 comments Download
M gpu/config/software_rendering_list_json.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/gles2_conform_support/egl/display.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/gles2_conform_support/gles2_conform_support.gyp View 1 chunk +1 line, -1 line 0 comments Download
M gpu/gpu.gyp View 4 chunks +4 lines, -29 lines 0 comments Download
M gpu/gpu_config.gypi View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gles2/gles2_context.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/test_completion_callback.h View 7 chunks +23 lines, -4 lines 0 comments Download
M net/base/test_completion_callback.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M net/base/test_completion_callback_unittest.cc View 2 chunks +29 lines, -2 lines 0 comments Download
M net/disk_cache/simple/simple_index_file.cc View 2 chunks +11 lines, -8 lines 0 comments Download
M net/disk_cache/simple/simple_index_file_unittest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M net/filter/filter.h View 2 chunks +20 lines, -2 lines 0 comments Download
M net/filter/filter.cc View 3 chunks +23 lines, -0 lines 0 comments Download
M net/filter/filter_unittest.cc View 2 chunks +81 lines, -1 line 0 comments Download
M net/http/disk_cache_based_quic_server_info.cc View 11 chunks +68 lines, -23 lines 0 comments Download
M net/http/http_cache_transaction.cc View 3 chunks +1 line, -22 lines 0 comments Download
M net/http/http_network_transaction.h View 3 chunks +0 lines, -14 lines 0 comments Download
M net/http/http_network_transaction.cc View 6 chunks +0 lines, -78 lines 0 comments Download
M net/http/transport_security_state.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M net/http/transport_security_state_static.h View 1 chunk +1478 lines, -1474 lines 0 comments Download
M net/http/transport_security_state_static.json View 1 chunk +5 lines, -1 line 0 comments Download
M net/proxy/proxy_service.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 4 chunks +12 lines, -2 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 12 chunks +58 lines, -63 lines 0 comments Download
M net/quic/crypto/common_cert_set.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M net/quic/crypto/crypto_protocol.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/crypto/source_address_token.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/quic_connection.h View 6 chunks +16 lines, -5 lines 0 comments Download
M net/quic/quic_connection.cc View 6 chunks +37 lines, -2 lines 0 comments Download
M net/quic/quic_connection_test.cc View 2 chunks +60 lines, -1 line 0 comments Download
M net/quic/quic_crypto_server_stream.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M net/quic/quic_flags.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_flags.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/quic_packet_generator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_sent_entropy_manager_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 3 chunks +4 lines, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 6 chunks +16 lines, -5 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 18 chunks +40 lines, -58 lines 0 comments Download
M net/quic/quic_server_session.h View 2 chunks +8 lines, -5 lines 0 comments Download
M net/quic/quic_server_session.cc View 3 chunks +12 lines, -5 lines 0 comments Download
M net/quic/quic_session.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M net/server/http_server.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/server/http_server.cc View 2 chunks +8 lines, -1 line 0 comments Download
M net/socket/ssl_server_socket_nss.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ssl/client_cert_store_chromeos.h View 2 chunks +28 lines, -16 lines 0 comments Download
M net/ssl/client_cert_store_chromeos.cc View 4 chunks +26 lines, -55 lines 0 comments Download
M net/ssl/client_cert_store_chromeos_unittest.cc View 8 chunks +100 lines, -180 lines 0 comments Download
M net/ssl/ssl_config.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_client_session.h View 2 chunks +5 lines, -5 lines 0 comments Download
M net/tools/quic/quic_server_session.h View 1 chunk +4 lines, -1 line 0 comments Download
M net/tools/quic/quic_server_session.cc View 3 chunks +12 lines, -5 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 1 chunk +8 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 6 chunks +13 lines, -2 lines 0 comments Download
M net/websockets/websocket_channel_test.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M sandbox/linux/BUILD.gn View 4 chunks +12 lines, -3 lines 0 comments Download
M sandbox/linux/bpf_dsl/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A sandbox/linux/bpf_dsl/dump_bpf.h View 1 chunk +18 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/dump_bpf.cc View 1 chunk +105 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 2 chunks +12 lines, -3 lines 0 comments Download
M sandbox/linux/sandbox_linux_test_sources.gypi View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.h View 1 chunk +0 lines, -4 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.cc View 3 chunks +1 line, -90 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen_unittest.cc View 16 chunks +152 lines, -173 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 2 chunks +2 lines, -1 line 0 comments Download
D sandbox/linux/services/broker_process.h View 1 chunk +0 lines, -106 lines 0 comments Download
D sandbox/linux/services/broker_process.cc View 1 chunk +0 lines, -545 lines 0 comments Download
D sandbox/linux/services/broker_process_unittest.cc View 1 chunk +0 lines, -477 lines 0 comments Download
A + sandbox/linux/syscall_broker/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_client.h View 1 chunk +71 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_client.cc View 1 chunk +144 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_common.h View 1 chunk +41 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_host.h View 1 chunk +36 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_host.cc View 1 chunk +221 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_policy.h View 1 chunk +73 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_policy.cc View 1 chunk +175 lines, -0 lines 0 comments Download
A + sandbox/linux/syscall_broker/broker_process.h View 3 chunks +21 lines, -39 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_process.cc View 1 chunk +124 lines, -0 lines 0 comments Download
A + sandbox/linux/syscall_broker/broker_process_unittest.cc View 5 chunks +10 lines, -12 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 5 chunks +70 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 3 chunks +24 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 4 chunks +56 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.win.json View 5 chunks +58 lines, -0 lines 0 comments Download
A + testing/scripts/nacl_integration.py View 1 chunk +13 lines, -10 lines 0 comments Download
M third_party/libevent/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/modp_b64/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/extension_set.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/unknown_field_set.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/README.chromium View 1 chunk +4 lines, -1 line 0 comments Download
M third_party/yasm/yasm.gyp View 1 chunk +15 lines, -0 lines 0 comments Download
A tools/android/common/BUILD.gn View 1 chunk +15 lines, -0 lines 0 comments Download
M tools/android/common/adb_connection.cc View 2 chunks +1 line, -2 lines 0 comments Download
M tools/android/common/common.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/android/common/net.cc View 1 chunk +1 line, -1 line 0 comments Download
A tools/android/forwarder2/BUILD.gn View 1 chunk +94 lines, -0 lines 0 comments Download
M tools/android/forwarder2/daemon.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M tools/android/forwarder2/device_forwarder_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/forwarder.cc View 4 chunks +12 lines, -6 lines 0 comments Download
M tools/android/forwarder2/forwarder.gyp View 3 chunks +6 lines, -0 lines 0 comments Download
M tools/android/forwarder2/forwarders_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/host_forwarder_main.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M tools/android/forwarder2/socket.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt View 1 chunk +2 lines, -0 lines 0 comments Download
A + tools/valgrind/gtest_exclude/ui_base_unittests.gtest-memcheck.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck.txt View 1 chunk +0 lines, -8 lines 0 comments Download
M tools/xdisplaycheck/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/gl/gl.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/gl/gl_context_egl.cc View 1 chunk +7 lines, -1 line 0 comments Download
D ui/gl/gl_image_glx.h View 1 chunk +0 lines, -50 lines 0 comments Download
D ui/gl/gl_image_glx.cc View 1 chunk +0 lines, -205 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 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_ozone.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
6 years, 1 month ago (2014-11-04 19:17:56 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
74f9f1ff7bcf48e0728b0fdd6845df2a51c65f22.

Powered by Google App Engine
This is Rietveld 408576698