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

Side by Side 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.
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 | « chrome/content/watcher.js ('k') | chrome/locale/en-US/global.properties » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <!-- This Source Code is subject to the terms of the Mozilla Public License 3 <!-- This Source Code is subject to the terms of the Mozilla Public License
4 - version 2.0 (the "License"). You can obtain a copy of the License at 4 - version 2.0 (the "License"). You can obtain a copy of the License at
5 - http://mozilla.org/MPL/2.0/. --> 5 - http://mozilla.org/MPL/2.0/. -->
6 6
7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
8 <?xml-stylesheet href="chrome://abpwatcher/skin/watcher.css" type="text/css"?> 8 <?xml-stylesheet href="chrome://abpwatcher/skin/watcher.css" type="text/css"?>
9 9
10 <!DOCTYPE dialog SYSTEM "chrome://abpwatcher/locale/watcher.dtd"> 10 <!DOCTYPE dialog SYSTEM "chrome://abpwatcher/locale/watcher.dtd">
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <tree id="list" flex="1" enableColumnDrag="true"> 62 <tree id="list" flex="1" enableColumnDrag="true">
63 <treecols> 63 <treecols>
64 <treecol id="address" label="&address.column;" primary="true" flex="4" per sist="width ordinal sortDirection hidden"/> 64 <treecol id="address" label="&address.column;" primary="true" flex="4" per sist="width ordinal sortDirection hidden"/>
65 <splitter class="tree-splitter"/> 65 <splitter class="tree-splitter"/>
66 <treecol id="type" label="&type.column;" flex="0" persist="width ordinal s ortDirection hidden"/> 66 <treecol id="type" label="&type.column;" flex="0" persist="width ordinal s ortDirection hidden"/>
67 <splitter class="tree-splitter"/> 67 <splitter class="tree-splitter"/>
68 <treecol id="result" label="&result.column;" flex="0" persist="width ordin al sortDirection hidden"/> 68 <treecol id="result" label="&result.column;" flex="0" persist="width ordin al sortDirection hidden"/>
69 <splitter class="tree-splitter"/> 69 <splitter class="tree-splitter"/>
70 <treecol id="origin" label="&origin.column;" hidden="true" flex="2" persis t="width ordinal sortDirection hidden"/> 70 <treecol id="origin" label="&origin.column;" hidden="true" flex="2" persis t="width ordinal sortDirection hidden"/>
71 <splitter class="tree-splitter"/> 71 <splitter class="tree-splitter"/>
72 <treecol id="private" label="&private.column;" hidden="true" flex="0" pers ist="width ordinal sortDirection hidden"/>
73 <splitter class="tree-splitter"/>
72 <treecol id="filter" label="&filter.column;" flex="1" persist="width ordin al sortDirection hidden"/> 74 <treecol id="filter" label="&filter.column;" flex="1" persist="width ordin al sortDirection hidden"/>
73 <splitter class="tree-splitter"/> 75 <splitter class="tree-splitter"/>
74 <treecol id="time" label="&time.column;" hidden="true" flex="0" persist="w idth ordinal sortDirection hidden"/> 76 <treecol id="time" label="&time.column;" hidden="true" flex="0" persist="w idth ordinal sortDirection hidden"/>
75 </treecols> 77 </treecols>
76 78
77 <treechildren tooltip="tooltip" context="contextMenu"/> 79 <treechildren tooltip="tooltip" context="contextMenu"/>
78 </tree> 80 </tree>
79 81
80 <description id="summary" _template="&summary.text;"/> 82 <description id="summary" _template="&summary.text;"/>
81 </dialog> 83 </dialog>
OLDNEW
« 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