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

Issue 10987030: Make about:net-internal's filters work a bit better. (Closed)

Created:
8 years, 2 months ago by mmenke
Modified:
8 years, 2 months ago
Reviewers:
eroman
CC:
chromium-reviews, arv (Not doing code reviews), mmenke, eroman
Visibility:
Public.

Description

Make about:net-internal's filters work a bit better. Text filters now search through the TablePrinter, rather than unformatted JSON. To search for multiple types/ids, comma delimited lists must now be used rather than multiple "type:" or "id:" arguments. Doubt anyone used this feature before, and the new behavior makes testing easier. Filtering by type also does substring matching now. R=eroman@chromium.org TBR=jhawkins@chromium.org BUG=115977 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158675

Patch Set 1 #

Patch Set 2 : Update comments, cleanup #

Total comments: 10

Patch Set 3 : Response to comments #

Patch Set 4 : Response to comments, retry upload (First corrupt?) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -12 lines) Patch
M chrome/browser/resources/net_internals/dns_view.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/events_view.js View 1 2 1 chunk +17 lines, -3 lines 0 comments Download
M chrome/browser/resources/net_internals/log_view_painter.js View 1 2 3 chunks +30 lines, -3 lines 0 comments Download
M chrome/browser/resources/net_internals/socket_pool_wrapper.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/source_row.js View 1 2 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/resources/net_internals/source_tracker.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/table_printer.js View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/webui/net_internals/events_view.js View 1 1 chunk +204 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mmenke
Want to do a follow up CL, either implementing incremental filtering or just cleaning up ...
8 years, 2 months ago (2012-09-25 19:38:03 UTC) #1
eroman
LGTM. http://codereview.chromium.org/10987030/diff/2001/chrome/browser/resources/net_internals/events_view.js File chrome/browser/resources/net_internals/events_view.js (right): http://codereview.chromium.org/10987030/diff/2001/chrome/browser/resources/net_internals/events_view.js#newcode300 chrome/browser/resources/net_internals/events_view.js:300: return filter[directive].indexOf(string) > -1; nit: i prefer "!= ...
8 years, 2 months ago (2012-09-25 19:59:21 UTC) #2
mmenke
Thanks for the feedback. http://codereview.chromium.org/10987030/diff/2001/chrome/browser/resources/net_internals/events_view.js File chrome/browser/resources/net_internals/events_view.js (right): http://codereview.chromium.org/10987030/diff/2001/chrome/browser/resources/net_internals/events_view.js#newcode300 chrome/browser/resources/net_internals/events_view.js:300: return filter[directive].indexOf(string) > -1; On ...
8 years, 2 months ago (2012-09-25 20:12:24 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/10987030/12002
8 years, 2 months ago (2012-09-25 20:27:39 UTC) #4
commit-bot: I haz the power
Presubmit check for 10987030-12002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-09-25 20:27:44 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/10987030/12002
8 years, 2 months ago (2012-09-25 20:29:18 UTC) #6
commit-bot: I haz the power
8 years, 2 months ago (2012-09-25 22:40:50 UTC) #7
Change committed as 158675

Powered by Google App Engine
This is Rietveld 408576698