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

Issue 38001: Implement the PAC js-binding for "myIpAddress()". (Closed)

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

Description

Implement the PAC js-binding for "myIpAddress()". BUG=2764 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10824

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : update unittest for DnsResolve based on new empty string #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -7 lines) Patch
M net/base/net_util.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/net_util.cc View 1 2 3 4 5 3 chunks +18 lines, -3 lines 0 comments Download
M net/base/net_util_unittest.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_v8.cc View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M net/proxy/proxy_resolver_v8_unittest.cc View 1 2 3 4 5 2 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
eroman
11 years, 9 months ago (2009-03-03 04:05:02 UTC) #1
darin (slow to review)
Looks good... just a couple suggestions: http://codereview.chromium.org/38001/diff/2001/3004 File net/base/net_util.cc (right): http://codereview.chromium.org/38001/diff/2001/3004#newcode1051 Line 1051: return std::string(); ...
11 years, 9 months ago (2009-03-03 17:30:48 UTC) #2
darin (slow to review)
Looks good... just a couple suggestions:
11 years, 9 months ago (2009-03-03 17:37:25 UTC) #3
eroman
thanks for review. http://codereview.chromium.org/38001/diff/2001/3004 File net/base/net_util.cc (right): http://codereview.chromium.org/38001/diff/2001/3004#newcode1051 Line 1051: return std::string(); I am not ...
11 years, 9 months ago (2009-03-03 19:37:45 UTC) #4
darin (slow to review)
11 years, 9 months ago (2009-03-03 19:43:54 UTC) #5
LGTM

http://codereview.chromium.org/38001/diff/2001/3004
File net/base/net_util.cc (right):

http://codereview.chromium.org/38001/diff/2001/3004#newcode1051
Line 1051: return std::string();
i meant the former.  in the error case, stamp a null byte so you can just resume
on the "success" path.

anyways, just a suggestion...

Powered by Google App Engine
This is Rietveld 408576698