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

Issue 2211473003: Remove calls to deprecated MessageLoop methods on Windows and Linux. (Closed)

Created:
4 years, 4 months ago by fdoray
Modified:
4 years, 3 months ago
CC:
Aaron Boodman, abarth-chromium, ajwong+watch_chromium.org, anandc+watch-blimp_chromium.org, asanka, asvitkine+watch_chromium.org, avayvod+watch_chromium.org, ben+mojo_chromium.org, browser-components-watch_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, chromoting-reviews_chromium.org, cmumford, creis+watch_chromium.org, danakj+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, dcheng, derat+watch_chromium.org, Dmitry Titov, dtrainor+watch-blimp_chromium.org, elijahtaylor+arcwatch_chromium.org, estade+watch_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, gavinp+prer_chromium.org, gavinp+memory_chromium.org, gcasto+watch-blimp_chromium.org, gcasto+watchlist_chromium.org, grt+watch_chromium.org, hidehiko+watch_chromium.org, imcheng+watch_chromium.org, isheriff+watch_chromium.org, jam, jasonroberts+watch_google.com, jbauman+watch_chromium.org, jbudorick+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, jennb, jessicag+watch-blimp_chromium.org, jianli, jln+watch_chromium.org, jsbell+idb_chromium.org, kalyank, khushalsagar+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, lhchavez+watch_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, mcasas+watch+vc_chromium.org, Matt Giuca, mikecase+watch_chromium.org, miu+watch_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-notifications_chromium.org, nasko+codewatch_chromium.org, nona+watch_chromium.org, nyquist+watch-blimp_chromium.org, ortuno+watch_chromium.org, Peter Beverloo, piman+watch_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, rickyz+watch_chromium.org, rouslan+autofill_chromium.org, sadrul, samuong+watch_chromium.org, scheib+watch_chromium.org, shaktisahu+watch-blimp_chromium.org, shuchen+watch_chromium.org, sievers+watch_chromium.org, sriramsr+watch-blimp_chromium.org, James Su, sync-reviews_chromium.org, tburkard+watch_chromium.org, tdresser+watch_chromium.org, tfarina, timvolodine, toyoshim+midi_chromium.org, tracing+reviews_chromium.org, vabr+watchlistautofill_chromium.org, vabr+watchlistpasswordmanager_chromium.org, viettrungluu+watch_chromium.org, wfh+watch_chromium.org, xjz+watch_chromium.org, yusukes+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove calls to deprecated MessageLoop methods on Windows and Linux. This Cl removes most calls to these methods on Windows and Linux: - MessageLoop::PostTask - MessageLoop::PostDelayedTask - MessageLoop::ReleaseSoon - MessageLoop::DeleteSoon - MessageLoop::Run - MessageLoop::RunUntilIdle Also note that calls to thread->message_loop()->task_runner() have been replaced with thread->task_runner() (|thread| is a base::Thread). This CL was generated by running the clang-tidy checks available here https://crbug.com/616447#c153 on Windows and Mac and by applying a few manual fixes (e.g. to remove a call made from a macro in audio_low_latency_input_win_unittest.cc). BUG=616447 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/6ef45cf47455fb44e8fa0ab5d1ba545c91429941 Cr-Commit-Position: refs/heads/master@{#414442}

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 20

Patch Set 3 : rebase #

Patch Set 4 : CR gab #13 #

Patch Set 5 : Restore site_instance_impl_unittest.cc and suggestions_service_unittest.cc #

Total comments: 1

Patch Set 6 : CR gab #18 + fix build error #

Total comments: 14

Patch Set 7 : CR #

Total comments: 16

Patch Set 8 : CR sadrul /49 #

Patch Set 9 : reset non-LGTMed directories (gpu, mojo, net, sandbox, tools) #

Patch Set 10 : fix test #

Patch Set 11 : rebase #

Patch Set 12 : add net #

