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

Issue 173024: Add skeleton for an about:net-internal page.... (Closed)

Created:
11 years, 4 months ago by eroman
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), willchan no longer on Chromium, Ben Goodger (Google)
Visibility:
Public.

Description

Add skeleton for an about:net-internal page. This page contains low-level debug information that is of interest to power users, and bug investigators. The output can be filtered by using special sub-URLs. The sub-URLs themselves are listed when visiting about:net-internal, but to give an idea: about:net-internal -- everything about:net-internal/proxyservice -- all things proxy about:net-internal/proxyservice.config -- current settings about:net-internal/hostresolver.hostcache -- dns cache BUG=http://crbug.com/14478 R=darin Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25109

Patch Set 1 #

Patch Set 2 : Fix a date #

Patch Set 3 : Address darin's comment #

Total comments: 2

Patch Set 4 : Address darin's comment, and sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -6 lines) Patch
M chrome/browser/browser_about_handler.cc View 1 2 3 2 chunks +13 lines, -1 line 0 comments Download
M chrome/common/url_constants.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.h View 1 2 3 2 chunks +10 lines, -5 lines 0 comments Download
M net/url_request/url_request_job_manager.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
A net/url_request/url_request_view_net_internal_job.h View 1 1 chunk +26 lines, -0 lines 0 comments Download
A net/url_request/url_request_view_net_internal_job.cc View 1 2 3 1 chunk +276 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
eroman
11 years, 4 months ago (2009-08-18 22:44:56 UTC) #1
eroman
Here is a preview of how it currently looks: (obviously still incomplete) http://www/~ericroman/tmp/general.png http://www/~ericroman/tmp/specific.png
11 years, 4 months ago (2009-08-18 22:47:25 UTC) #2
eroman
What would be the analog in this case? Would it be to have like: about:net-internal/proxy ...
11 years, 4 months ago (2009-08-18 23:21:31 UTC) #3
darin (slow to review)
On Tue, Aug 18, 2009 at 4:21 PM, <eroman@chromium.org> wrote: > What would be the ...
11 years, 4 months ago (2009-08-18 23:45:29 UTC) #4
darin (slow to review)
perhaps it would make sense to use a syntax like we have for histograms? about:histograms/Foo ...
11 years, 4 months ago (2009-08-18 23:55:22 UTC) #5
eroman
> perhaps it would make sense to use a syntax like we have for histograms? ...
11 years, 4 months ago (2009-08-19 02:31:38 UTC) #6
eroman
ping
11 years, 3 months ago (2009-09-01 18:03:35 UTC) #7
darin (slow to review)
LGTM... except: http://codereview.chromium.org/173024/diff/23/28 File net/url_request/url_request_view_net_internal_job.cc (right): http://codereview.chromium.org/173024/diff/23/28#newcode266 Line 266: data->append(path); perhaps this path should be ...
11 years, 3 months ago (2009-09-01 20:06:12 UTC) #8
eroman
http://codereview.chromium.org/173024/diff/23/28 File net/url_request/url_request_view_net_internal_job.cc (right): http://codereview.chromium.org/173024/diff/23/28#newcode266 Line 266: data->append(path); On 2009/09/01 20:06:12, darin wrote: > perhaps ...
11 years, 3 months ago (2009-09-01 22:45:31 UTC) #9
darin (slow to review)
11 years, 3 months ago (2009-09-01 22:49:10 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698