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

Side by Side Diff: devtools-panel.html

Issue 29401586: Issue 5091 - Add WebRTC request type to devtools interface (Closed)
Patch Set: Created April 3, 2017, 10:49 a.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-2017 eyeo GmbH 4 - Copyright (C) 2006-2017 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>WEBSOCKET</option>
57 <option>WEBRTC</option>
57 <option>OTHER</option> 58 <option>OTHER</option>
58 </select> 59 </select>
59 type 60 type
60 </td> 61 </td>
61 </tr> 62 </tr>
62 <tr> 63 <tr>
63 <td> 64 <td>
64 <div class="request-wrapper"> 65 <div class="request-wrapper">
65 <div class="url">Request</div> 66 <div class="url">Request</div>
66 <div class="domain">Document domain</div> 67 <div class="domain">Document domain</div>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 <div class="filter-wrapper"> 110 <div class="filter-wrapper">
110 <div class="filter">&nbsp;</div> 111 <div class="filter">&nbsp;</div>
111 <div class="origin">&nbsp;</div> 112 <div class="origin">&nbsp;</div>
112 </div> 113 </div>
113 </div> 114 </div>
114 </td> 115 </td>
115 </tr> 116 </tr>
116 </template> 117 </template>
117 </body> 118 </body>
118 </html> 119 </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