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

Issue 113482: Adding the ability to alter Chrome's proxy settings via the automation interf... (Closed)

Created:
11 years, 7 months ago by robertshield
Modified:
9 years, 6 months ago
Reviewers:
amit, eroman, brettw
CC:
chromium-reviews_googlegroups.com, ian fette
Visibility:
Public.

Description

Adding the ability to alter Chrome's proxy settings via the automation interface for automated testing. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16741

Patch Set 1 #

Total comments: 17

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -4 lines) Patch
M chrome/browser/automation/automation_provider.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 4 chunks +99 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 1 chunk +3 lines, -1 line 0 comments Download
A chrome/common/automation_constants.h View 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/common/automation_constants.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/common/common.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/test/automation/automation_constants.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/automation/automation_messages_internal.h View 2 chunks +7 lines, -1 line 0 comments Download
M chrome/test/automation/automation_proxy.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/automation/automation_proxy.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.h View 1 chunk +7 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M net/proxy/proxy_service_unittest.cc View 5 chunks +50 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
robertshield
11 years, 7 months ago (2009-05-18 21:03:32 UTC) #1
amit
[+ wtc - review proxy stuff] [+ ian - security implications of parsing proxy information ...
11 years, 7 months ago (2009-05-18 21:51:38 UTC) #2
eroman
http://codereview.chromium.org/113482/diff/1/6 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/113482/diff/1/6#newcode2255 Line 2255: virtual void Run() { What thread is this ...
11 years, 7 months ago (2009-05-19 00:51:10 UTC) #3
robertshield
http://codereview.chromium.org/113482/diff/1/6 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/113482/diff/1/6#newcode2255 Line 2255: virtual void Run() { On 2009/05/19 00:51:10, eroman ...
11 years, 7 months ago (2009-05-19 18:05:34 UTC) #4
eroman
lgtm on the proxy service side. http://codereview.chromium.org/113482/diff/1/6 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/113482/diff/1/6#newcode2255 Line 2255: virtual void ...
11 years, 7 months ago (2009-05-19 20:31:05 UTC) #5
robertshield
Hi Brett, I'm working on a patch here (http://codereview.chromium.org/113482) to set the proxy settings in ...
11 years, 7 months ago (2009-05-20 18:07:46 UTC) #6
brettw
Wan-teh: I don't have much experience with the URLRequestContext and proxy stuff, can you take ...
11 years, 7 months ago (2009-05-21 21:09:37 UTC) #7
brettw
11 years, 7 months ago (2009-05-21 21:19:38 UTC) #8
Wan-teh: looks like this is not necessary after all, thanks anyway.

Powered by Google App Engine
This is Rietveld 408576698