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

Issue 7283018: Introduce a policy to control the maximal number of connections per proxy server. (Closed)

Created:
9 years, 5 months ago by pastarmovj
Modified:
9 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Introduce a policy to control the maximal number of connections per proxy server. BUG=63658 TEST=All policy unit_tests should pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91842

Patch Set 1 #

Total comments: 10

Patch Set 2 : Moved setting that policy to a really early point in the initialization of the system. #

Total comments: 5

Patch Set 3 : Clean up and documentation. #

Patch Set 4 : Make the bots happy with the policy template. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -9 lines) Patch
M chrome/app/policy/policy_templates.json View 1 2 3 2 chunks +17 lines, -1 line 0 comments Download
M chrome/browser/browser_main.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/browser_main.cc View 1 2 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_provider_mac_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_provider_win_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/common/pref_names.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/client_socket_pool_manager.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/client_socket_pool_manager.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
pastarmovj
@gfeher: Please review the policy definition part. @willchan: Please review the net part of the ...
9 years, 5 months ago (2011-06-29 21:25:25 UTC) #1
willchan no longer on Chromium
http://codereview.chromium.org/7283018/diff/1/chrome/browser/net/net_pref_observer.cc File chrome/browser/net/net_pref_observer.cc (right): http://codereview.chromium.org/7283018/diff/1/chrome/browser/net/net_pref_observer.cc#newcode74 chrome/browser/net/net_pref_observer.cc:74: if (!pref_name || *pref_name == prefs::kMaxConnectionsPerProxy) { There are ...
9 years, 5 months ago (2011-06-29 22:54:55 UTC) #2
gfeher
http://codereview.chromium.org/7283018/diff/1/chrome/app/policy/policy_templates.json File chrome/app/policy/policy_templates.json (right): http://codereview.chromium.org/7283018/diff/1/chrome/app/policy/policy_templates.json#newcode1580 chrome/app/policy/policy_templates.json:1580: The value of this policy should be lower than ...
9 years, 5 months ago (2011-06-30 11:07:57 UTC) #3
pastarmovj
Moved the policy to a static init at browser start. Had to make the code ...
9 years, 5 months ago (2011-07-01 18:52:43 UTC) #4
pastarmovj
Ping?
9 years, 5 months ago (2011-07-07 16:49:22 UTC) #5
willchan no longer on Chromium
LGTM http://codereview.chromium.org/7283018/diff/1/chrome/app/policy/policy_templates.json File chrome/app/policy/policy_templates.json (right): http://codereview.chromium.org/7283018/diff/1/chrome/app/policy/policy_templates.json#newcode1580 chrome/app/policy/policy_templates.json:1580: The value of this policy should be lower ...
9 years, 5 months ago (2011-07-07 17:22:04 UTC) #6
pastarmovj
Cleaned up the suggestions as well as some leftovers from the first version. Assuming this ...
9 years, 5 months ago (2011-07-08 10:49:39 UTC) #7
willchan no longer on Chromium
Sounds good. On Fri, Jul 8, 2011 at 1:49 PM, <pastarmovj@chromium.org> wrote: > Cleaned up ...
9 years, 5 months ago (2011-07-08 10:54:57 UTC) #8
commit-bot: I haz the power
9 years, 5 months ago (2011-07-08 12:17:20 UTC) #9
Change committed as 91842

Powered by Google App Engine
This is Rietveld 408576698