Patch Set 13 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+858 lines, -809 lines) Patch
M ash/shelf/shelf_layout_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M ash/shell/content/client/shell_browser_main_parts.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/test/shelf_view_test_api.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M base/memory/memory_pressure_monitor_win_unittest.cc View 9 chunks +9 lines, -8 lines 0 comments Download
M base/message_loop/message_loop_task_runner_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop/message_loop_unittest.cc View 1 2 3 4 5 6 7 10 chunks +44 lines, -62 lines 0 comments Download
M base/message_loop/message_pump_glib_unittest.cc View 11 chunks +30 lines, -34 lines 0 comments Download
M base/message_loop/message_pump_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/task_scheduler/scheduler_worker_unittest.cc~RF3e0a7fad.TMP View 1 2 3 4 5 6 7 1 chunk +2 lines, -5 lines 0 comments Download
M base/win/object_watcher_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M blimp/client/core/contents/blimp_contents_impl_unittest.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -2 lines 0 comments Download
M blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/download/download_path_reservation_tracker_unittest.cc View 11 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/first_run/try_chrome_dialog_view.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/importer/edge_importer_browsertest_win.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/importer/ie_importer_browsertest_win.cc View 1 2 3 4 5 6 7 5 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/local_discovery/local_domain_resolver_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/local_discovery/service_discovery_client_unittest.cc View 10 chunks +12 lines, -13 lines 0 comments Download
M chrome/browser/metrics/thread_watcher_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_win_unittest.cc View 1 2 3 4 5 6 7 8 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/prerender/prerender_resource_throttle_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc View 30 chunks +30 lines, -36 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/color_chooser_dialog.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc View 6 chunks +6 lines, -5 lines 0 comments Download
M chrome/common/service_process_util_unittest.cc View 5 chunks +13 lines, -12 lines 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/arc/arc_bridge_service_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/arc/standalone/arc_standalone_bridge_runner.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/arc/standalone/service_helper_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/autofill/content/browser/risk/fingerprint_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/cronet/ios/cronet_environment.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/data_usage/core/data_use_aggregator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/data_use_measurement/content/data_use_measurement_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M components/dom_distiller/core/distiller_url_fetcher_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/nacl/broker/nacl_broker_listener.h View 2 chunks +2 lines, -0 lines 0 comments Download
M components/nacl/broker/nacl_broker_listener.cc View 4 chunks +3 lines, -4 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_listener.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/policy/core/browser/url_blacklist_manager_unittest.cc View 6 chunks +8 lines, -7 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_validator_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M components/policy/core/common/configuration_policy_provider_test.cc View 8 chunks +8 lines, -7 lines 0 comments Download
M components/sync/driver/non_ui_model_type_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M components/sync/driver/ui_data_type_controller_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M components/sync/tools/testserver/run_sync_testserver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/sync_sessions/favicon_cache_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/appcache/chrome_appcache_service_unittest.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M content/browser/download/download_manager_impl_unittest.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_unittest.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +11 lines, -10 lines 0 comments Download
M content/browser/tracing/etw_tracing_agent_win.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/gpu/gpu_watchdog_thread.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M content/public/test/content_browser_test.cc View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/media/audio_message_filter_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/media/media_stream_video_capturer_source_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/media_stream_video_renderer_sink_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/shell/browser/shell_browser_main_parts.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M dbus/end_to_end_async_unittest.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M dbus/mock_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M dbus/object_manager_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M dbus/signal_sender_verification_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M dbus/test_service.cc View 9 chunks +27 lines, -40 lines 0 comments Download
M device/battery/battery_status_manager_linux.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -6 lines 0 comments Download
M device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc View 12 chunks +12 lines, -11 lines 0 comments Download
M device/bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M device/bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M device/bluetooth/bluez/bluetooth_bluez_unittest.cc View 1 2 3 4 5 6 7 8 9 10 78 chunks +87 lines, -84 lines 0 comments Download
M device/bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc View 17 chunks +17 lines, -17 lines 0 comments Download
M device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc View 27 chunks +29 lines, -28 lines 0 comments Download
M extensions/browser/api/declarative/rules_registry_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M extensions/shell/test/shell_test.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M ipc/attachment_broker_privileged_win_unittest.cc View 8 chunks +8 lines, -7 lines 0 comments Download
M ipc/ipc_channel_mojo_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_channel_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ipc/ipc_channel_win.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M jingle/notifier/listener/xmpp_push_client_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M media/audio/audio_low_latency_input_output_unittest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M media/audio/audio_output_device_unittest.cc View 8 chunks +9 lines, -8 lines 0 comments Download
M media/audio/win/audio_low_latency_input_win_unittest.cc View 1 2 3 6 chunks +38 lines, -29 lines 0 comments Download
M media/audio/win/audio_low_latency_output_win_unittest.cc View 5 chunks +16 lines, -14 lines 0 comments Download
M media/audio/win/audio_output_win_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M media/capture/video/linux/video_capture_device_linux.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M media/cast/test/sender.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M media/device_monitors/system_message_window_win_unittest.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M media/gpu/rendering_helper.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M media/gpu/v4l2_image_processor.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M media/gpu/v4l2_slice_video_decode_accelerator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/gpu/v4l2_video_decode_accelerator.cc View 1 2 3 4 5 6 7 14 chunks +14 lines, -14 lines 0 comments Download
M media/gpu/vaapi_video_encode_accelerator.cc View 2 chunks +2 lines, -1 line 0 comments Download
M media/midi/midi_manager_alsa.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M media/midi/midi_manager_win.cc View 11 chunks +14 lines, -13 lines 0 comments Download
M net/base/network_change_notifier_win_unittest.cc View 9 10 8 chunks +8 lines, -7 lines 0 comments Download
M net/dns/mdns_client_unittest.cc View 9 10 5 chunks +5 lines, -4 lines 0 comments Download
M net/http/transport_security_persister_unittest.cc View 1 2 3 9 10 2 chunks +6 lines, -3 lines 0 comments Download
M net/test/spawned_test_server/local_test_server_win.cc View 9 10 2 chunks +2 lines, -1 line 0 comments Download
M net/test/spawned_test_server/spawner_communicator.cc View 9 10 1 chunk +5 lines, -3 lines 0 comments Download
M net/tools/get_server_time/get_server_time.cc View 9 10 2 chunks +2 lines, -1 line 0 comments Download
M net/tools/net_watcher/net_watcher.cc View 1 2 3 4 5 6 7 9 10 2 chunks +2 lines, -1 line 0 comments Download
M net/tools/testserver/run_testserver.cc View 9 10 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/nacl_irt/irt_pnacl_translator_compile.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/nacl_irt/irt_pnacl_translator_link.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/nacl_irt/irt_ppapi.cc View 2 chunks +2 lines, -1 line 0 comments Download
M remoting/host/daemon_process_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M remoting/host/win/rdp_client_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/host/win/worker_process_launcher_unittest.cc View 9 chunks +11 lines, -8 lines 0 comments Download
M remoting/protocol/ice_transport_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/protocol_perftest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/test_chromoting_client_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M services/navigation/content_client/browser_main_parts.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/demo/app_list_demo_views.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ui/app_list/pagination_model_unittest.cc View 16 chunks +16 lines, -15 lines 0 comments Download
M ui/app_list/views/apps_grid_view_unittest.cc View 1 2 3 4 5 6 7 8 9 11 5 chunks +8 lines, -7 lines 0 comments Download
M ui/aura/demo/demo_main.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ui/aura/test/ui_controls_factory_aurawin.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ui/aura/window_event_dispatcher_unittest.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M ui/base/x/selection_requestor_unittest.cc View 2 chunks +14 lines, -19 lines 0 comments Download
M ui/events/platform/platform_event_source_unittest.cc View 1 2 3 4 5 6 7 9 chunks +13 lines, -14 lines 0 comments Download
M ui/gl/gl_surface_glx.cc View 3 chunks +9 lines, -12 lines 0 comments Download
M ui/keyboard/keyboard_controller_unittest.cc View 1 2 3 4 5 6 7 9 chunks +15 lines, -8 lines 0 comments Download
M ui/message_center/views/message_center_view_unittest.cc View 1 2 3 4 5 6 7 8 chunks +9 lines, -8 lines 0 comments Download
M ui/shell_dialogs/select_file_dialog_win.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/menu/menu_controller_unittest.cc View 1 2 3 4 5 6 7 3 chunks +10 lines, -15 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 85 (42 generated)
fdoray
gab@: Please take a first look. https://codereview.chromium.org/2211473003/diff/20001/content/browser/download/download_manager_impl_unittest.cc File content/browser/download/download_manager_impl_unittest.cc (right): https://codereview.chromium.org/2211473003/diff/20001/content/browser/download/download_manager_impl_unittest.cc#newcode546 content/browser/download/download_manager_impl_unittest.cc:546: ASSERT_EQ(nullptr, mock_download_item_factory_.get()); I ...
4 years, 4 months ago (2016-08-04 18:48:21 UTC) #10
gab
lg % few comments PS: This script is crazy cool :-) https://codereview.chromium.org/2211473003/diff/20001/base/message_loop/message_loop_unittest.cc File base/message_loop/message_loop_unittest.cc (right): ...
4 years, 4 months ago (2016-08-05 01:09:58 UTC) #13
fdoray
robliao@: PTAL (gab is OOO this afternoon) https://codereview.chromium.org/2211473003/diff/20001/base/message_loop/message_loop_unittest.cc File base/message_loop/message_loop_unittest.cc (right): https://codereview.chromium.org/2211473003/diff/20001/base/message_loop/message_loop_unittest.cc#newcode273 base/message_loop/message_loop_unittest.cc:273: void RecursiveFuncWin(MessageLoop* ...
4 years, 4 months ago (2016-08-05 16:10:36 UTC) #17
gab
Diff lgtm (you can spare robliao ;-)) https://codereview.chromium.org/2211473003/diff/80001/content/browser/download/download_manager_impl_unittest.cc File content/browser/download/download_manager_impl_unittest.cc (right): https://codereview.chromium.org/2211473003/diff/80001/content/browser/download/download_manager_impl_unittest.cc#newcode546 content/browser/download/download_manager_impl_unittest.cc:546: ASSERT_FALSE(mock_download_item_factory_.get()); No ...
4 years, 4 months ago (2016-08-05 16:18:42 UTC) #18
fdoray
OWNERS, can I get a rubber stamp LGTM for this CL? Thanks! ash derat@chromium.org base ...
4 years, 4 months ago (2016-08-05 18:19:17 UTC) #26
Reilly Grant (use Gerrit)
lgtm with a nit https://codereview.chromium.org/2211473003/diff/100001/device/bluetooth/bluez/bluetooth_bluez_unittest.cc File device/bluetooth/bluez/bluetooth_bluez_unittest.cc (right): https://codereview.chromium.org/2211473003/diff/100001/device/bluetooth/bluez/bluetooth_bluez_unittest.cc#newcode1112 device/bluetooth/bluez/bluetooth_bluez_unittest.cc:1112: .Run(); // Run the loop, ...
4 years, 4 months ago (2016-08-05 18:24:45 UTC) #27
Lei Zhang
base/ and chrome/ lgtm Please consider splitting up large CLs when possible. e.g. This can ...
4 years, 4 months ago (2016-08-05 18:40:47 UTC) #30
Daniel Erat
https://codereview.chromium.org/2211473003/diff/100001/ash/shell/content/client/shell_browser_main_parts.cc File ash/shell/content/client/shell_browser_main_parts.cc (right): https://codereview.chromium.org/2211473003/diff/100001/ash/shell/content/client/shell_browser_main_parts.cc#newcode19 ash/shell/content/client/shell_browser_main_parts.cc:19: #include "base/message_loop/message_loop.h" nit: can you remove this include? https://codereview.chromium.org/2211473003/diff/100001/ash/test/shelf_view_test_api.cc ...
4 years, 4 months ago (2016-08-05 18:55:14 UTC) #31
bbudge
ppapi lgtm w/3 comments. https://codereview.chromium.org/2211473003/diff/100001/ppapi/nacl_irt/irt_pnacl_translator_compile.cc File ppapi/nacl_irt/irt_pnacl_translator_compile.cc (right): https://codereview.chromium.org/2211473003/diff/100001/ppapi/nacl_irt/irt_pnacl_translator_compile.cc#newcode103 ppapi/nacl_irt/irt_pnacl_translator_compile.cc:103: base::MessageLoop loop; Do we still ...
4 years, 4 months ago (2016-08-05 19:13:30 UTC) #32
jam
lgtm https://codereview.chromium.org/2211473003/diff/100001/services/navigation/content_client/browser_main_parts.cc File services/navigation/content_client/browser_main_parts.cc (right): https://codereview.chromium.org/2211473003/diff/100001/services/navigation/content_client/browser_main_parts.cc#newcode7 services/navigation/content_client/browser_main_parts.cc:7: #include "base/message_loop/message_loop.h" nit: remove this and also in ...
4 years, 4 months ago (2016-08-05 19:56:43 UTC) #33
Sergey Ulanov
remoting lgtm
4 years, 4 months ago (2016-08-05 22:54:43 UTC) #34
Sergey Ulanov
On 2016/08/05 22:54:43, Sergey Ulanov wrote: > remoting lgtm jingle lgtm as well.
4 years, 4 months ago (2016-08-05 22:55:18 UTC) #35
fdoray
CR feedback addressed ash derat@chromium.org base thestig@chromium.org blimp dtrainor@chromium.org chrome jochen@chromium.org components caitkp@chromium.org content jochen@chromium.org ...
4 years, 4 months ago (2016-08-05 23:41:37 UTC) #37
Daniel Erat
lgtm for ash/
4 years, 4 months ago (2016-08-06 00:28:27 UTC) #38
agl
https://codereview.chromium.org/2211473003/diff/120001/net/tools/get_server_time/get_server_time.cc File net/tools/get_server_time/get_server_time.cc (right): https://codereview.chromium.org/2211473003/diff/120001/net/tools/get_server_time/get_server_time.cc#newcode256 net/tools/get_server_time/get_server_time.cc:256: base::RunLoop().Run(); The |main_loop| variable is still created and passed ...
4 years, 4 months ago (2016-08-06 00:44:01 UTC) #39
fdoray
agl@: PTAnL https://codereview.chromium.org/2211473003/diff/120001/net/tools/get_server_time/get_server_time.cc File net/tools/get_server_time/get_server_time.cc (right): https://codereview.chromium.org/2211473003/diff/120001/net/tools/get_server_time/get_server_time.cc#newcode256 net/tools/get_server_time/get_server_time.cc:256: base::RunLoop().Run(); On 2016/08/06 00:44:00, agl wrote: > ...
4 years, 4 months ago (2016-08-06 01:26:14 UTC) #40
David Trainor- moved to gerrit
blimp lgtm
4 years, 4 months ago (2016-08-06 04:35:39 UTC) #41
fdoray
jam@: I added you as a reviewer for content/ since jochen@ is OOO ash derat@chromium.org ...
4 years, 4 months ago (2016-08-08 13:04:45 UTC) #42
Cait (Slow)
https://codereview.chromium.org/2211473003/diff/120001/components/sync/tools/testserver/run_sync_testserver.cc File components/sync/tools/testserver/run_sync_testserver.cc (right): https://codereview.chromium.org/2211473003/diff/120001/components/sync/tools/testserver/run_sync_testserver.cc#newcode75 components/sync/tools/testserver/run_sync_testserver.cc:75: base::MessageLoopForIO message_loop; is this still needed? https://codereview.chromium.org/2211473003/diff/120001/components/sync_sessions/favicon_cache_unittest.cc File components/sync_sessions/favicon_cache_unittest.cc ...
4 years, 4 months ago (2016-08-08 15:34:58 UTC) #43
fdoray
caitkp@: PTAnL https://codereview.chromium.org/2211473003/diff/120001/components/sync/tools/testserver/run_sync_testserver.cc File components/sync/tools/testserver/run_sync_testserver.cc (right): https://codereview.chromium.org/2211473003/diff/120001/components/sync/tools/testserver/run_sync_testserver.cc#newcode75 components/sync/tools/testserver/run_sync_testserver.cc:75: base::MessageLoopForIO message_loop; On 2016/08/08 15:34:57, Cait (slow) ...
4 years, 4 months ago (2016-08-08 15:39:53 UTC) #44
chcunningham
media LGTM
4 years, 4 months ago (2016-08-08 16:51:01 UTC) #45
Cait (Slow)
On 2016/08/08 15:39:53, fdoray wrote: > caitkp@: PTAnL > > https://codereview.chromium.org/2211473003/diff/120001/components/sync/tools/testserver/run_sync_testserver.cc > File components/sync/tools/testserver/run_sync_testserver.cc (right): ...
4 years, 4 months ago (2016-08-08 19:24:34 UTC) #46
Cait (Slow)
components lgtm
4 years, 4 months ago (2016-08-08 19:25:07 UTC) #47
fdoray
caitkp@: Ack ash derat@chromium.org [Done] base thestig@chromium.org [Done] blimp dtrainor@chromium.org [Done] chrome thestig@chromium.org [Done] components ...
4 years, 4 months ago (2016-08-08 19:48:09 UTC) #48
sadrul
I think when you replace the usage of MessageLoop::QuitWhenIdle with RunLoop::QuitWhenIdle, you will need to ...
4 years, 4 months ago (2016-08-08 20:42:43 UTC) #49
hashimoto
dbus lgtm
4 years, 4 months ago (2016-08-15 03:59:15 UTC) #50
fdoray
On 2016/08/08 20:42:43, sadrul wrote: > I think when you replace the usage of MessageLoop::QuitWhenIdle ...
4 years, 4 months ago (2016-08-23 15:20:31 UTC) #51
fdoray
https://codereview.chromium.org/2211473003/diff/120001/ui/app_list/views/apps_grid_view_unittest.cc File ui/app_list/views/apps_grid_view_unittest.cc (right): https://codereview.chromium.org/2211473003/diff/120001/ui/app_list/views/apps_grid_view_unittest.cc#newcode57 ui/app_list/views/apps_grid_view_unittest.cc:57: base::RunLoop().Run(); On 2016/08/08 20:42:42, sadrul wrote: > I think ...
4 years, 4 months ago (2016-08-23 15:30:27 UTC) #52
fdoray
I will create a separate CL for directories that have not been LGTMed yet.
4 years, 4 months ago (2016-08-23 15:40:10 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2211473003/160001
4 years, 4 months ago (2016-08-23 15:41:56 UTC) #57
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/223199)
4 years, 4 months ago (2016-08-23 16:13:03 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2211473003/200001
4 years, 4 months ago (2016-08-23 18:28:03 UTC) #62
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/128058)
4 years, 4 months ago (2016-08-23 19:19:07 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2211473003/200001
4 years, 4 months ago (2016-08-23 19:24:58 UTC) #66
agl
net/ LGTM
4 years, 4 months ago (2016-08-23 19:42:05 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/223325)
4 years, 4 months ago (2016-08-23 20:08:39 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2211473003/220001
4 years, 4 months ago (2016-08-24 15:22:46 UTC) #72
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/244938)
4 years, 4 months ago (2016-08-24 15:33:45 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2211473003/240001
4 years, 4 months ago (2016-08-24 15:45:27 UTC) #77
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/128879)
4 years, 4 months ago (2016-08-24 17:20:29 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2211473003/240001
4 years, 3 months ago (2016-08-25 14:01:39 UTC) #81
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years, 3 months ago (2016-08-25 15:37:05 UTC) #83
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 15:38:41 UTC) #85
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/6ef45cf47455fb44e8fa0ab5d1ba545c91429941
Cr-Commit-Position: refs/heads/master@{#414442}

Powered by Google App Engine
This is Rietveld 408576698