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

Issue 14985007: Revert 198844 "Move sequenced_task_runner to base/task" (Closed)

Created:
7 years, 7 months ago by Dan Beam
Modified:
7 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 198844 "Move sequenced_task_runner to base/task" Reverting revisions that rely on r198820 so to unbreak the build. > Move sequenced_task_runner to base/task > > BUG= > R=akalin@chromium.org > > Review URL: https://codereview.chromium.org/14927008 TBR=brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=198848

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -438 lines) Patch
M trunk/src/base/base.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/base/deferred_sequenced_task_runner.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/base/message_loop.h View 1 chunk +2 lines, -2 lines 0 comments Download
MM trunk/src/base/prefs/json_pref_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/base/sequence_checker_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/base/sequence_checker_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + trunk/src/base/sequenced_task_runner.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + trunk/src/base/sequenced_task_runner.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + trunk/src/base/sequenced_task_runner_helpers.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M trunk/src/base/single_thread_task_runner.h View 1 chunk +1 line, -1 line 0 comments Download
D trunk/src/base/task/sequenced_task_runner.h View 1 chunk +0 lines, -159 lines 0 comments Download
D trunk/src/base/task/sequenced_task_runner.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D trunk/src/base/task/sequenced_task_runner_helpers.h View 1 chunk +0 lines, -112 lines 0 comments Download
M trunk/src/base/test/sequenced_task_runner_test_template.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/automation/automation_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/automation/automation_provider_observers.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/automation/testing_automation_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/bookmarks/bookmark_model.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/browsing_data/browsing_data_quota_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/browsing_data/browsing_data_remover.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/contacts/contact_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/drive/drive_file_stream_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/drive/drive_file_stream_reader_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/drive/drive_url_request_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/drive/file_cache_metadata.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/drive/file_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/drive/file_system/drive_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/drive/resource_metadata_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/input_method/input_method_configuration.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/login/screen_locker.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/web_socket_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/custom_handlers/protocol_handler_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/api/storage/sync_or_local_value_store_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/crx_installer.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/extension_function.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/sandboxed_unpacker.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/test_extension_prefs.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/updater/extension_updater_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/managed_mode/managed_mode.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/managed_mode/managed_user_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/net/network_time_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/pepper_flash_settings_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/plugins/plugin_info_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/policy/cloud/component_cloud_policy_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/policy/cloud/component_cloud_policy_updater.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/policy/cloud/component_cloud_policy_updater_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/policy/cloud/external_policy_data_updater.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/policy/cloud/rate_limiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/printing/print_dialog_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/printing/print_system_task_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/process_singleton_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/profiles/profile_impl_io_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/profiles/refcounted_profile_keyed_service.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/renderer_host/chrome_render_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/safe_browsing/browser_feature_extractor.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/safe_browsing/client_side_detection_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/safe_browsing/download_protection_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/safe_browsing/malware_details_history.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/safe_browsing/safe_browsing_service.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/search_engines/search_provider_install_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/storage_monitor/volume_mount_watcher_win.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/sync/glue/android_invalidator_bridge.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/sync/glue/android_invalidator_bridge_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/sync/glue/data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/sync_file_system/drive_metadata_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/themes/browser_theme_pack.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/themes/theme_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/webui/quota_internals_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/user_style_sheet_watcher.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/webdata/web_data_service.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/service/service_process_prefs_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chromeos/ime/ibus_daemon_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/appcache/chrome_appcache_service.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/browser_thread_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/byte_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/download/download_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/fileapi/chrome_blob_storage_context.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/host_zoom_map_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/loader/resource_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/media/media_internals_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/net/sqlite_persistent_cookie_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/net/sqlite_persistent_cookie_store_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/net/sqlite_persistent_cookie_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/plugin_data_remover_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/gpu_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/media/audio_input_renderer_host.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/media/audio_renderer_host.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/media/video_capture_host.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/render_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/ssl/ssl_client_auth_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/streams/stream_context.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/utility_process_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/webui/url_data_source_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/public/browser/download_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/renderer/browser_plugin/browser_plugin.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/renderer/webplugin_delegate_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/device/bluetooth/bluetooth_adapter_mac.mm View 2 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/device/bluetooth/bluetooth_adapter_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/device/bluetooth/bluetooth_task_manager_win.cc View 1 chunk +1 line, -1 line 0 comments Download
MM trunk/src/device/media_transfer_protocol/media_transfer_protocol_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/media/video/capture/screen/screen_capture_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/media/video/capture/screen/screen_capture_device_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/net/proxy/proxy_config_service_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/net/url_request/url_request_context_getter.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/remoting/host/client_session.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/remoting/host/desktop_session_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/remoting/host/setup/native_messaging_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
MM trunk/src/rlz/chromeos/lib/rlz_value_store_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/sync/internal_api/test/fake_sync_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/blob/blob_data_handle.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/blob/blob_storage_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/dom_storage/dom_storage_task_runner.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/async_file_util_adapter.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/file_system_context.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/file_system_operation_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/file_system_quota_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/file_system_task_runners.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/file_system_usage_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/file_writer_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/isolated_mount_point_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/sandbox_file_stream_writer.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/sandbox_quota_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/syncable/local_file_change_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/task_runner_bound_observer_list.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/fileapi/test_mount_point_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/plugins/npapi/webplugin_delegate_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/plugins/ppapi/ppapi_webplugin_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/plugins/webview_plugin.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/quota/quota_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/quota/quota_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/webkit/quota/quota_task.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Dan Beam
7 years, 7 months ago (2013-05-08 05:32:12 UTC) #1
Dan Beam
7 years, 7 months ago (2013-05-08 05:35:28 UTC) #2
Message was sent while issue was closed.
Committed patchset #2 manually as r198848 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698