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

Issue 463028: Separate ProxyResolverMac and ProxyConfigServiceMac into their own files (Closed)

Created:
11 years ago by hayato
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, darin (slow to review), pam+watch_chromium.org, brettw+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and extract common utility functions into other files. TEST=trybot and MacUtilTest in base_unittests BUG=27310 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34243

Patch Set 1 #

Patch Set 2 : Sync #

Patch Set 3 : Sync #

Total comments: 6

Patch Set 4 : Sync #

Total comments: 2

Patch Set 5 : Fix Test #

Total comments: 3

Patch Set 6 : Separate ProxyResolverMac and ProxyConfigServiceMac into their own files.... #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -840 lines) Patch
M base/mac_util.h View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M base/mac_util.mm View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
M base/mac_util_unittest.mm View 1 2 3 4 5 6 2 chunks +17 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
A + net/proxy/proxy_config_service_mac.h View 1 2 3 4 5 2 chunks +4 lines, -37 lines 0 comments Download
A + net/proxy/proxy_config_service_mac.cc View 1 2 3 4 5 10 chunks +30 lines, -243 lines 0 comments Download
M net/proxy/proxy_resolver_mac.h View 1 2 3 4 5 6 2 chunks +0 lines, -7 lines 0 comments Download
M net/proxy/proxy_resolver_mac.cc View 1 2 3 4 5 6 4 chunks +11 lines, -211 lines 0 comments Download
M net/proxy/proxy_server.h View 1 2 3 4 5 6 2 chunks +19 lines, -0 lines 0 comments Download
A + net/proxy/proxy_server_mac.cc View 1 2 3 4 5 1 chunk +21 lines, -342 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
hayato
Hi eroman, Could you review it? I am not sure GetValueFromDictionary is worth while to ...
11 years ago (2009-12-08 10:28:27 UTC) #1
eroman
Thanks for doing this! LGTM. I recommend having avi give ithis a look-over, as he ...
11 years ago (2009-12-09 01:10:13 UTC) #2
Avi (use Gerrit)
On Tue, Dec 8, 2009 at 8:10 PM, <eroman@chromium.org> wrote: > > I recommend having ...
11 years ago (2009-12-09 03:12:34 UTC) #3
hayato
Thank you for the review. http://codereview.chromium.org/463028/diff/3001/4003 File base/mac_util_unittest.mm (right): http://codereview.chromium.org/463028/diff/3001/4003#newcode139 base/mac_util_unittest.mm:139: CFSTR("value")); On 2009/12/09 01:10:13, ...
11 years ago (2009-12-09 04:32:48 UTC) #4
Avi (use Gerrit)
Other than the EXPECT noted below, LG. http://codereview.chromium.org/463028/diff/3002/4015 File base/mac_util_unittest.mm (right): http://codereview.chromium.org/463028/diff/3002/4015#newcode138 base/mac_util_unittest.mm:138: dict, CFSTR("key"), ...
11 years ago (2009-12-09 04:41:39 UTC) #5
hayato
Thank you for the review. http://codereview.chromium.org/463028/diff/3002/4015 File base/mac_util_unittest.mm (right): http://codereview.chromium.org/463028/diff/3002/4015#newcode138 base/mac_util_unittest.mm:138: dict, CFSTR("key"), CFStringGetTypeID())); Done. ...
11 years ago (2009-12-09 05:04:50 UTC) #6
eroman
LGTM http://codereview.chromium.org/463028/diff/1014/2007 File net/proxy/proxy_config_service_mac.cc (right): http://codereview.chromium.org/463028/diff/1014/2007#newcode19 net/proxy/proxy_config_service_mac.cc:19: namespace { If you can copy this file ...
11 years ago (2009-12-09 05:14:50 UTC) #7
hayato
Thank you for the review. http://codereview.chromium.org/463028/diff/1014/2007 File net/proxy/proxy_config_service_mac.cc (right): http://codereview.chromium.org/463028/diff/1014/2007#newcode19 net/proxy/proxy_config_service_mac.cc:19: namespace { Hmm. I ...
11 years ago (2009-12-09 05:53:55 UTC) #8
hayato
11 years ago (2009-12-10 05:48:17 UTC) #9
I uploaded a new patch, which was made by svn using 'svn cp'.
Except for tracking history of 'copy', nothing has changed since previous patch.

I'll land this after confirming that all tests passed on trybot.

Powered by Google App Engine
This is Rietveld 408576698