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

Issue 3005049: This CL will introduce a new way to do exponential back-off on failure within... (Closed)

Created:
10 years, 4 months ago by Jói
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

This CL will introduce a new way to do exponential back-off on failure within Chromium. It is a network level implementation and should constitute a good enough bottleneck to manage every outgoing http request. Committing for malavv@google.com. Original review: http://codereview.chromium.org/2487001/show BUG=none TEST=unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56376

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+859 lines, -10 lines) Patch
M chrome/common/net/url_fetcher_unittest.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M net/base/net_error_list.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_entry.h View 1 chunk +104 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_entry.cc View 1 2 1 chunk +134 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_entry_interface.h View 1 chunk +33 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_header_adapter.h View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_header_adapter.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_header_interface.h View 1 chunk +24 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_manager.h View 1 chunk +79 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_manager.cc View 1 chunk +85 lines, -0 lines 0 comments Download
A net/request_throttler/request_throttler_unittest.cc View 1 2 1 chunk +302 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.h View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 4 chunks +24 lines, -9 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698