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

Issue 7006005: Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns o... (Closed)

Created:
9 years, 6 months ago by jam
Modified:
9 years, 6 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews
Visibility:
Public.

Description

Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns out there are legitimate content uses for HTML5 features like speech/geolocation which need to go to the web. BUG=76697 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87406

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : sync again #

Patch Set 4 : fix linux #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -2771 lines) Patch
M chrome/browser/alternate_nav_url_fetcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_browsertest.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_download.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_download_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bug_report_util.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/customization_document.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/auth_response_handler.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/client_login_response_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/cookie_fetcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/cookie_fetcher.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/cookie_fetcher_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/google_authenticator_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/image_downloader.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/image_downloader.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/issue_response_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/mock_auth_response_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/mock_url_fetchers.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/mock_url_fetchers.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/media/media_player.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_updater.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_updater_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/importer/toolbar_importer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/intranet_redirect_detector.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/metrics_service.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/gaia/token_service_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/sdch_dictionary_fetcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/websocket_experiment/websocket_experiment_task.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/device_management_service.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/device_management_service_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_service.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_service_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/malware_details_cache.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/protocol_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_fetcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellcheck_host_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/http_bridge.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/http_bridge_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/signin_manager_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_manager_browsertest.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/active_downloads_ui.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/web_resource_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher_unittest.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/net/gaia/gaia_oauth_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/gaia/gaia_oauth_client_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/common/net/test_url_fetcher_factory.h View 1 2 1 chunk +0 lines, -227 lines 0 comments Download
D chrome/common/net/test_url_fetcher_factory.cc View 1 2 1 chunk +0 lines, -196 lines 0 comments Download
D chrome/common/net/url_fetcher.h View 1 2 1 chunk +0 lines, -315 lines 0 comments Download
D chrome/common/net/url_fetcher.cc View 1 2 1 chunk +0 lines, -1042 lines 0 comments Download
D chrome/common/net/url_fetcher_unittest.cc View 1 2 1 chunk +0 lines, -902 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_helpers.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/gaia/service_gaia_authenticator.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/service_process.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/live_sync/live_sync_test.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/DEPS View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/geolocation/network_location_provider_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/network_location_request.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/speech/speech_recognition_request.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/speech/speech_recognition_request_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/speech/speech_recognizer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + content/common/test_url_fetcher_factory.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + content/common/test_url_fetcher_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/common/url_fetcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/common/url_fetcher.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
A + content/common/url_fetcher_unittest.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M content/content_common.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years, 6 months ago (2011-05-31 20:35:25 UTC) #1
Avi (use Gerrit)
9 years, 6 months ago (2011-05-31 20:46:19 UTC) #2
eyeballed; rubber stamp LGTM

Powered by Google App Engine
This is Rietveld 408576698