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

Issue 1167163002: chrome: Remove use of MessageLoopProxy and deprecated MessageLoop APIs (Closed)

Created:
5 years, 6 months ago by Sami
Modified:
5 years, 6 months ago
CC:
avayvod+watch_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, groby+spellwatch_chromium.org, grt+watch_chromium.org, hclam+watch_chromium.org, hguihot+watch_chromium.org, hubbe+watch_chromium.org, imcheng+watch_chromium.org, jasonroberts+watch_google.com, miu+watch_chromium.org, rlp+watch_chromium.org, rouslan+spellwatch_chromium.org, samuong+watch_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

chrome: Remove use of MessageLoopProxy and deprecated MessageLoop APIs This patch was mostly autogenerated with https://codereview.chromium.org/1010073002/. BUG=465354 Committed: https://crrev.com/140473b16767c66fc00fd7b0e6f6cc034a6712a8 Cr-Commit-Position: refs/heads/master@{#333745}

Patch Set 1 #

Patch Set 2 : Added some missing message_loop.h includes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+462 lines, -458 lines) Patch
M chrome/app_shim/chrome_main_app_mode_mac.mm View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/common/local_discovery/local_domain_resolver_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/common/local_discovery/service_discovery_client_impl.cc View 4 chunks +12 lines, -14 lines 0 comments Download
M chrome/common/local_discovery/service_discovery_client_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/common/profiling.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/service_process_util.h View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/common/service_process_util_posix.cc View 3 chunks +7 lines, -9 lines 0 comments Download
M chrome/common/service_process_util_unittest.cc View 6 chunks +12 lines, -10 lines 0 comments Download
M chrome/common/service_process_util_win.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/common/worker_thread_ticker.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/worker_thread_ticker_unittest.cc View 1 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/chrome_mock_render_thread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_mock_render_thread.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/renderer/chrome_render_process_observer.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/renderer/extensions/cast_streaming_native_handler.cc View 2 chunks +7 lines, -8 lines 0 comments Download
M chrome/renderer/media/cast_receiver_session.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/renderer/media/cast_session_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/media/cast_threads.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/media/chrome_webrtc_log_message_delegate_unittest.cc View 1 4 chunks +9 lines, -9 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_auth.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_connector.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.cc View 14 chunks +22 lines, -23 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc View 12 chunks +20 lines, -24 lines 0 comments Download
M chrome/service/cloud_print/connector_settings_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/service/cloud_print/job_status_updater.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/service/cloud_print/print_system_cups.cc View 9 chunks +21 lines, -30 lines 0 comments Download
M chrome/service/cloud_print/print_system_win.cc View 4 chunks +33 lines, -36 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler.cc View 21 chunks +26 lines, -25 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler_unittest.cc View 1 5 chunks +16 lines, -16 lines 0 comments Download
M chrome/service/net/service_url_request_context_getter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/net/service_url_request_context_getter.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M chrome/service/service_ipc_server.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/service/service_process.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/service/service_process.cc View 4 chunks +7 lines, -3 lines 0 comments Download
M chrome/service/service_process_prefs.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/service_process_prefs_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/service_utility_process_host.h View 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/service/service_utility_process_host.cc View 9 chunks +17 lines, -20 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/test/base/in_process_browser_test.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/test/base/testing_io_thread_state.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 5 chunks +8 lines, -6 lines 0 comments Download
M chrome/test/base/tracing_browsertest.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/test/base/view_event_test_base.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/chrome/adb_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 5 chunks +12 lines, -17 lines 0 comments Download
M chrome/test/chromedriver/commands_unittest.cc View 6 chunks +9 lines, -10 lines 0 comments Download
M chrome/test/chromedriver/net/net_util_unittest.cc View 1 2 chunks +6 lines, -10 lines 0 comments Download
M chrome/test/chromedriver/net/port_server_unittest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/net/sync_websocket_impl_unittest.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M chrome/test/chromedriver/net/test_http_server.cc View 1 3 chunks +7 lines, -9 lines 0 comments Download
M chrome/test/chromedriver/net/websocket_unittest.cc View 1 6 chunks +9 lines, -14 lines 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 3 chunks +12 lines, -19 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/ppapi/ppapi_test.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/utility/font_cache_handler_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/image_writer/image_writer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/utility/local_discovery/service_discovery_message_handler.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/utility/media_galleries/media_metadata_parser.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/utility/profile_import_handler.cc View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
Sami
5 years, 6 months ago (2015-06-08 18:42:50 UTC) #2
jochen (gone - plz use gerrit)
lgtm
5 years, 6 months ago (2015-06-09 08:03:01 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1167163002/20001
5 years, 6 months ago (2015-06-10 15:49:02 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 6 months ago (2015-06-10 16:45:02 UTC) #7
commit-bot: I haz the power
5 years, 6 months ago (2015-06-10 16:46:23 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/140473b16767c66fc00fd7b0e6f6cc034a6712a8
Cr-Commit-Position: refs/heads/master@{#333745}

Powered by Google App Engine
This is Rietveld 408576698