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

Issue 7583053: Add MessageLoopProxy::current (Closed)

Created:
9 years, 4 months ago by nduca
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, adamk
Visibility:
Public.

Description

Add MessageLoopProxy::current Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96819

Patch Set 1 #

Patch Set 2 : Now, without webthread. #

Patch Set 3 : Remove MessageLoopProxy::CreateForCurrentThread #

Patch Set 4 : Dont explode when setting lazy_tls_ptr after ~AtExitManager #

Patch Set 5 : MessageLoop owns MessageLoopProxy. #

Patch Set 6 : No need for MessageLoopProxy destruction observer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -165 lines) Patch
M base/file_util_proxy.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_path_watcher_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_path_watcher_linux.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_path_watcher_mac.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_path_watcher_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop.h View 1 2 3 4 3 chunks +9 lines, -0 lines 0 comments Download
M base/message_loop.cc View 1 2 3 4 5 3 chunks +8 lines, -0 lines 0 comments Download
M base/message_loop_proxy.h View 1 2 3 4 2 chunks +9 lines, -6 lines 0 comments Download
M base/message_loop_proxy_impl.h View 1 2 3 4 5 4 chunks +11 lines, -10 lines 0 comments Download
M base/message_loop_proxy_impl.cc View 1 2 3 4 5 3 chunks +5 lines, -11 lines 0 comments Download
M base/message_loop_proxy_impl_unittest.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M base/observer_list_threadsafe.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/threading/thread.h View 1 2 3 4 2 chunks +1 line, -5 lines 0 comments Download
M base/threading/thread.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ownership_status_checker.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/icon_loader.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/notifier/non_blocking_invalidation_notifier.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/notifier/p2p_notifier.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/weak_handle.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/important_file_writer_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/json_pref_store.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/json_pref_store_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/print_system_win.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/geolocation_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/mock_location_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M content/common/url_fetcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/common/url_fetcher_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/capture_video_decoder_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/render_media_log.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/video_capture_impl_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/video_capture_message_filter.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/p2p/host_address_request.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/p2p/socket_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/p2p/socket_dispatcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_sync_channel.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/base/proxy_resolving_client_socket_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/base/xmpp_connection_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/listener/mediator_thread_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/listener/mediator_thread_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/directory_lister.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/host_resolver_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/backend_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/disk_cache_test_base.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/disk_cache_test_util.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/in_flight_io.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/network_delegate_error_observer_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/proxy/polling_proxy_config_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_core_proxy.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_flash_file_proxy.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_key_pair_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/json_host_config_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/heapcheck/suppressions.txt View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/blob_url_request_job_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/deletable_file_reference_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/database/database_connections.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/database/database_quota_client_unittest.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M webkit/database/database_tracker_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_system_context_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_file_util_proxy.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_system_operation_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_operation_write_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_path_manager_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_system_quota_client_unittest.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/file_system_quota_unittest.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/file_system_test_helper.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/file_writer_delegate.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_writer_delegate_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/quota_file_io.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/quota_file_io_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/quota/mock_quota_manager_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/quota/mock_storage_client.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/quota/quota_manager_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/quota/quota_task.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/simple_file_writer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
nduca
9 years, 4 months ago (2011-08-10 23:38:58 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698