Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: devtools-panel.html

Issue 29522650: Issue 5316 - Adds dynamic filter types to devtools panel (Closed)
Patch Set: Created Sept. 12, 2017, 12:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devtools-panel.html
===================================================================
--- a/devtools-panel.html
+++ b/devtools-panel.html
@@ -39,29 +39,16 @@
<select id="filter-state">
<option value="">all</option>
<option>blocked</option>
<option>whitelisted</option>
</select>
items of
<select id="filter-type">
<option value="">any</option>
- <option>SUBDOCUMENT</option>
- <option>IMAGE</option>
- <option>STYLESHEET</option>
- <option>SCRIPT</option>
- <option>OBJECT</option>
- <option>XMLHTTPREQUEST</option>
- <option>FONT</option>
- <option>PING</option>
- <option>POPUP</option>
- <option>ELEMHIDE</option>
- <option>WEBSOCKET</option>
- <option>WEBRTC</option>
- <option>OTHER</option>
</select>
type
</td>
</tr>
<tr>
<td>
<div class="request-wrapper">
<div class="url">Request</div>
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld