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

Unified Diff: chrome/browser/resources/net_internals/events_view.html

Issue 13725016: about:net-internals: Add support for negative text filters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/events_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/events_view.html
===================================================================
--- chrome/browser/resources/net_internals/events_view.html (revision 194509)
+++ chrome/browser/resources/net_internals/events_view.html (working copy)
@@ -20,7 +20,7 @@
<li>sort:desc
<li>sort:duration
<li>sort:type
- <li>sort:-&lt;option&gt; Reverses sort order
+ <li>-sort:&lt;option&gt; Reverses sort order
</ul>
Additional filters:
@@ -29,7 +29,7 @@
<li>type:&lt;type&gt;[,&lt;type&gt;]*
<li>is:active
<li>is:error
- <li>is:-&lt;option&gt; Inverts "is" filter.
+ <li>-&lt;filter&gt; Inverts a filter.
</ul>
</div>
<!-- Events Box: This the panel on the left which lists the sources -->
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/events_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698