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

Issue 740643003: Use URLRequestJobManager to retry data reduction proxy bypasses (Closed)

Created:
6 years, 1 month ago by bengr
Modified:
6 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Use URLRequestJobManager to retry data reduction proxy bypasses The data reduction proxy retries a bypassed request by creating a new URLRequestHttpJob for the request and starting it. This change uses URLRequestJobManager::CreateJob() to create that job. Previously, the URLRequestJobFactory chain was called to create the job, an it only would for main frame requests. BUG=434830 Committed: https://crrev.com/09d0aae07de9e0a68752dde74a3c204429ab24d9 Cr-Commit-Position: refs/heads/master@{#305054}

Patch Set 1 #

Patch Set 2 : export manager #

Total comments: 2

Patch Set 3 : Added include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/url_request/url_request_job_manager.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 20 (7 generated)
bengr
6 years, 1 month ago (2014-11-20 00:26:29 UTC) #2
marq (ping after 24h)
LGTM but the classes being called aren't ones I'm familiar with so my opinion is ...
6 years, 1 month ago (2014-11-20 00:29:14 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/740643003/1
6 years, 1 month ago (2014-11-20 00:30:51 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/83821)
6 years, 1 month ago (2014-11-20 00:34:36 UTC) #7
bengr
mmenke: net/* Also, I know of know way to test this behavior given our current ...
6 years, 1 month ago (2014-11-20 02:10:39 UTC) #10
bengr
On 2014/11/20 02:10:39, bengr wrote: > mmenke: net/* > > Also, I know of know ...
6 years, 1 month ago (2014-11-20 02:20:41 UTC) #12
mmenke
On 2014/11/20 02:20:41, bengr wrote: > On 2014/11/20 02:10:39, bengr wrote: > > mmenke: net/* ...
6 years, 1 month ago (2014-11-20 15:48:39 UTC) #13
mmenke
On 2014/11/20 15:48:39, mmenke wrote: > On 2014/11/20 02:20:41, bengr wrote: > > On 2014/11/20 ...
6 years, 1 month ago (2014-11-20 16:41:08 UTC) #14
mmenke
Oops...forgot to publish my comment. https://codereview.chromium.org/740643003/diff/60001/net/url_request/url_request_job_manager.h File net/url_request/url_request_job_manager.h (right): https://codereview.chromium.org/740643003/diff/60001/net/url_request/url_request_job_manager.h#newcode27 net/url_request/url_request_job_manager.h:27: class NET_EXPORT URLRequestJobManager { ...
6 years, 1 month ago (2014-11-20 16:46:09 UTC) #15
bengr
https://codereview.chromium.org/740643003/diff/60001/net/url_request/url_request_job_manager.h File net/url_request/url_request_job_manager.h (right): https://codereview.chromium.org/740643003/diff/60001/net/url_request/url_request_job_manager.h#newcode27 net/url_request/url_request_job_manager.h:27: class NET_EXPORT URLRequestJobManager { On 2014/11/20 16:46:09, mmenke wrote: ...
6 years, 1 month ago (2014-11-20 17:30:38 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/740643003/80001
6 years, 1 month ago (2014-11-20 18:10:06 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:80001)
6 years, 1 month ago (2014-11-20 19:00:13 UTC) #19
commit-bot: I haz the power
6 years, 1 month ago (2014-11-20 19:01:49 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/09d0aae07de9e0a68752dde74a3c204429ab24d9
Cr-Commit-Position: refs/heads/master@{#305054}

Powered by Google App Engine
This is Rietveld 408576698