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

Issue 839143002: Roll Chrome into Mojo. (Closed)

Created:
5 years, 11 months ago by Nick Bray (chromium)
Modified:
5 years, 11 months ago
Reviewers:
jamesr, abarth-chromium
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

Roll Chrome into Mojo. This roll corresponds to: https://chromium.googlesource.com/chromium/src/+/d3cf92cac313434de99ae66f6e3e12d27ab536ef GN now requires python_binary_module to be undefined rather than an empty string. Context lines in cc_strip_video.patch changed. Minor edits were required for sky: Change to Skia header file organization. SkRect::intersect now warns if ignored. BUG=https://code.google.com/p/chromium/issues/detail?id=401761 R=jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/27a3f6ebf59ac176e82213393672d6cba5b1614d

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9440 lines, -7674 lines) Patch
M DEPS View 1 3 chunks +6 lines, -6 lines 0 comments Download
M base/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/chromeos/memory_pressure_observer_chromeos.h View 1 5 chunks +25 lines, -3 lines 0 comments Download
M base/chromeos/memory_pressure_observer_chromeos.cc View 1 3 chunks +84 lines, -42 lines 0 comments Download
A base/chromeos/memory_pressure_observer_chromeos_unittest.cc View 1 1 chunk +161 lines, -0 lines 0 comments Download
M base/debug/trace_event.h View 1 2 chunks +10 lines, -0 lines 0 comments Download
M base/mac/mac_util_unittest.mm View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/message_loop/message_pump_win.cc View 1 5 chunks +27 lines, -2 lines 0 comments Download
M base/nix/xdg_util.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M base/nix/xdg_util_unittest.cc View 1 1 chunk +73 lines, -20 lines 0 comments Download
M base/prefs/json_pref_store.cc View 1 4 chunks +2 lines, -13 lines 0 comments Download
M base/prefs/pref_service.cc View 1 2 chunks +14 lines, -0 lines 0 comments Download
M base/profiler/tracked_time.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M base/sys_info_android.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A base/test/android/javatests/src/org/chromium/base/test/BaseInstrumentationTestRunner.java View 1 1 chunk +96 lines, -0 lines 0 comments Download
M base/time/time.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M base/time/time_win.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M base/timer/elapsed_timer.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M base/values.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M base/values.cc View 1 3 chunks +16 lines, -6 lines 0 comments Download
M base/values_unittest.cc View 1 7 chunks +42 lines, -16 lines 0 comments Download
M build/all.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 1 4 chunks +31 lines, -8 lines 0 comments Download
M build/android/pylib/device/device_errors.py View 1 1 chunk +31 lines, -15 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 1 5 chunks +20 lines, -11 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 3 chunks +23 lines, -9 lines 0 comments Download
M build/android/pylib/instrumentation/test_options.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/perf/test_runner.py View 1 2 chunks +6 lines, -9 lines 0 comments Download
M build/android/pylib/remote/device/appurify_sanitized.py View 1 2 chunks +13 lines, -0 lines 0 comments Download
A build/android/pylib/remote/device/dummy/BUILD.gn View 1 1 chunk +14 lines, -0 lines 0 comments Download
A build/android/pylib/remote/device/dummy/dummy.gyp View 1 1 chunk +25 lines, -0 lines 0 comments Download
A + build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java View 1 1 chunk +4 lines, -4 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 1 6 chunks +31 lines, -11 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 1 2 chunks +8 lines, -11 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_helper.py View 1 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 7 chunks +78 lines, -29 lines 0 comments Download
M build/android/pylib/uiautomator/test_options.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/utils/proguard.py View 1 3 chunks +10 lines, -6 lines 0 comments Download
A build/android/pylib/utils/zip_utils.py View 1 1 chunk +31 lines, -0 lines 0 comments Download
M build/android/test_runner.py View 1 5 chunks +12 lines, -9 lines 0 comments Download
A build/android_sdk_extras.json View 1 1 chunk +8 lines, -0 lines 0 comments Download
M build/apk_test.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/common.gypi View 1 4 chunks +27 lines, -3 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 1 4 chunks +12 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 1 3 chunks +18 lines, -2 lines 0 comments Download
M build/config/linux/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M build/config/win/BUILD.gn View 1 1 chunk +0 lines, -2 lines 0 comments Download
M build/config/win/visual_studio_version.gni View 1 2 chunks +0 lines, -16 lines 0 comments Download
M build/download_nacl_toolchains.py View 1 1 chunk +2 lines, -14 lines 0 comments Download
A build/download_sdk_extras.py View 1 1 chunk +58 lines, -0 lines 0 comments Download
M build/gyp_chromium View 1 1 chunk +7 lines, -0 lines 0 comments Download
M build/install-build-deps.sh View 1 1 chunk +3 lines, -1 line 0 comments Download
M build/ios/grit_whitelist.txt View 1 3 chunks +2 lines, -4 lines 0 comments Download
M build/toolchain/win/midl.gni View 1 1 chunk +0 lines, -7 lines 0 comments Download
M build/toolchain/win/setup_toolchain.py View 1 1 chunk +10 lines, -3 lines 0 comments Download
M build/win_is_xtree_patched.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/BUILD.gn View 1 2 chunks +7 lines, -0 lines 0 comments Download
M cc/blink/web_compositor_support_impl.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M cc/blink/web_compositor_support_impl.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
M cc/blink/web_content_layer_impl.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M cc/blink/web_display_item_list_impl.h View 1 3 chunks +3 lines, -9 lines 0 comments Download
M cc/blink/web_display_item_list_impl.cc View 1 2 chunks +10 lines, -0 lines 0 comments Download
M cc/blink/web_filter_animation_curve_impl.h View 1 1 chunk +8 lines, -3 lines 0 comments Download
M cc/blink/web_filter_animation_curve_impl.cc View 1 1 chunk +17 lines, -5 lines 0 comments Download
M cc/blink/web_float_animation_curve_impl.h View 1 1 chunk +8 lines, -3 lines 0 comments Download
M cc/blink/web_float_animation_curve_impl.cc View 1 1 chunk +17 lines, -5 lines 0 comments Download
M cc/blink/web_scroll_offset_animation_curve_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/web_scroll_offset_animation_curve_impl.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M cc/blink/web_scrollbar_layer_impl.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M cc/blink/web_transform_animation_curve_impl.h View 1 1 chunk +8 lines, -3 lines 0 comments Download
M cc/blink/web_transform_animation_curve_impl.cc View 1 1 chunk +16 lines, -5 lines 0 comments Download
M cc/cc.gyp View 1 2 chunks +7 lines, -0 lines 0 comments Download
M cc/debug/rendering_stats.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/layer_impl.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 8 chunks +17 lines, -33 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/surface_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/bsp_tree.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/output/bsp_tree.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/display_item.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/display_item_list.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/drawing_display_item.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
A cc/resources/float_clip_display_item.h View 1 1 chunk +61 lines, -0 lines 0 comments Download
A cc/resources/float_clip_display_item.cc View 1 1 chunk +60 lines, -0 lines 0 comments Download
A cc/resources/gpu_rasterizer.h View 1 1 chunk +62 lines, -0 lines 0 comments Download
A cc/resources/gpu_rasterizer.cc View 1 1 chunk +148 lines, -0 lines 0 comments Download
M cc/resources/gpu_tile_task_worker_pool.h View 1 3 chunks +4 lines, -17 lines 0 comments Download
M cc/resources/gpu_tile_task_worker_pool.cc View 1 5 chunks +19 lines, -88 lines 0 comments Download
M cc/resources/picture.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/picture.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 1 5 chunks +23 lines, -55 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 5 chunks +7 lines, -149 lines 0 comments Download
M cc/resources/picture_layer_tiling_perftest.cc View 1 2 chunks +0 lines, -87 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 2 chunks +0 lines, -179 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
A cc/resources/rasterizer.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A cc/resources/software_rasterizer.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A cc/resources/software_rasterizer.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
M cc/resources/tile.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/tile.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/tile_draw_info.h View 1 1 chunk +8 lines, -4 lines 0 comments Download
M cc/resources/tile_manager.h View 1 10 chunks +32 lines, -12 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 19 chunks +167 lines, -49 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 2 chunks +191 lines, -0 lines 0 comments Download
M cc/resources/tile_task_worker_pool_perftest.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M cc/resources/tile_task_worker_pool_unittest.cc View 1 5 chunks +12 lines, -4 lines 0 comments Download
M cc/resources/tiling_set_raster_queue.h View 1 3 chunks +52 lines, -1 line 0 comments Download
M cc/resources/tiling_set_raster_queue.cc View 1 7 chunks +147 lines, -15 lines 0 comments Download
M cc/scheduler/scheduler.h View 1 6 chunks +9 lines, -4 lines 0 comments Download
M cc/scheduler/scheduler.cc View 1 13 chunks +55 lines, -48 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 1 4 chunks +28 lines, -10 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 9 chunks +135 lines, -17 lines 0 comments Download
M cc/test/fake_picture_layer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_proxy.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 2 chunks +3 lines, -9 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 1 4 chunks +24 lines, -3 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 4 chunks +11 lines, -4 lines 0 comments Download
M cc/test/scheduler_test_common.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M cc/test/scheduler_test_common.cc View 1 2 chunks +14 lines, -11 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 5 chunks +5 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 9 chunks +34 lines, -14 lines 0 comments Download
M cc/trees/layer_tree_host_perftest.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 chunks +86 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 1 4 chunks +0 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 chunks +1 line, -2 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 6 chunks +13 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/property_tree.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/proxy.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M cc/trees/thread_proxy.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M crypto/p224_spake.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M crypto/rsa_private_key_openssl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M crypto/rsa_private_key_unittest.cc View 1 1 chunk +27 lines, -0 lines 0 comments Download
M crypto/secure_hash_openssl.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M gin/test/v8_test.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
A gpu/GLES2/extensions/CHROMIUM/CHROMIUM_trace_marker.txt View 1 1 chunk +63 lines, -0 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/context_support.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 5 chunks +6 lines, -20 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_mock.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.h View 1 10 chunks +54 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.cc View 1 15 chunks +119 lines, -49 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 1 7 chunks +536 lines, -63 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/stream_texture_manager_in_process_android.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/python/BUILD.gn View 1 2 chunks +0 lines, -2 lines 0 comments Download
M mojo/python/BUILD.gn View 1 1 chunk +0 lines, -1 line 0 comments Download
M mojo/tools/roll/cc_strip_video.patch View 1 9 chunks +9 lines, -9 lines 0 comments Download
M net/base/file_stream.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M net/base/file_stream_context_win.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M net/base/net_log_event_type_list.h View 1 1 chunk +14 lines, -0 lines 0 comments Download
M net/cert/cert_verify_proc_openssl.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M net/cert/ct_known_logs_static.h View 1 2 chunks +10 lines, -2 lines 0 comments Download
M net/cert/x509_certificate.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M net/dns/host_resolver_impl.cc View 1 2 chunks +0 lines, -3 lines 0 comments Download
M net/http/http_cache.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M net/http/http_cache.cc View 1 4 chunks +5 lines, -0 lines 0 comments Download
M net/http/http_cache_transaction.h View 1 3 chunks +10 lines, -0 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 13 chunks +69 lines, -29 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 26 chunks +450 lines, -127 lines 0 comments Download
M net/http/http_network_session.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_network_session.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 4 chunks +75 lines, -12 lines 0 comments Download
M net/http/http_proxy_client_socket.cc View 1 1 chunk +13 lines, -11 lines 0 comments Download
M net/http/http_server_properties.h View 1 3 chunks +13 lines, -10 lines 0 comments Download
M net/http/http_server_properties_impl.h View 1 4 chunks +11 lines, -8 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 1 5 chunks +25 lines, -11 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 1 5 chunks +52 lines, -8 lines 0 comments Download
M net/http/http_server_properties_manager.h View 1 3 chunks +7 lines, -3 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 1 26 chunks +182 lines, -127 lines 0 comments Download
M net/http/http_server_properties_manager_unittest.cc View 1 24 chunks +198 lines, -81 lines 0 comments Download
M net/http/mock_http_cache.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/http/mock_http_cache.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/partial_data.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/partial_data.cc View 1 5 chunks +30 lines, -8 lines 0 comments Download
M net/http/proxy_client_socket.h View 1 1 chunk +9 lines, -3 lines 0 comments Download
M net/http/proxy_client_socket.cc View 1 2 chunks +41 lines, -10 lines 0 comments Download
M net/http/transport_security_state_static.h View 1 5 chunks +1202 lines, -1687 lines 0 comments Download
M net/http/transport_security_state_static.certs View 1 1 chunk +0 lines, -46 lines 0 comments Download
M net/http/transport_security_state_static.json View 1 7 chunks +106 lines, -13 lines 0 comments Download
M net/http/transport_security_state_unittest.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/congestion_control/pacing_sender.h View 1 2 chunks +12 lines, -9 lines 0 comments Download
M net/quic/congestion_control/pacing_sender.cc View 1 6 chunks +16 lines, -18 lines 0 comments Download
M net/quic/congestion_control/pacing_sender_test.cc View 1 11 chunks +88 lines, -90 lines 0 comments Download
M net/quic/congestion_control/rtt_stats.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config_test.cc View 1 8 chunks +124 lines, -119 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 1 chunk +1 line, -5 lines 0 comments Download
M net/quic/quic_config.cc View 1 4 chunks +12 lines, -12 lines 0 comments Download
M net/quic/quic_config_test.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_connection.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_connection.cc View 1 4 chunks +39 lines, -23 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 5 chunks +55 lines, -1 line 0 comments Download
M net/quic/quic_crypto_client_stream.h View 1 1 chunk +2 lines, -4 lines 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 1 3 chunks +7 lines, -2 lines 0 comments Download
M net/quic/quic_crypto_client_stream_test.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M net/quic/quic_crypto_server_stream_test.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_dispatcher.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M net/quic/quic_dispatcher.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M net/quic/quic_flags.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_flags.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M net/quic/quic_packet_creator.h View 1 1 chunk +0 lines, -11 lines 0 comments Download
M net/quic/quic_packet_creator.cc View 1 1 chunk +0 lines, -17 lines 0 comments Download
M net/quic/quic_packet_creator_test.cc View 1 1 chunk +0 lines, -16 lines 0 comments Download
M net/quic/quic_packet_generator.h View 1 6 chunks +13 lines, -8 lines 0 comments Download
M net/quic/quic_packet_generator.cc View 1 7 chunks +42 lines, -16 lines 0 comments Download
M net/quic/quic_packet_generator_test.cc View 1 3 chunks +14 lines, -0 lines 0 comments Download
M net/quic/quic_protocol.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 3 chunks +12 lines, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 1 15 chunks +18 lines, -2 lines 0 comments Download
M net/quic/quic_server.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download
M net/quic/quic_server_session.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M net/quic/quic_session.cc View 1 3 chunks +10 lines, -10 lines 0 comments Download
M net/quic/quic_session_test.cc View 1 6 chunks +7 lines, -6 lines 0 comments Download
M net/quic/quic_stream_factory.h View 1 3 chunks +13 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 13 chunks +78 lines, -13 lines 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_time_wait_list_manager.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_time_wait_list_manager.cc View 1 3 chunks +7 lines, -3 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/mock_crypto_client_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/mock_crypto_client_stream.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 3 chunks +24 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_openssl_unittest.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M net/socket/tcp_client_socket.cc View 1 4 chunks +17 lines, -0 lines 0 comments Download
M net/socket/tcp_socket_win.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 1 1 chunk +12 lines, -8 lines 0 comments Download
M net/ssl/openssl_client_key_store_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/openssl_ssl_util.cc View 1 2 chunks +14 lines, -7 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M net/tools/quic/quic_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client.cc View 1 3 chunks +19 lines, -5 lines 0 comments Download
M net/tools/quic/quic_client_bin.cc View 1 1 chunk +1 line, -11 lines 0 comments Download
M net/tools/quic/quic_client_session.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M net/tools/quic/quic_client_session.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_dispatcher.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M net/tools/quic/quic_server.cc View 1 1 chunk +20 lines, -0 lines 0 comments Download
M net/tools/quic/quic_server_session.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M net/tools/quic/quic_spdy_client_stream.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 1 3 chunks +7 lines, -3 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager_test.cc View 1 13 chunks +22 lines, -0 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.h View 1 2 chunks +12 lines, -8 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M net/url_request/url_request_file_dir_job.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M net/url_request/url_request_file_job.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M net/url_request/url_request_ftp_job.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 chunks +13 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc View 1 3 chunks +6 lines, -5 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/syscall.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/linux/seccomp-bpf/syscall_iterator.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M sandbox/linux/services/credentials.h View 1 4 chunks +8 lines, -5 lines 0 comments Download
M sandbox/linux/services/credentials.cc View 1 4 chunks +4 lines, -7 lines 0 comments Download
M sandbox/linux/services/credentials_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_file_permission_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/linux/tests/scoped_temporary_file.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sdch/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M skia/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M skia/config/SkUserConfig.h View 1 2 chunks +30 lines, -0 lines 0 comments Download
M skia/ext/analysis_canvas.h View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/analysis_canvas.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_skia.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M skia/ext/convolver.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M skia/ext/image_operations_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/pixel_ref_utils.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M skia/ext/pixel_ref_utils_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/skia_utils_ios_unittest.mm View 1 1 chunk +3 lines, -1 line 0 comments Download
M skia/ext/skia_utils_mac_unittest.mm View 1 1 chunk +4 lines, -1 line 0 comments Download
M skia/ext/skia_utils_win.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M skia/ext/vector_canvas_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/skia_gn_files.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M skia/skia_library.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
M sky/engine/platform/graphics/ReplayingCanvas.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/platform/graphics/skia/NativeImageSkia.cpp View 1 1 chunk +4 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 1 chunk +1 line, -1 line 0 comments Download
M testing/perf/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/boringssl/boringssl.gypi View 1 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/boringssl/boringssl_tests.gypi View 1 2 chunks +14 lines, -0 lines 0 comments Download
M third_party/boringssl/boringssl_unittest.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/cython/rules.gni View 1 2 chunks +10 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/README.chromium View 1 2 chunks +5 lines, -10 lines 0 comments Download
D third_party/harfbuzz-ng/gsubgpos.patch View 1 1 chunk +0 lines, -20 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh View 1 14 chunks +31 lines, -31 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh View 1 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ft.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-file-private.hh View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-type-private.hh View 1 9 chunks +83 lines, -36 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-font.cc View 1 7 chunks +132 lines, -76 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh View 1 2 chunks +35 lines, -30 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh View 1 3 chunks +24 lines, -13 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh View 1 13 chunks +20 lines, -20 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh View 1 8 chunks +8 lines, -8 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh View 1 16 chunks +55 lines, -36 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-win1256.hh View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh View 1 12 chunks +1325 lines, -1295 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar-machine.hh View 1 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh View 1 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-private.hh View 1 5 chunks +8 lines, -47 lines 0 comments Download
D third_party/harfbuzz-ng/src/hb-uniscribe.h View 1 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/harfbuzz-ng/src/hb-uniscribe.cc View 1 1 chunk +0 lines, -1015 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-version.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mesa/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tools/android/forwarder2/common.h View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/android/memdump/memdump.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp View 1 6 chunks +27 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/Config.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/RecordInfo.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/RecordInfo.cpp View 1 4 chunks +53 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/class_multiple_trace_bases.txt View 1 1 chunk +4 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/class_requires_trace_method.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/class_requires_trace_method.cpp View 1 1 chunk +13 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/tests/class_requires_trace_method.txt View 1 1 chunk +7 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/tests/garbage_collected_mixin.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/heap/stubs.h View 1 2 chunks +6 lines, -5 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/left_most_gc_base.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/left_most_gc_base.txt View 1 1 chunk +7 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/tests/trace_templated_super.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M tools/clang/plugins/ChromeClassTester.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsAction.cpp View 1 3 chunks +22 lines, -0 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download
M tools/clang/plugins/Options.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M tools/clang/plugins/tests/test.sh View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 1 chunk +5 lines, -0 lines 0 comments Download
M tools/valgrind/README View 1 1 chunk +6 lines, -0 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/chrome_tests.sh View 1 3 chunks +1 line, -33 lines 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 1 1 chunk +23 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory_win32.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/valgrind/suppressions.py View 1 13 chunks +8 lines, -52 lines 0 comments Download
M tools/valgrind/test_suppressions.py View 1 1 chunk +0 lines, -3 lines 0 comments Download
D tools/valgrind/tsan/README View 1 1 chunk +0 lines, -5 lines 0 comments Download
D tools/valgrind/tsan_analyze.py View 1 1 chunk +0 lines, -271 lines 0 comments Download
M tools/valgrind/valgrind.sh View 1 2 chunks +0 lines, -8 lines 0 comments Download
M tools/valgrind/valgrind_test.py View 1 9 chunks +6 lines, -365 lines 0 comments Download
M ui/gl/gl_context_egl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_context_egl.cc View 1 3 chunks +7 lines, -1 line 0 comments Download
M ui/gl/gl_context_osmesa.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_image.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gl/gl_image_glx.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M ui/gl/gl_surface.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 1 3 chunks +14 lines, -1 line 0 comments Download
M ui/gl/gl_surface_egl.cc View 1 4 chunks +51 lines, -1 line 0 comments Download
M ui/gl/gl_surface_glx.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface_osmesa.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface_ozone.cc View 1 5 chunks +34 lines, -24 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Nick Bray (chromium)
jamesr: reviewer. abarth: to make sure the changes to Sky look sane.
5 years, 11 months ago (2015-01-08 23:43:42 UTC) #2
jamesr
lgtm https://codereview.chromium.org/839143002/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/839143002/diff/1/DEPS#newcode25 DEPS:25: 'skia_revision': '9558f653877b982df415e4d075db55b7558f7654', is mojo/tools/roll/compare_deps.py happy with all these ...
5 years, 11 months ago (2015-01-08 23:47:41 UTC) #3
Nick Bray (chromium)
https://codereview.chromium.org/839143002/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/839143002/diff/1/DEPS#newcode25 DEPS:25: 'skia_revision': '9558f653877b982df415e4d075db55b7558f7654', On 2015/01/08 23:47:41, jamesr wrote: > is ...
5 years, 11 months ago (2015-01-08 23:53:41 UTC) #4
jamesr
Just making sure you checked it. linux_gpu doesn't really know about this repo so it's ...
5 years, 11 months ago (2015-01-08 23:54:22 UTC) #5
Nick Bray (chromium)
5 years, 11 months ago (2015-01-09 00:39:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:10001) manually as
27a3f6ebf59ac176e82213393672d6cba5b1614d.

Powered by Google App Engine
This is Rietveld 408576698