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

Side by Side Diff: devtools-panel.html

Issue 29363504: Issue 4649 - Allow filtering by WEBSOCKET request type (Closed)
Patch Set: Commit CSS changes too... Created Nov. 17, 2016, 8:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | skin/devtools-panel.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-2016 Eyeo GmbH 4 - Copyright (C) 2006-2016 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <option>SUBDOCUMENT</option> 46 <option>SUBDOCUMENT</option>
47 <option>IMAGE</option> 47 <option>IMAGE</option>
48 <option>STYLESHEET</option> 48 <option>STYLESHEET</option>
49 <option>SCRIPT</option> 49 <option>SCRIPT</option>
50 <option>OBJECT</option> 50 <option>OBJECT</option>
51 <option>XMLHTTPREQUEST</option> 51 <option>XMLHTTPREQUEST</option>
52 <option>FONT</option> 52 <option>FONT</option>
53 <option>PING</option> 53 <option>PING</option>
54 <option>POPUP</option> 54 <option>POPUP</option>
55 <option>ELEMHIDE</option> 55 <option>ELEMHIDE</option>
56 <option>WEBSOCKET</option>
56 <option>OTHER</option> 57 <option>OTHER</option>
57 </select> 58 </select>
58 type 59 type
59 </td> 60 </td>
60 </tr> 61 </tr>
61 <tr> 62 <tr>
62 <td> 63 <td>
63 <div class="request-wrapper"> 64 <div class="request-wrapper">
64 <div class="url">Request</div> 65 <div class="url">Request</div>
65 <div class="domain">Document domain</div> 66 <div class="domain">Document domain</div>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 <div class="filter-wrapper"> 109 <div class="filter-wrapper">
109 <div class="filter">&nbsp;</div> 110 <div class="filter">&nbsp;</div>
110 <div class="origin">&nbsp;</div> 111 <div class="origin">&nbsp;</div>
111 </div> 112 </div>
112 </div> 113 </div>
113 </td> 114 </td>
114 </tr> 115 </tr>
115 </template> 116 </template>
116 </body> 117 </body>
117 </html> 118 </html>
OLDNEW
« no previous file with comments | « no previous file | skin/devtools-panel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld