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

Issue 10534100: Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a contructor parameter. (Closed)

Created:
8 years, 6 months ago by shalev
Modified:
8 years, 5 months ago
CC:
chromium-reviews, michaeln, cbentzel+watch_chromium.org, jochen+watch-content_chromium.org, kkania, jam, joi+watch-content_chromium.org, robertshield, Paweł Hajdan Jr., darin-cc_chromium.org, kinuko+watch
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a contructor parameter. Note: this depends on http://codereview.chromium.org/10559036/ BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144948

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixed more files #

Total comments: 4

Patch Set 3 : Changed headers #

Patch Set 4 : Merged with latest sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -35 lines) Patch
M chrome/browser/automation/url_request_automation_job.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_browsertest.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_url_data_manager_backend.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/net/view_http_cache_job_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/net/url_request_abort_on_end_job.cc View 2 chunks +4 lines, -1 line 0 comments Download
M content/test/net/url_request_failed_job.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/test/net/url_request_slow_download_job.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/url_request/url_request.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_about_job.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/url_request/url_request_error_job.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/url_request/url_request_file_dir_job.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/url_request/url_request_file_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_ftp_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_http_job.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_job.h View 1 2 4 chunks +5 lines, -2 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M net/url_request/url_request_job_factory_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_request_redirect_job.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/url_request/url_request_simple_job.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/url_request/url_request_test_job.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M webkit/appcache/appcache_request_handler_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_url_request_job.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M webkit/blob/blob_url_request_job.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_url_request_job.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_writer_delegate_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
erikwright (departed)
Hi Will, PTAL. This is in support of the FtpProtocolHandler CL (http://codereview.chromium.org/10537056/). The base URLRequestJob ...
8 years, 6 months ago (2012-06-13 15:44:18 UTC) #1
willchan no longer on Chromium
Can you tell me what the plan is going forward? Are you going to gradually ...
8 years, 6 months ago (2012-06-13 19:07:33 UTC) #2
erikwright (departed)
On 2012/06/13 19:07:33, willchan wrote: > Can you tell me what the plan is going ...
8 years, 6 months ago (2012-06-13 19:09:17 UTC) #3
willchan no longer on Chromium
On 2012/06/13 15:44:18, erikwright wrote: > Hi Will, PTAL. > > This is in support ...
8 years, 6 months ago (2012-06-13 19:41:50 UTC) #4
erikwright (departed)
Off the top of my head that could potentially affect a lot more files, no? ...
8 years, 6 months ago (2012-06-13 19:48:16 UTC) #5
erikwright (departed)
On 2012/06/13 19:07:33, willchan wrote: > Can you tell me what the plan is going ...
8 years, 6 months ago (2012-06-13 19:56:47 UTC) #6
willchan no longer on Chromium
On 2012/06/13 19:56:47, erikwright wrote: > On 2012/06/13 19:07:33, willchan wrote: > > Can you ...
8 years, 6 months ago (2012-06-13 21:55:01 UTC) #7
willchan no longer on Chromium
On 2012/06/13 19:48:16, erikwright wrote: > Off the top of my head that could potentially ...
8 years, 6 months ago (2012-06-13 22:13:24 UTC) #8
shalev
http://codereview.chromium.org/10534100/diff/1/net/url_request/url_request_about_job.cc File net/url_request/url_request_about_job.cc (right): http://codereview.chromium.org/10534100/diff/1/net/url_request/url_request_about_job.cc#newcode19 net/url_request/url_request_about_job.cc:19: class NetworkDelegate; On 2012/06/13 15:44:18, erikwright wrote: > Is ...
8 years, 6 months ago (2012-06-21 20:03:55 UTC) #9
shalev
Hi Will, This is ready for another review.
8 years, 6 months ago (2012-06-22 17:03:05 UTC) #10
willchan no longer on Chromium
+mmenke I'm going to start sending all of these CLs to Matt to review. Please ...
8 years, 6 months ago (2012-06-22 18:03:53 UTC) #11
mmenke
http://codereview.chromium.org/10534100/diff/18002/chrome/browser/captive_portal/captive_portal_browsertest.cc File chrome/browser/captive_portal/captive_portal_browsertest.cc (right): http://codereview.chromium.org/10534100/diff/18002/chrome/browser/captive_portal/captive_portal_browsertest.cc#newcode46 chrome/browser/captive_portal/captive_portal_browsertest.cc:46: #include "net/url_request/url_request_context.h" Let's include url_request as well, since we're ...
8 years, 6 months ago (2012-06-22 20:23:43 UTC) #12
shalev
http://codereview.chromium.org/10534100/diff/18002/chrome/browser/captive_portal/captive_portal_browsertest.cc File chrome/browser/captive_portal/captive_portal_browsertest.cc (right): http://codereview.chromium.org/10534100/diff/18002/chrome/browser/captive_portal/captive_portal_browsertest.cc#newcode46 chrome/browser/captive_portal/captive_portal_browsertest.cc:46: #include "net/url_request/url_request_context.h" On 2012/06/22 20:23:43, Matt Menke wrote: > ...
8 years, 6 months ago (2012-06-22 20:53:54 UTC) #13
mmenke
LGTM
8 years, 6 months ago (2012-06-22 20:59:44 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shalev@chromium.org/10534100/26001
8 years, 6 months ago (2012-06-22 21:02:22 UTC) #15
commit-bot: I haz the power
Presubmit check for 10534100-26001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-22 21:02:32 UTC) #16
erikwright (departed)
OWNERS reviews please, from: zelidrag@chromium.org for chrome/browser/chromeos/gdata jhawkins@chromium.org for chrome/browser/ui/webui brettw@chromium.org for webkit/ and content/
8 years, 6 months ago (2012-06-22 21:14:27 UTC) #17
brettw
webkit/ & content/ LGTM
8 years, 6 months ago (2012-06-22 22:53:56 UTC) #18
James Hawkins
webui LGTM
8 years, 6 months ago (2012-06-22 23:26:56 UTC) #19
satorux1
gdata LGTM
8 years, 5 months ago (2012-06-28 20:59:03 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shalev@chromium.org/10534100/36003
8 years, 5 months ago (2012-06-29 17:33:01 UTC) #21
commit-bot: I haz the power
8 years, 5 months ago (2012-06-29 19:07:35 UTC) #22
Change committed as 144948

Powered by Google App Engine
This is Rietveld 408576698