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

Unified Diff: chrome/content/watcher.xul

Issue 29331940: Issue 3225 - Make Diagnostics compatible with the upcoming Adblock Plus 2.7 release (Closed)
Patch Set: Make currentData a local variable and removed unnecessary try block Created Dec. 7, 2015, 3:37 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 | « chrome/content/watcher.js ('k') | chrome/locale/en-US/global.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/watcher.xul
===================================================================
--- a/chrome/content/watcher.xul
+++ b/chrome/content/watcher.xul
@@ -50,38 +50,30 @@
<menuitem id="context-copylocation" label="&context.copyLocation.label;" oncommand="E('command-copylocation').doCommand();" key="key-copylocation"/>
<menuitem id="context-copyfilters" label="&context.copyFilters.label;" oncommand="E('command-copyfilters').doCommand();"/>
</menupopup>
</popupset>
<description id="introduction">&introduction;</description>
<hbox align="center">
- <checkbox id="ignore-early" label="&ignore-early.label;" accesskey="&ignore-early.accesskey;" persist="checked" oncommand="treeView.ignoreEarlyReturns = this.checked"/>
- <spaced width="30"/>
<label control="filter" value="&filter.label;" accesskey="&filter.accesskey;"/>
<textbox flex="1" id="filterText" type="search" oncommand="treeView.filterString = this.value"/>
</hbox>
<tree id="list" flex="1" enableColumnDrag="true">
<treecols>
<treecol id="address" label="&address.column;" primary="true" flex="4" persist="width ordinal sortDirection hidden"/>
<splitter class="tree-splitter"/>
<treecol id="type" label="&type.column;" flex="0" persist="width ordinal sortDirection hidden"/>
<splitter class="tree-splitter"/>
<treecol id="result" label="&result.column;" flex="0" persist="width ordinal sortDirection hidden"/>
<splitter class="tree-splitter"/>
- <treecol id="context" label="&context.column;" flex="1" persist="width ordinal sortDirection hidden"/>
- <splitter class="tree-splitter"/>
- <treecol id="document" label="&document.column;" hidden="true" flex="1" persist="width ordinal sortDirection hidden"/>
- <splitter class="tree-splitter"/>
<treecol id="origin" label="&origin.column;" hidden="true" flex="2" persist="width ordinal sortDirection hidden"/>
<splitter class="tree-splitter"/>
- <treecol id="additional" label="&additional.column;" hidden="true" flex="1" persist="width ordinal sortDirection hidden"/>
- <splitter class="tree-splitter"/>
<treecol id="filter" label="&filter.column;" flex="1" persist="width ordinal sortDirection hidden"/>
<splitter class="tree-splitter"/>
<treecol id="time" label="&time.column;" hidden="true" flex="0" persist="width ordinal sortDirection hidden"/>
</treecols>
<treechildren tooltip="tooltip" context="contextMenu"/>
</tree>
« no previous file with comments | « chrome/content/watcher.js ('k') | chrome/locale/en-US/global.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld