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

Issue 8474001: Add a timeline view to about:net-internals. (Closed)

Created:
9 years, 1 month ago by mmenke
Modified:
9 years, 1 month ago
Reviewers:
eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, darin-cc_chromium.org, arv (Not doing code reviews), Paweł Hajdan Jr.
Visibility:
Public.

Description

Add a timeline view to about:net-internals. It shows a graph of open/active sockets, open URL requests, open DNS requests, up/down bandwidth, and disk cache bandwidth. BUG=99386 TEST=NetInternalsTest.NetInternalsTimelineView* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110553

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : Synchronous repaints, update comments #

Patch Set 6 : Constant fix #

Patch Set 7 : Remove unused code #

Patch Set 8 : Update comments #

Total comments: 51

Patch Set 9 : Response to comments, sizing fix #

Patch Set 10 : Add missing file, update comments #

Patch Set 11 : Update comments #

Patch Set 12 : Update unit test comments #

Patch Set 13 : Style fix #

Patch Set 14 : Yet more comment updates #

Patch Set 15 : Yet more comment updates #

Patch Set 16 : Load log end date fix #

Patch Set 17 : Comment fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2278 lines, -261 lines) Patch
M chrome/browser/resources/net_internals/capture_view.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/category_tabs.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/net_internals/details_view.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +30 lines, -135 lines 0 comments Download
M chrome/browser/resources/net_internals/dns_view.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/events_view.css View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -30 lines 0 comments Download
M chrome/browser/resources/net_internals/events_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/resources/net_internals/events_view.js View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -10 lines 0 comments Download
A chrome/browser/resources/net_internals/horizontal_scrollbar_view.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +123 lines, -0 lines 0 comments Download
M chrome/browser/resources/net_internals/index.html View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/net_internals/index.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/resources/net_internals/main.css View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/main.js View 1 2 3 4 5 6 7 8 9 10 6 chunks +17 lines, -16 lines 0 comments Download
M chrome/browser/resources/net_internals/proxy_view.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/source_entry.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/source_tracker.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +40 lines, -18 lines 0 comments Download
M chrome/browser/resources/net_internals/test_view.js View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/net_internals/time_util.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -1 line 0 comments Download
A chrome/browser/resources/net_internals/timeline_data_series.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +368 lines, -0 lines 0 comments Download
A chrome/browser/resources/net_internals/timeline_graph_view.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +733 lines, -0 lines 0 comments Download
A chrome/browser/resources/net_internals/timeline_view.css View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
A chrome/browser/resources/net_internals/timeline_view.html View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/resources/net_internals/timeline_view.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +263 lines, -0 lines 0 comments Download
D chrome/browser/resources/net_internals/timeline_view_painter.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/browser/resources/net_internals/top_mid_bottom_view.js View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +22 lines, -10 lines 0 comments Download
M chrome/browser/ui/webui/net_internals_ui_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +43 lines, -0 lines 0 comments Download
M chrome/test/data/webui/net_internals/log_util.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/net_internals/main.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/net_internals/net_internals_test.js View 1 2 3 4 5 6 7 8 9 10 5 chunks +105 lines, -1 line 0 comments Download
A chrome/test/data/webui/net_internals/timeline_view.js View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +394 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mmenke
Take all the time you want reviewing this. I've tried to keep it simple, but ...
9 years, 1 month ago (2011-11-14 19:33:01 UTC) #1
eroman
excellent, i plan on reviewing this today! On Mon, Nov 14, 2011 at 11:33 AM, ...
9 years, 1 month ago (2011-11-15 19:40:34 UTC) #2
eroman
LGTM. cool! Thats an impressive amount of code. I did my best to look through ...
9 years, 1 month ago (2011-11-16 04:03:45 UTC) #3
mmenke
Thanks so much for the review. I'm impressed you got to it so quickly. http://codereview.chromium.org/8474001/diff/21029/chrome/browser/resources/net_internals/details_view.js ...
9 years, 1 month ago (2011-11-16 18:39:35 UTC) #4
mmenke
Unless you have any objections / want to look over it some more, I'm going ...
9 years, 1 month ago (2011-11-16 22:12:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/8474001/32051
9 years, 1 month ago (2011-11-17 19:21:15 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 21:18:15 UTC) #7
Change committed as 110553

Powered by Google App Engine
This is Rietveld 408576698