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

Issue 833243008: Update from https://crrev.com/311145 (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, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, blundell, Ken Rockot(use gerrit already)
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Update from https://crrev.com/311145 Includes updates to mojo/edk/test/multiprocess_test_helper.{h,cc} for the change to base::MultiProcessTest's API in https://crrev.com/311127. Committed: https://chromium.googlesource.com/external/mojo/+/ea3edffcd607345d4d955838eeb1235c9c8fb7ff

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2497 lines, -2605 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M base/debug/stack_trace_unittest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M base/memory/shared_memory_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M base/metrics/stats_table_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M base/process/process_util_unittest.cc View 12 chunks +31 lines, -36 lines 0 comments Download
M base/test/launcher/test_launcher.cc View 3 chunks +10 lines, -9 lines 0 comments Download
M base/test/multiprocess_test.h View 3 chunks +6 lines, -6 lines 0 comments Download
M base/test/multiprocess_test.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M base/test/multiprocess_test_android.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/BUILD.gn View 1 chunk +4 lines, -1 line 0 comments Download
M cc/cc.gyp View 1 chunk +4 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl.h View 3 chunks +2 lines, -5 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 2 chunks +1 line, -18 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 5 chunks +11 lines, -8 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 16 chunks +110 lines, -35 lines 0 comments Download
M cc/resources/eviction_tile_priority_queue.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/raster_tile_priority_queue.h View 2 chunks +24 lines, -7 lines 0 comments Download
M cc/resources/raster_tile_priority_queue.cc View 12 chunks +68 lines, -37 lines 0 comments Download
M cc/resources/resource_provider.cc View 3 chunks +19 lines, -0 lines 0 comments Download
M cc/resources/tile_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/tile_manager.cc View 5 chunks +11 lines, -24 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 19 chunks +229 lines, -28 lines 0 comments Download
M cc/resources/tiling_set_raster_queue.h View 1 chunk +7 lines, -81 lines 0 comments Download
D cc/resources/tiling_set_raster_queue.cc View 1 chunk +0 lines, -249 lines 0 comments Download
A + cc/resources/tiling_set_raster_queue_all.h View 3 chunks +16 lines, -13 lines 0 comments Download
A + cc/resources/tiling_set_raster_queue_all.cc View 5 chunks +25 lines, -26 lines 0 comments Download
A cc/resources/tiling_set_raster_queue_required.h View 1 chunk +63 lines, -0 lines 0 comments Download
A cc/resources/tiling_set_raster_queue_required.cc View 1 chunk +136 lines, -0 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 7 chunks +64 lines, -21 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 3 chunks +46 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 3 chunks +16 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/share_group.h View 2 chunks +20 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/share_group.cc View 3 chunks +76 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.h View 2 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/context_group.h View 2 chunks +1 line, -18 lines 0 comments Download
M gpu/command_buffer/service/context_group.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 9 chunks +44 lines, -11 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 1 chunk +16 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 4 chunks +0 lines, -4 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.cc View 3 chunks +9 lines, -11 lines 0 comments Download
M net/android/keystore_openssl.cc View 7 chunks +42 lines, -35 lines 0 comments Download
M net/http/transport_security_state_static.h View 1 chunk +1200 lines, -1796 lines 0 comments Download
M net/http/transport_security_state_static.json View 1 chunk +3 lines, -1 line 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 9 chunks +45 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_client_socket_openssl_unittest.cc View 5 chunks +4 lines, -7 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 25 chunks +27 lines, -33 lines 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.h View 2 chunks +1 line, -7 lines 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jamesr
Colin, Ken - FYI this patch is needed to roll into ToT chromium since there ...
5 years, 11 months ago (2015-01-13 00:08:00 UTC) #1
jamesr
Committed patchset #1 (id:1) manually as ea3edffcd607345d4d955838eeb1235c9c8fb7ff.
5 years, 11 months ago (2015-01-13 00:22:03 UTC) #2
jamesr
5 years, 11 months ago (2015-01-13 00:43:10 UTC) #3
Message was sent while issue was closed.
Should be good to roll now (at least re base/ dependencies)

Powered by Google App Engine
This is Rietveld 408576698