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

Issue 1893083002: Change scoped_ptr to std::unique_ptr in //net. (Closed)

Created:
4 years, 8 months ago by danakj
Modified:
4 years, 8 months ago
Reviewers:
eroman, brettw
CC:
chromium-reviews, cbentzel+watch_chromium.org, imcheng+watch_chromium.org, jasonroberts+watch_google.com, xjz+watch_chromium.org, avayvod+watch_chromium.org, dcheng, feature-media-reviews_chromium.org, Paweł Hajdan Jr., markusheintz_, isheriff+watch_chromium.org, sync-reviews_chromium.org, miu+watch_chromium.org, agl, eroman, gavinp, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change scoped_ptr to std::unique_ptr in //net. R=eroman@chromium.org TBR=brettw BUG=554298 Committed: https://crrev.com/a9850e17ec8a7e5e754d2b804ea1a93ff2352310 Cr-Commit-Position: refs/heads/master@{#388050}

Patch Set 1 #

Patch Set 2 : scopedptr-net-all: rebase #

Patch Set 3 : scopedptr-net-all: iwyu #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1369 lines, -1198 lines) Patch
M chrome/browser/browsing_data/cookies_tree_model.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/mock_browsing_data_channel_id_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/mock_browsing_data_cookie_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/dom_distiller/lazy_dom_distiller_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/locale_tests_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/process_singleton_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ssl/bad_clock_blocking_page.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ssl/certificate_reporting_test_utils.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/domain_reliability/beacon.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/signin/core/browser/refresh_token_annotation_request.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/sync_stopped_reporter.h View 1 chunk +1 line, -0 lines 0 comments Download
M jingle/glue/proxy_resolving_client_socket.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/test/utility/net_utility.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/android/http_auth_negotiate_android.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/android/keystore_openssl.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M net/android/network_change_notifier_android.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/android/network_change_notifier_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/android/network_change_notifier_android_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/android/traffic_stats_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert_net/cert_net_fetcher_impl.h View 4 chunks +7 lines, -7 lines 0 comments Download
M net/cert_net/cert_net_fetcher_impl.cc View 12 chunks +22 lines, -19 lines 0 comments Download
M net/cert_net/cert_net_fetcher_impl_unittest.cc View 37 chunks +79 lines, -76 lines 0 comments Download
M net/cert_net/nss_ocsp.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M net/cert_net/nss_ocsp_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/cookies/canonical_cookie.h View 2 chunks +18 lines, -17 lines 0 comments Download
M net/cookies/canonical_cookie.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M net/cookies/canonical_cookie_unittest.cc View 14 chunks +27 lines, -26 lines 0 comments Download
M net/cookies/cookie_monster.h View 4 chunks +3 lines, -3 lines 0 comments Download
M net/cookies/cookie_monster.cc View 7 chunks +7 lines, -6 lines 0 comments Download
M net/cookies/cookie_monster_perftest.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M net/cookies/cookie_monster_store_test.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/cookies/cookie_monster_store_test.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M net/cookies/cookie_monster_unittest.cc View 59 chunks +94 lines, -87 lines 0 comments Download
M net/cookies/cookie_store.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cookies/cookie_store_test_helpers.h View 2 chunks +5 lines, -4 lines 0 comments Download
M net/cookies/cookie_store_test_helpers.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/cookies/cookie_store_unittest.h View 3 chunks +4 lines, -4 lines 0 comments Download
M net/cookies/cookie_store_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M net/extras/sqlite/sqlite_channel_id_store.cc View 10 chunks +16 lines, -13 lines 0 comments Download
M net/extras/sqlite/sqlite_channel_id_store_unittest.cc View 14 chunks +26 lines, -24 lines 0 comments Download
M net/extras/sqlite/sqlite_persistent_cookie_store.cc View 6 chunks +5 lines, -5 lines 0 comments Download
M net/extras/sqlite/sqlite_persistent_cookie_store_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/extras/sqlite/sqlite_persistent_cookie_store_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/filter/brotli_filter_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M net/filter/filter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/filter/filter.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M net/filter/filter_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/filter/gzip_filter.h View 3 chunks +4 lines, -3 lines 0 comments Download
M net/filter/gzip_filter_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/filter/mock_filter_context.h View 3 chunks +5 lines, -4 lines 0 comments Download
M net/filter/sdch_filter.h View 3 chunks +4 lines, -3 lines 0 comments Download
M net/filter/sdch_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/filter/sdch_filter_unittest.cc View 30 chunks +56 lines, -33 lines 0 comments Download
M net/ftp/ftp_ctrl_response_buffer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/ftp/ftp_network_layer.h View 2 chunks +4 lines, -3 lines 0 comments Download
M net/ftp/ftp_network_layer.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/ftp/ftp_network_transaction.h View 3 chunks +4 lines, -4 lines 0 comments Download
M net/ftp/ftp_network_transaction_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_transaction_factory.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/log/net_log.h View 3 chunks +4 lines, -5 lines 0 comments Download
M net/log/net_log.cc View 7 chunks +30 lines, -22 lines 0 comments Download
M net/log/net_log_unittest.cc View 4 chunks +10 lines, -7 lines 0 comments Download
M net/log/net_log_util.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/log/net_log_util.cc View 15 chunks +25 lines, -21 lines 0 comments Download
M net/log/net_log_util_unittest.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M net/log/test_net_log.h View 1 chunk +1 line, -1 line 0 comments Download
M net/log/test_net_log.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/log/test_net_log_entry.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/log/test_net_log_entry.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/log/trace_net_log_observer.cc View 6 chunks +8 lines, -7 lines 0 comments Download
M net/log/trace_net_log_observer_unittest.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M net/log/write_to_file_net_log_observer.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/log/write_to_file_net_log_observer_unittest.cc View 14 chunks +22 lines, -15 lines 0 comments Download
M net/sdch/sdch_owner.h View 6 chunks +8 lines, -8 lines 0 comments Download
M net/sdch/sdch_owner.cc View 7 chunks +9 lines, -7 lines 0 comments Download
M net/sdch/sdch_owner_unittest.cc View 17 chunks +25 lines, -24 lines 0 comments Download
M net/server/http_connection.h View 3 chunks +5 lines, -5 lines 0 comments Download
M net/server/http_connection.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/server/http_server.h View 3 chunks +4 lines, -4 lines 0 comments Download
M net/server/http_server.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M net/server/http_server_unittest.cc View 8 chunks +10 lines, -8 lines 0 comments Download
M net/server/web_socket.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/server/web_socket_encoder.h View 3 chunks +8 lines, -8 lines 0 comments Download
M net/server/web_socket_encoder.cc View 6 chunks +20 lines, -19 lines 0 comments Download
M net/server/web_socket_encoder_unittest.cc View 8 chunks +10 lines, -10 lines 0 comments Download
M net/ssl/channel_id_service.h View 6 chunks +12 lines, -12 lines 0 comments Download
M net/ssl/channel_id_service.cc View 16 chunks +29 lines, -28 lines 0 comments Download
M net/ssl/channel_id_service_unittest.cc View 30 chunks +41 lines, -38 lines 0 comments Download
M net/ssl/channel_id_store.h View 4 chunks +6 lines, -6 lines 0 comments Download
M net/ssl/channel_id_store.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ssl/client_cert_store_nss.h View 2 chunks +4 lines, -3 lines 0 comments Download
M net/ssl/client_cert_store_nss.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M net/ssl/client_cert_store_unittest-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/client_key_store.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/default_channel_id_store.h View 7 chunks +11 lines, -10 lines 0 comments Download
M net/ssl/default_channel_id_store.cc View 11 chunks +21 lines, -18 lines 0 comments Download
M net/ssl/default_channel_id_store_unittest.cc View 19 chunks +78 lines, -68 lines 0 comments Download
M net/ssl/openssl_client_key_store.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/openssl_client_key_store.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/ssl/openssl_ssl_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/ssl/ssl_client_session_cache_openssl.h View 4 chunks +4 lines, -4 lines 0 comments Download
M net/ssl/ssl_client_session_cache_openssl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ssl/ssl_client_session_cache_openssl_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M net/ssl/ssl_key_logger.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ssl/ssl_platform_key.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/ssl/ssl_platform_key_android.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/ssl/ssl_platform_key_chromecast.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M net/ssl/ssl_platform_key_mac.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M net/ssl/ssl_platform_key_nss.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/ssl/ssl_platform_key_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/test_ssl_private_key.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/ssl/threaded_ssl_private_key.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ssl/threaded_ssl_private_key.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/test/embedded_test_server/default_handlers.cc View 22 chunks +45 lines, -41 lines 0 comments Download
M net/test/embedded_test_server/embedded_test_server.h View 9 chunks +15 lines, -13 lines 0 comments Download
M net/test/embedded_test_server/embedded_test_server.cc View 6 chunks +10 lines, -8 lines 0 comments Download
M net/test/embedded_test_server/embedded_test_server_unittest.cc View 13 chunks +22 lines, -20 lines 0 comments Download
M net/test/embedded_test_server/http_connection.h View 3 chunks +5 lines, -4 lines 0 comments Download
M net/test/embedded_test_server/http_connection.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/embedded_test_server/http_request.h View 4 chunks +5 lines, -5 lines 0 comments Download
M net/test/embedded_test_server/http_request.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/test/embedded_test_server/http_request_unittest.cc View 7 chunks +8 lines, -7 lines 0 comments Download
M net/test/embedded_test_server/request_handler_util.h View 3 chunks +5 lines, -4 lines 0 comments Download
M net/test/embedded_test_server/request_handler_util.cc View 6 chunks +9 lines, -6 lines 0 comments Download
M net/test/python_utils.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M net/test/python_utils_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/test/spawned_test_server/base_test_server.h View 4 chunks +3 lines, -3 lines 0 comments Download
M net/test/spawned_test_server/base_test_server.cc View 8 chunks +13 lines, -10 lines 0 comments Download
M net/test/spawned_test_server/remote_test_server.h View 1 chunk +1 line, -1 line 0 comments Download
M net/test/spawned_test_server/spawner_communicator.h View 2 chunks +4 lines, -4 lines 0 comments Download
M net/test/spawned_test_server/spawner_communicator.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/test/url_request/ssl_certificate_error_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/url_request/url_request_failed_job.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/test/url_request/url_request_mock_data_job.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/test/url_request/url_request_mock_http_job.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/test/url_request/url_request_mock_http_job.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/test/url_request/url_request_slow_download_job.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/tools/balsa/balsa_frame_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/balsa/balsa_headers_test.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M net/tools/cachetool/cachetool.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/content_decoder_tool/content_decoder_tool.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/disk_cache_memory_test/disk_cache_memory_test.cc View 7 chunks +15 lines, -15 lines 0 comments Download
M net/tools/dns_fuzz_stub/dns_fuzz_stub.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M net/tools/epoll_server/epoll_server.h View 3 chunks +2 lines, -2 lines 0 comments Download
M net/tools/flip_server/http_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/flip_server/http_interface_test.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M net/tools/flip_server/mem_cache.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/flip_server/mem_cache.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/tools/flip_server/mem_cache_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/flip_server/ring_buffer.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/tools/flip_server/spdy_interface.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/flip_server/spdy_interface_test.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M net/tools/gdig/file_net_log.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M net/tools/gdig/gdig.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M net/tools/get_server_time/get_server_time.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M net/tools/net_watcher/net_watcher.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 7 chunks +10 lines, -8 lines 0 comments Download
M net/tools/quic/quic_client.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_client_base.h View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_client_bin.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_client_session.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M net/tools/quic/quic_client_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_dispatcher.h View 2 chunks +5 lines, -5 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_in_memory_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_packet_writer_wrapper.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/tools/quic/quic_server.h View 3 chunks +4 lines, -3 lines 0 comments Download
M net/tools/quic/quic_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_server_session_base.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_server_session_base_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_simple_client.h View 3 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_simple_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_simple_client_bin.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_simple_server.h View 3 chunks +4 lines, -3 lines 0 comments Download
M net/tools/quic/quic_simple_server.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_simple_server_session.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_simple_server_session_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/spdy_balsa_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/synchronous_host_resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/test_tools/packet_dropping_test_writer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_server.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/test_tools/server_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/testserver/run_testserver.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/udp/udp_net_log_parameters.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/udp/udp_socket_perftest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/udp/udp_socket_posix.h View 3 chunks +5 lines, -4 lines 0 comments Download
M net/udp/udp_socket_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/udp/udp_socket_unittest.cc View 5 chunks +9 lines, -14 lines 0 comments Download
M net/udp/udp_socket_win.h View 3 chunks +5 lines, -4 lines 0 comments Download
M net/udp/udp_socket_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
danakj
Last one, everything left in net/ is in here. It's a bit bigger though. :\
4 years, 8 months ago (2016-04-16 02:32:56 UTC) #1
danakj
TBR=brettw for IWYU header file additions again
4 years, 8 months ago (2016-04-16 02:33:29 UTC) #4
eroman
lgtm!
4 years, 8 months ago (2016-04-16 02:59:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1893083002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1893083002/1
4 years, 8 months ago (2016-04-18 19:49:12 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/20850) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 8 months ago (2016-04-18 19:53:09 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1893083002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1893083002/20001
4 years, 8 months ago (2016-04-18 19:57:18 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/156365) linux_chromium_gn_chromeos_rel on ...
4 years, 8 months ago (2016-04-18 20:30:32 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1893083002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1893083002/40001
4 years, 8 months ago (2016-04-18 20:54:19 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-18 22:28:20 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 22:29:24 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a9850e17ec8a7e5e754d2b804ea1a93ff2352310
Cr-Commit-Position: refs/heads/master@{#388050}

Powered by Google App Engine
This is Rietveld 408576698