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

Issue 2978001: Display the proxy PAC javascript errors in the NetLog.... (Closed)

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

Description

Display the proxy PAC javascript errors in the NetLog. BUG=47226 TEST=Configure chrome with a PAC script that throws errors. Load a URL and should see the javascript error displayed on about:net-internals. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52253

Patch Set 1 #

Patch Set 2 : Add unittest for ForwardingNetLog #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 23

Patch Set 6 : Address cbentzel's comments #

Patch Set 7 : Address wtc's comment -- rename to PAC_JAVASCRIPT_* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+547 lines, -142 lines) Patch
A net/base/forwarding_net_log.h View 1 2 3 4 5 1 chunk +53 lines, -0 lines 0 comments Download
A net/base/forwarding_net_log.cc View 1 2 3 4 1 chunk +101 lines, -0 lines 0 comments Download
A net/base/forwarding_net_log_unittest.cc View 2 3 4 5 6 1 chunk +84 lines, -0 lines 0 comments Download
M net/base/net_log.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/net_log_event_type_list.h View 1 2 3 4 5 6 1 chunk +20 lines, -4 lines 0 comments Download
M net/net.gyp View 1 2 chunks +3 lines, -0 lines 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.h View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/multi_threaded_proxy_resolver_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_js_bindings.h View 1 2 3 4 5 3 chunks +6 lines, -4 lines 0 comments Download
M net/proxy/proxy_resolver_js_bindings.cc View 1 2 3 4 5 6 5 chunks +161 lines, -27 lines 0 comments Download
M net/proxy/proxy_resolver_js_bindings_unittest.cc View 1 2 3 4 5 6 7 chunks +90 lines, -6 lines 0 comments Download
M net/proxy/proxy_resolver_perftest.cc View 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M net/proxy/proxy_resolver_v8.cc View 5 chunks +0 lines, -52 lines 0 comments Download
M net/proxy/proxy_resolver_v8_unittest.cc View 2 chunks +1 line, -36 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 2 3 4 5 4 chunks +21 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
eroman
Here is what it looks like: http://i.imgur.com/MDHw0.png http://i.imgur.com/RjVAv.png The first image shows how the error ...
10 years, 5 months ago (2010-07-12 00:59:47 UTC) #1
wtc
eroman: I have a big backlog of code reviews, so I'd appreciate it if you ...
10 years, 5 months ago (2010-07-12 22:20:58 UTC) #2
eroman
Chris, could I get you to review this in place of wtc? Thanks!
10 years, 5 months ago (2010-07-13 00:44:50 UTC) #3
cbentzel
Yes - I owe Wan-Teh and you some reviews for all the ones you've done ...
10 years, 5 months ago (2010-07-13 02:22:25 UTC) #4
cbentzel
LGTM Mostly some nits. http://codereview.chromium.org/2978001/diff/39001/33002 File net/base/forwarding_net_log.cc (right): http://codereview.chromium.org/2978001/diff/39001/33002#newcode44 net/base/forwarding_net_log.cc:44: scoped_refptr<EventParameters>(params))); Should AddEntry interface change ...
10 years, 5 months ago (2010-07-13 20:24:27 UTC) #5
eroman
Thanks for the review Chris! @wtc: > My only comment is that "PAC" should be ...
10 years, 5 months ago (2010-07-13 21:23:04 UTC) #6
cbentzel
10 years, 5 months ago (2010-07-14 02:01:04 UTC) #7
LGTM!

Powered by Google App Engine
This is Rietveld 408576698