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

Issue 786123002: Update from https://crrev.com/307330 (Closed)

Created:
6 years ago by jamesr
Modified:
6 years ago
Reviewers:
CC:
mojo-reviews_chromium.org, ojan, esprehn, abarth-chromium
Base URL:
git@github.com:domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Update from https://crrev.com/307330 Includes several sky updates for skia API changes and the gn format presubmit check from https://codereview.chromium.org/779193003/ Committed: https://chromium.googlesource.com/external/mojo/+/d2015d9f67dc968437fd3dc578dc3e8d4104dcdf

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3643 lines, -2123 lines) Patch
M DEPS View 3 chunks +6 lines, -6 lines 0 comments Download
M PRESUBMIT.py View 1 chunk +2 lines, -0 lines 0 comments Download
M base/command_line.cc View 11 chunks +20 lines, -22 lines 0 comments Download
M base/debug/proc_maps_linux_unittest.cc View 2 chunks +20 lines, -10 lines 0 comments Download
M base/files/file_util_win.cc View 7 chunks +25 lines, -25 lines 0 comments Download
M base/ios/ios_util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M base/ios/ios_util.mm View 1 chunk +0 lines, -4 lines 0 comments Download
M base/memory/shared_memory_win.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M base/process/kill.h View 2 chunks +4 lines, -3 lines 0 comments Download
M base/process/kill_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/process/kill_posix.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M base/process/kill_win.cc View 5 chunks +12 lines, -15 lines 0 comments Download
M base/process/launch.h View 2 chunks +2 lines, -4 lines 0 comments Download
M base/process/launch_win.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M base/process/process_metrics_posix.cc View 1 chunk +1 line, -2 lines 0 comments Download
M base/process/process_util_unittest.cc View 2 chunks +10 lines, -12 lines 0 comments Download
M base/strings/safe_sprintf_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/test/launcher/test_launcher.cc View 11 chunks +17 lines, -21 lines 0 comments Download
M base/test/test_reg_util_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/third_party/dynamic_annotations/README.chromium View 1 chunk +7 lines, -0 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 1 chunk +7 lines, -2 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 1 chunk +5 lines, -5 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 chunk +8 lines, -12 lines 0 comments Download
M build/common.gypi View 2 chunks +0 lines, -8 lines 0 comments Download
M build/config/clang/clang.gni View 1 chunk +1 line, -1 line 0 comments Download
M build/grit_action.gypi View 2 chunks +15 lines, -0 lines 0 comments Download
M build/ios/grit_whitelist.txt View 1 chunk +0 lines, -1 line 0 comments Download
M build/sanitizers/sanitizer_options.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 chunk +1 line, -0 lines 0 comments Download
M cc/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_thinning_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/base/tiling_data_unittest.cc View 6 chunks +46 lines, -52 lines 0 comments Download
M cc/blink/BUILD.gn View 3 chunks +22 lines, -21 lines 0 comments Download
M cc/blink/web_layer_impl_fixed_bounds_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/cc.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/input/scroll_elasticity_helper.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 3 chunks +2 lines, -30 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 2 chunks +8 lines, -119 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 6 chunks +21 lines, -24 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 14 chunks +29 lines, -33 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 7 chunks +13 lines, -13 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/output/overlay_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/draw_polygon_unittest.cc View 1 chunk +1 line, -6 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 14 chunks +24 lines, -24 lines 0 comments Download
M cc/quads/render_pass_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/raster_tile_priority_queue.h View 3 chunks +11 lines, -10 lines 0 comments Download
M cc/resources/raster_tile_priority_queue.cc View 8 chunks +91 lines, -84 lines 0 comments Download
A cc/resources/tiling_set_raster_queue.h View 1 chunk +46 lines, -0 lines 0 comments Download
A cc/resources/tiling_set_raster_queue.cc View 1 chunk +117 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/scheduler/scheduler.cc View 4 chunks +42 lines, -41 lines 0 comments Download
M cc/scheduler/scheduler_settings.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 3 chunks +11 lines, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 1 chunk +19 lines, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 8 chunks +14 lines, -10 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 9 chunks +43 lines, -37 lines 0 comments Download
M cc/test/geometry_test_utils.h View 1 chunk +0 lines, -27 lines 0 comments Download
M cc/test/layer_tree_json_parser_unittest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M cc/test/layer_tree_test.h View 2 chunks +0 lines, -12 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 4 chunks +9 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 6 chunks +12 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 7 chunks +34 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 2 chunks +5 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 26 chunks +175 lines, -127 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 6 chunks +23 lines, -16 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 3 chunks +55 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 8 chunks +69 lines, -22 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 4 chunks +16 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 5 chunks +9 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 15 chunks +73 lines, -41 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 4 chunks +30 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 2 chunks +37 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 chunk +13 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 8 chunks +76 lines, -29 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 2 chunks +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 9 chunks +71 lines, -21 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 2 chunks +47 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 2 chunks +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 2 chunks +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 2 chunks +16 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 2 chunks +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 2 chunks +26 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/share_group.h View 2 chunks +6 lines, -1 line 0 comments Download
M gpu/command_buffer/client/share_group.cc View 3 chunks +19 lines, -6 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 2 chunks +156 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 2 chunks +63 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +145 lines, -142 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 4 chunks +8 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 19 chunks +44 lines, -34 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 5 chunks +12 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 2 chunks +80 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 2 chunks +2 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 2 chunks +22 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.h View 2 chunks +0 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.cc View 6 chunks +1 line, -58 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/khronos_glcts_support/generate_khronos_glcts_tests.py View 2 chunks +19 lines, -0 lines 0 comments Download
M net/base/directory_lister.h View 5 chunks +44 lines, -22 lines 0 comments Download
M net/base/directory_lister.cc View 7 chunks +57 lines, -42 lines 0 comments Download
M net/base/directory_lister_unittest.cc View 5 chunks +163 lines, -41 lines 0 comments Download
M net/base/net_util.h View 1 chunk +9 lines, -0 lines 0 comments Download
M net/base/net_util.cc View 3 chunks +29 lines, -0 lines 0 comments Download
M net/disk_cache/blockfile/sparse_control.cc View 6 chunks +34 lines, -17 lines 0 comments Download
M net/disk_cache/entry_unittest.cc View 3 chunks +115 lines, -2 lines 0 comments Download
M net/ftp/ftp_network_transaction.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/disk_cache_based_quic_server_info.cc View 1 chunk +7 lines, -1 line 0 comments Download
M net/http/disk_cache_based_quic_server_info_unittest.cc View 3 chunks +43 lines, -0 lines 0 comments Download
M net/http/http_auth_handler_negotiate.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/http_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction_unittest.cc View 14 chunks +32 lines, -30 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 6 chunks +12 lines, -8 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M net/proxy/proxy_script_decider.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_simulator.h View 3 chunks +6 lines, -4 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_simulator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_encrypter_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_encrypter_test.cc View 1 chunk +1 line, -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 +1 line, -1 line 0 comments Download
M net/quic/crypto/crypto_utils_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_config.h View 2 chunks +5 lines, -3 lines 0 comments Download
M net/quic/quic_config.cc View 6 chunks +15 lines, -10 lines 0 comments Download
M net/quic/quic_config_test.cc View 5 chunks +3 lines, -2 lines 0 comments Download
M net/quic/quic_connection.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_connection.cc View 6 chunks +17 lines, -10 lines 0 comments Download
M net/quic/quic_connection_test.cc View 3 chunks +63 lines, -0 lines 0 comments Download
M net/quic/quic_crypto_client_stream.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_crypto_client_stream_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/quic/quic_crypto_server_stream.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_crypto_server_stream_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_data_stream.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/quic/quic_data_stream_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_default_packet_writer.cc View 3 chunks +11 lines, -1 line 0 comments Download
M net/quic/quic_flags.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/quic/quic_flags.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M net/quic/quic_headers_stream.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_reliable_client_stream_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M net/quic/quic_server_session.h View 3 chunks +3 lines, -2 lines 0 comments Download
M net/quic/quic_server_session.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/quic_session.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_session.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_session_test.cc View 2 chunks +1 line, -1 line 0 comments Download
M net/quic/quic_spdy_server_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_stream_factory.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M net/quic/quic_stream_sequencer.h View 2 chunks +2 lines, -4 lines 0 comments Download
M net/quic/quic_stream_sequencer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_stream_sequencer_test.cc View 1 chunk +1 line, -0 lines 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/reliable_quic_stream.h View 3 chunks +4 lines, -3 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/reliable_quic_stream_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/test_tools/mock_crypto_client_stream.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_session_peer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_session_peer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 chunk +8 lines, -7 lines 0 comments Download
M net/socket/socks_client_socket.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/socket/transport_client_socket_pool.h View 2 chunks +6 lines, -0 lines 0 comments Download
M net/spdy/buffered_spdy_framer.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/buffered_spdy_framer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/fuzzing/hpack_fuzz_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/spdy/hpack_huffman_table.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/spdy/hpack_huffman_table.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/spdy/hpack_huffman_table_test.cc View 1 chunk +6 lines, -12 lines 0 comments Download
M net/spdy/spdy_frame_builder.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_frame_reader_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_framer.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_framer.cc View 14 chunks +25 lines, -24 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 35 chunks +71 lines, -61 lines 0 comments Download
M net/spdy/spdy_protocol.h View 2 chunks +3 lines, -6 lines 0 comments Download
M net/spdy/spdy_session.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_session.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_test_util_common.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/spdy/spdy_test_util_common.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M net/tools/quic/quic_client.h View 3 chunks +3 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_server_session.h View 3 chunks +3 lines, -2 lines 0 comments Download
M net/tools/quic/quic_server_session.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 4 chunks +12 lines, -1 line 0 comments Download
M net/tools/quic/quic_socket_utils.h View 1 chunk +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_socket_utils.cc View 5 chunks +7 lines, -8 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_spdy_server_stream.h 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/packet_dropping_test_writer.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/tools/quic/test_tools/quic_test_client.h View 5 chunks +11 lines, -11 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M net/udp/udp_client_socket.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M net/udp/udp_server_socket.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/udp/udp_server_socket.cc View 3 chunks +26 lines, -3 lines 0 comments Download
M net/udp/udp_socket.h View 1 chunk +8 lines, -6 lines 0 comments Download
M net/udp/udp_socket_libevent.h View 10 chunks +46 lines, -40 lines 0 comments Download
M net/udp/udp_socket_libevent.cc View 8 chunks +57 lines, -78 lines 0 comments Download
M net/udp/udp_socket_unittest.cc View 5 chunks +13 lines, -2 lines 0 comments Download
M net/udp/udp_socket_win.h View 11 chunks +39 lines, -36 lines 0 comments Download
M net/udp/udp_socket_win.cc View 9 chunks +45 lines, -55 lines 0 comments Download
M net/url_request/url_request.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 3 chunks +20 lines, -1 line 0 comments Download
M skia/BUILD.gn View 2 chunks +0 lines, -10 lines 0 comments Download
D skia/README.chromium View 1 chunk +0 lines, -20 lines 0 comments Download
M skia/ext/analysis_canvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M skia/ext/analysis_canvas.cc View 1 chunk +0 lines, -11 lines 0 comments Download
D skia/ext/lazy_pixel_ref.h View 1 chunk +0 lines, -39 lines 0 comments Download
D skia/ext/lazy_pixel_ref.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M skia/ext/pixel_ref_utils.cc View 1 chunk +0 lines, -1 line 0 comments Download
M skia/skia_chrome.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/platform/graphics/Gradient.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M sky/engine/platform/graphics/InterceptingCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/platform/graphics/LoggingCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/platform/graphics/LoggingCanvas.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M sky/engine/platform/graphics/Pattern.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M sky/engine/platform/graphics/ProfilingCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/platform/graphics/ProfilingCanvas.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M sky/engine/platform/graphics/ReplayingCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/platform/graphics/ReplayingCanvas.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
A third_party/protobuf/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/generate_bindings.py View 2 chunks +7 lines, -6 lines 0 comments Download
M ui/gl/gl_bindings.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_context_android.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.cc View 1 chunk +36 lines, -0 lines 0 comments Download
M ui/gl/gl_version_info.h View 2 chunks +3 lines, -2 lines 0 comments Download
M ui/gl/gpu_switching_manager.h View 3 chunks +3 lines, -6 lines 0 comments Download
M ui/gl/gpu_switching_manager.cc View 3 chunks +15 lines, -6 lines 0 comments Download
M url/gurl.h View 1 chunk +4 lines, -12 lines 0 comments Download
M url/gurl.cc View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
6 years ago (2014-12-08 21:45:48 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d2015d9f67dc968437fd3dc578dc3e8d4104dcdf.

Powered by Google App Engine
This is Rietveld 408576698