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

Issue 7854: Defer the proxy service initialization to first time resolve is called.... (Closed)

Created:
12 years, 2 months ago by eroman
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Defer the HttpNetworkSession initialization to first time CreateTransaction is called. http://code.google.com/p/chromium/issues/detail?id=3639 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3767

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 (+13 lines, -6 lines) Patch
M net/http/http_network_layer.h View 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/http_network_layer.cc View 2 3 3 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
eroman
12 years, 2 months ago (2008-10-22 05:11:36 UTC) #1
darin (slow to review)
LGTM, nice find!
12 years, 2 months ago (2008-10-22 07:34:31 UTC) #2
wtc
LGTM. Thanks for tracking this down. http://codereview.chromium.org/7854/diff/1/2 File net/proxy/proxy_service.cc (right): http://codereview.chromium.org/7854/diff/1/2#newcode262 Line 262: DCHECK(config_last_update_time_.ToInternalValue() == ...
12 years, 2 months ago (2008-10-22 18:27:20 UTC) #3
eroman
http://codereview.chromium.org/7854/diff/1/2 File net/proxy/proxy_service.cc (right): http://codereview.chromium.org/7854/diff/1/2#newcode272 Line 272: if ((TimeTicks::Now() - config_last_update_time_) > kProxyConfigMaxAge) > I ...
12 years, 2 months ago (2008-10-22 18:53:31 UTC) #4
wtc
LGTM. http://codereview.chromium.org/7854/diff/203/204 File net/http/http_network_layer.cc (right): http://codereview.chromium.org/7854/diff/203/204#newcode64 Line 64: HttpNetworkSession* HttpNetworkLayer::session() { I studied our WinHTTP ...
12 years, 2 months ago (2008-10-22 19:15:30 UTC) #5
eroman
All done. Thanks for the help!
12 years, 2 months ago (2008-10-22 20:08:54 UTC) #6
wtc
12 years, 2 months ago (2008-10-22 21:11:48 UTC) #7
LGTM.

Remember to update the CL's description, something like:
  Defer the HttpNetworkSession initialization to first time CreateTransaction is
called

Powered by Google App Engine
This is Rietveld 408576698