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

Issue 851503003: Update from https://crrev.com/311076 (Closed)

Created:
5 years, 11 months ago by jamesr
Modified:
5 years, 11 months ago
Reviewers:
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, esprehn, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, ojan
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Update from https://crrev.com/311076 Includes updating DCHECK_IS_ON to a function-style macro and removing various dead skia-overriding code from Sky. Committed: https://chromium.googlesource.com/external/mojo/+/d753acab6b69427e0ff94110394be76c94f15913

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8158 lines, -5232 lines) Patch
M DEPS View 4 chunks +7 lines, -15 lines 0 comments Download
M base/android/java/src/org/chromium/base/ResourceExtractor.java View 11 chunks +52 lines, -15 lines 0 comments Download
M base/android/jni_array.h View 1 chunk +1 line, -1 line 0 comments Download
M base/android/jni_array.cc View 6 chunks +46 lines, -33 lines 0 comments Download
M base/android/jni_array_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M base/android/jni_generator/jni_generator.py View 2 chunks +3 lines, -5 lines 0 comments Download
M base/android/jni_generator/testNativeExportsOption.golden View 2 chunks +5 lines, -9 lines 0 comments Download
M base/files/memory_mapped_file.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M base/files/memory_mapped_file_posix.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M base/i18n/build_utf8_validator_tables.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/i18n/icu_util.h View 2 chunks +7 lines, -2 lines 0 comments Download
M base/i18n/icu_util.cc View 4 chunks +15 lines, -12 lines 0 comments Download
M base/logging.h View 5 chunks +18 lines, -20 lines 0 comments Download
M base/logging_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M base/mac/foundation_util.h View 1 chunk +9 lines, -0 lines 0 comments Download
M base/mac/foundation_util.mm View 3 chunks +12 lines, -3 lines 0 comments Download
M base/mac/libdispatch_task_runner_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/mac/mac_logging.h View 1 chunk +4 lines, -4 lines 0 comments Download
M base/mac/mach_logging.h View 2 chunks +8 lines, -8 lines 0 comments Download
M base/mac/scoped_sending_event_unittest.mm View 1 chunk +1 line, -3 lines 0 comments Download
M base/memory/discardable_shared_memory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M base/memory/discardable_shared_memory.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M base/memory/discardable_shared_memory_unittest.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M base/message_loop/message_loop_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M base/metrics/histogram_macros.h View 1 chunk +16 lines, -16 lines 0 comments Download
M base/posix/global_descriptors.h View 3 chunks +22 lines, -4 lines 0 comments Download
M base/posix/global_descriptors.cc View 2 chunks +32 lines, -7 lines 0 comments Download
M base/prefs/pref_value_map.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/process/launch.h View 1 chunk +5 lines, -0 lines 0 comments Download
M base/process/launch_posix.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M base/test/expectations/expectation.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M base/test/test_file_util_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/worker_pool_posix.cc View 1 chunk +1 line, -2 lines 0 comments Download
M base/threading/worker_pool_win.cc View 1 chunk +1 line, -3 lines 0 comments Download
M base/tracked_objects.h View 1 chunk +1 line, -1 line 0 comments Download
M base/tracked_objects.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M base/tracked_objects_unittest.cc View 9 chunks +9 lines, -18 lines 0 comments Download
M base/tracking_info.h View 1 chunk +7 lines, -4 lines 0 comments Download
M base/tracking_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M build/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
M build/all.gyp View 9 chunks +9 lines, -0 lines 0 comments Download
A + build/android/adb_kill_chrome_shell View 2 chunks +4 lines, -4 lines 0 comments Download
M build/android/gyp/java_cpp_enum.py View 6 chunks +49 lines, -13 lines 0 comments Download
M build/android/gyp/java_cpp_enum_tests.py View 1 chunk +76 lines, -0 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 3 chunks +12 lines, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 2 chunks +5 lines, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 5 chunks +22 lines, -6 lines 0 comments Download
M build/android/pylib/uirobot/uirobot_test_instance.py View 2 chunks +5 lines, -0 lines 0 comments Download
M build/common.gypi View 7 chunks +5 lines, -11 lines 0 comments Download
M build/config/android/rules.gni View 1 chunk +1 line, -1 line 0 comments Download
M build/gdb-add-index View 2 chunks +7 lines, -6 lines 0 comments Download
A build/get_sdk_extras_packages.py View 1 chunk +21 lines, -0 lines 0 comments Download
M build/install-build-deps-android.sh View 1 chunk +12 lines, -0 lines 0 comments Download
M build/ios/grit_whitelist.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M build/sanitizers/sanitizers.gyp View 1 chunk +1 line, -1 line 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M cc/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/keyframed_animation_curve_unittest.cc View 1 chunk +62 lines, -0 lines 0 comments Download
M cc/base/completion_event.h View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/cc.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A cc/debug/picture_debug_util.h View 1 chunk +21 lines, -0 lines 0 comments Download
A cc/debug/picture_debug_util.cc View 1 chunk +73 lines, -0 lines 0 comments Download
M cc/layers/delegated_frame_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/surface_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/begin_frame_args.h View 1 chunk +0 lines, -6 lines 0 comments Download
M cc/output/begin_frame_args.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/output/delegating_renderer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/output/output_surface.h View 3 chunks +9 lines, -1 line 0 comments Download
M cc/resources/display_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/display_item.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/resources/display_item_list.h View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/resources/display_item_list.cc View 2 chunks +22 lines, -1 line 0 comments Download
M cc/resources/display_list_recording_source.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/drawing_display_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/drawing_display_item.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M cc/resources/picture.cc View 5 chunks +7 lines, -51 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/prioritized_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/prioritized_resource.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/prioritized_resource_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/scoped_resource.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/scoped_resource.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/display.cc View 1 chunk +9 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 2 chunks +7 lines, -1 line 0 comments Download
M cc/trees/proxy.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/proxy.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/tree_synchronizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M crypto/mock_apple_keychain.h View 1 chunk +51 lines, -54 lines 0 comments Download
M crypto/signature_verifier_unittest.cc View 5 chunks +25 lines, -18 lines 0 comments Download
M gin/BUILD.gn View 2 chunks +36 lines, -0 lines 0 comments Download
M gin/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A gin/fingerprint/fingerprint_v8_snapshot.gypi View 1 chunk +47 lines, -0 lines 0 comments Download
A gin/fingerprint/fingerprint_v8_snapshot.py View 1 chunk +86 lines, -0 lines 0 comments Download
M gin/gin.gyp View 3 chunks +25 lines, -1 line 0 comments Download
M gin/isolate_holder.cc View 7 chunks +97 lines, -20 lines 0 comments Download
M gin/public/isolate_holder.h View 2 chunks +11 lines, -3 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/blink/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/blink/gpu_blink.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.h View 1 chunk +105 lines, -0 lines 0 comments Download
A gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 chunk +178 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 6 chunks +34 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 6 chunks +44 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 3 chunks +44 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 3 chunks +15 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 16 chunks +344 lines, -26 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 3 chunks +25 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 chunk +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 7 chunks +252 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 chunk +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 3 chunks +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 3 chunks +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 3 chunks +27 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 3 chunks +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 3 chunks +38 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 3 chunks +239 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 3 chunks +65 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +249 lines, -246 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 1 chunk +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 6 chunks +23 lines, -8 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_unittest.cc View 4 chunks +117 lines, -27 lines 0 comments Download
M gpu/command_buffer/service/context_group.h View 2 chunks +19 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_clear_framebuffer.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 17 chunks +106 lines, -19 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 chunk +16 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 2 chunks +13 lines, -35 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 4 chunks +39 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 chunk +15 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 2 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/compositor_model_bench.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/transport_data.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/base/net_error_list.h View 1 chunk +6 lines, -0 lines 0 comments Download
M net/base/sdch_manager.h View 6 chunks +17 lines, -6 lines 0 comments Download
M net/base/sdch_manager.cc View 8 chunks +25 lines, -31 lines 0 comments Download
M net/base/sdch_manager_unittest.cc View 6 chunks +68 lines, -42 lines 0 comments Download
M net/base/sdch_observer.h View 2 chunks +21 lines, -1 line 0 comments Download
M net/base/sdch_problem_code_list.h View 2 chunks +5 lines, -2 lines 0 comments Download
M net/cert/nss_cert_database.h View 2 chunks +6 lines, -5 lines 0 comments Download
M net/cookies/parsed_cookie.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/dns/dns_config_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/mdns_client_impl.h View 2 chunks +1 line, -2 lines 0 comments Download
M net/dns/mdns_client_impl.cc View 2 chunks +2 lines, -3 lines 0 comments Download
A net/docs/bug-triage.txt View 1 chunk +61 lines, -0 lines 0 comments Download
A net/docs/bug-triage-labels.txt View 1 chunk +87 lines, -0 lines 0 comments Download
A net/docs/bug-triage-suggested-workflow.txt View 1 chunk +118 lines, -0 lines 0 comments Download
M net/filter/mock_filter_context.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/filter/sdch_filter.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/filter/sdch_filter_unittest.cc View 13 chunks +81 lines, -30 lines 0 comments Download
M net/http/http_cache.h View 4 chunks +14 lines, -0 lines 0 comments Download
M net/http/http_cache.cc View 6 chunks +6 lines, -2 lines 0 comments Download
M net/http/http_cache_transaction.h View 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/http_cache_transaction.cc View 15 chunks +106 lines, -22 lines 0 comments Download
M net/http/http_cache_unittest.cc View 3 chunks +111 lines, -0 lines 0 comments Download
M net/http/http_network_session.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_network_session.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M net/http/http_network_transaction.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_network_transaction.cc View 4 chunks +24 lines, -0 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.h View 5 chunks +0 lines, -5 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.cc View 7 chunks +3 lines, -7 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_response_info.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_response_info.cc View 6 chunks +9 lines, -0 lines 0 comments Download
A net/http/http_response_info_unittest.cc View 1 chunk +49 lines, -0 lines 0 comments Download
M net/http/http_server_properties.h View 2 chunks +15 lines, -0 lines 0 comments Download
M net/http/http_server_properties.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M net/http/http_server_properties_impl.h View 4 chunks +13 lines, -0 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M net/http/http_server_properties_manager.h View 1 chunk +10 lines, -0 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 chunk +12 lines, -5 lines 0 comments Download
M net/http/http_transaction_test_util.h View 1 chunk +12 lines, -0 lines 0 comments Download
M net/http/http_transaction_test_util.cc View 5 chunks +20 lines, -3 lines 0 comments Download
M net/http/transport_security_state_static.h View 4 chunks +1796 lines, -1224 lines 0 comments Download
M net/http/transport_security_state_static.certs View 1 chunk +0 lines, -94 lines 0 comments Download
M net/http/transport_security_state_static.json View 5 chunks +1 line, -17 lines 0 comments Download
M net/net.gypi View 4 chunks +5 lines, -0 lines 0 comments Download
M net/proxy/proxy_info.h View 3 chunks +7 lines, -1 line 0 comments Download
M net/proxy/proxy_info.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/proxy/proxy_info_unittest.cc View 2 chunks +17 lines, -0 lines 0 comments Download
M net/proxy/proxy_script_decider.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/proxy/proxy_script_decider.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_loss_algorithm.cc View 4 chunks +24 lines, -5 lines 0 comments Download
M net/quic/congestion_control/tcp_loss_algorithm_test.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M net/quic/crypto/crypto_handshake_message.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/crypto/crypto_protocol.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/quic_config.h View 2 chunks +0 lines, -15 lines 0 comments Download
M net/quic/quic_config.cc View 5 chunks +0 lines, -34 lines 0 comments Download
M net/quic/quic_config_test.cc View 9 chunks +3 lines, -21 lines 0 comments Download
M net/quic/quic_connection_test.cc View 2 chunks +93 lines, -53 lines 0 comments Download
M net/quic/quic_crypto_stream.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/quic_crypto_stream_test.cc View 1 chunk +1 line, -5 lines 0 comments Download
M net/quic/quic_end_to_end_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/quic_flags.h View 2 chunks +1 line, -1 line 0 comments Download
M net/quic/quic_flags.cc View 3 chunks +4 lines, -9 lines 0 comments Download
M net/quic/quic_headers_stream.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/quic_headers_stream_test.cc View 1 chunk +1 line, -5 lines 0 comments Download
M net/quic/quic_protocol.h View 2 chunks +1 line, -3 lines 0 comments Download
M net/quic/quic_protocol.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M net/quic/quic_protocol_test.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 3 chunks +13 lines, -0 lines 0 comments Download
M net/quic/quic_server.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/quic/quic_session.h View 3 chunks +4 lines, -7 lines 0 comments Download
M net/quic/quic_session.cc View 5 chunks +7 lines, -39 lines 0 comments Download
M net/quic/quic_session_test.cc View 9 chunks +0 lines, -52 lines 0 comments Download
M net/quic/quic_stream_factory.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 5 chunks +7 lines, -1 line 0 comments Download
M net/quic/quic_stream_factory_test.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/quic/reliable_quic_stream.h View 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 2 chunks +1 line, -20 lines 0 comments Download
M net/quic/reliable_quic_stream_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/test_tools/mock_crypto_client_stream.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M net/quic/test_tools/quic_config_peer.h View 1 chunk +0 lines, -4 lines 0 comments Download
M net/quic/test_tools/quic_config_peer.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 chunk +0 lines, -2 lines 0 comments Download
A net/sdch/sdch_owner.h View 1 chunk +97 lines, -0 lines 0 comments Download
A net/sdch/sdch_owner.cc View 1 chunk +265 lines, -0 lines 0 comments Download
A net/sdch/sdch_owner_unittest.cc View 1 chunk +491 lines, -0 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.h View 4 chunks +0 lines, -7 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.cc View 4 chunks +1 line, -6 lines 0 comments Download
M net/socket/next_proto.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M net/socket/socket_test_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 chunk +11 lines, -5 lines 0 comments Download
M net/socket/ssl_client_socket_pool.h View 2 chunks +0 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/unix_domain_client_socket_posix.cc View 2 chunks +17 lines, -4 lines 0 comments Download
M net/spdy/spdy_buffer.cc View 2 chunks +1 line, -3 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 2 chunks +208 lines, -0 lines 0 comments Download
M net/spdy/spdy_protocol.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_read_queue.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 7 chunks +22 lines, -5 lines 0 comments Download
M net/spdy/spdy_write_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/end_to_end_test.cc View 8 chunks +74 lines, -64 lines 0 comments Download
M net/tools/quic/quic_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/tools/quic/quic_client.cc View 3 chunks +13 lines, -10 lines 0 comments Download
A net/tools/quic/quic_client_test.cc View 1 chunk +75 lines, -0 lines 0 comments Download
M net/tools/quic/quic_server.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/tools/quic/quic_spdy_server_stream_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/url_request/url_request_http_job.h View 2 chunks +13 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 5 chunks +24 lines, -0 lines 0 comments Download
M net/url_request/url_request_job_manager.h View 3 chunks +7 lines, -15 lines 0 comments Download
M net/url_request/url_request_job_manager.cc View 1 chunk +1 line, -3 lines 0 comments Download
M sandbox/linux/services/credentials.h View 3 chunks +6 lines, -9 lines 0 comments Download
M sandbox/linux/services/credentials.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M sandbox/linux/services/credentials_unittest.cc View 5 chunks +30 lines, -48 lines 0 comments Download
M skia/BUILD.gn View 2 chunks +46 lines, -0 lines 0 comments Download
M skia/config/SkUserConfig.h View 3 chunks +2 lines, -14 lines 0 comments Download
M skia/ext/analysis_canvas.h View 1 chunk +32 lines, -32 lines 0 comments Download
M skia/ext/analysis_canvas.cc View 5 chunks +35 lines, -35 lines 0 comments Download
M skia/ext/analysis_canvas_unittest.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M skia/ext/benchmarking_canvas.cc View 1 chunk +42 lines, -47 lines 0 comments Download
M skia/ext/platform_canvas_unittest.cc View 4 chunks +17 lines, -12 lines 0 comments Download
M skia/ext/vector_platform_device_emf_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
A skia/skia_tests.gyp View 1 chunk +65 lines, -0 lines 0 comments Download
M sky/engine/platform/BUILD.gn View 3 chunks +0 lines, -8 lines 0 comments Download
D sky/engine/platform/graphics/GraphicsContextRecorder.h View 1 chunk +0 lines, -79 lines 0 comments Download
D sky/engine/platform/graphics/GraphicsContextRecorder.cpp View 1 chunk +0 lines, -153 lines 0 comments Download
D sky/engine/platform/graphics/LoggingCanvas.h View 1 chunk +0 lines, -135 lines 0 comments Download
D sky/engine/platform/graphics/LoggingCanvas.cpp View 1 chunk +0 lines, -845 lines 0 comments Download
D sky/engine/platform/graphics/ProfilingCanvas.h View 1 chunk +0 lines, -84 lines 0 comments Download
D sky/engine/platform/graphics/ProfilingCanvas.cpp View 1 chunk +0 lines, -254 lines 0 comments Download
D sky/engine/platform/graphics/ReplayingCanvas.h View 1 chunk +0 lines, -91 lines 0 comments Download
D sky/engine/platform/graphics/ReplayingCanvas.cpp View 1 chunk +0 lines, -273 lines 0 comments Download
M testing/android/java/AndroidManifest.xml View 1 chunk +1 line, -1 line 0 comments Download
A + testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java View 1 chunk +2 lines, -2 lines 0 comments Download
D testing/android/java/src/org/chromium/native_test/ChromiumNativeTestInstrumentationTestRunner.java View 1 chunk +0 lines, -193 lines 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 3 chunks +4 lines, -1 line 0 comments Download
M testing/buildbot/chromium.fyi.json View 5 chunks +5 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 4 chunks +8 lines, -4 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 4 chunks +8 lines, -4 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 3 chunks +3 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 2 chunks +2 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.webkit.json View 2 chunks +3 lines, -1 line 0 comments Download
M testing/buildbot/chromium.win.json View 5 chunks +10 lines, -5 lines 0 comments Download
M testing/buildbot/chromium_memory_trybot.json View 1 chunk +1 line, -0 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 chunk +1 line, -0 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 chunk +0 lines, -1 line 0 comments Download
M testing/commit_queue/config.json View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/qcms/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/qcms/google.patch View 4 chunks +11 lines, -5 lines 0 comments Download
M third_party/qcms/src/iccread.c View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/qcms/src/qcms.h View 1 chunk +1 line, -0 lines 0 comments Download
M tools/clang/scripts/update.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/git/move_source_file.py View 1 chunk +4 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/drmemory/suppressions.txt View 1 chunk +5 lines, -0 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 chunk +5 lines, -0 lines 0 comments Download
D tools/valgrind/gtest_exclude/components_unittests.gtest-drmemory_win32.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +6 lines, -0 lines 0 comments Download
M ui/compositor/dip_util.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gfx/font_list_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_gl_api_implementation.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
5 years, 11 months ago (2015-01-12 21:07:28 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d753acab6b69427e0ff94110394be76c94f15913.

Powered by Google App Engine
This is Rietveld 408576698