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

Unified Diff: chrome/content/watcher.xul

Issue 29331959: Issue 3377 - Add Private column to Diagnostics (Closed)
Patch Set: Created Dec. 4, 2015, 4:06 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
@@ -64,16 +64,18 @@
<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="origin" label="&origin.column;" hidden="true" flex="2" persist="width ordinal sortDirection hidden"/>
<splitter class="tree-splitter"/>
+ <treecol id="private" label="&private.column;" hidden="true" flex="0" 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