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

Side by Side Diff: chrome/content/overlay.xul

Issue 5684127030312960: Issue 1091 - Implement a better templating approach for Element Hiding Helper (Closed)
Patch Set: Switched to a functional approach Created Sept. 11, 2014, 4:50 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 | lib/aardvark.js » ('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 <!DOCTYPE overlay SYSTEM "chrome://elemhidehelper/locale/overlay.dtd"> 7 <!DOCTYPE overlay SYSTEM "chrome://elemhidehelper/locale/overlay.dtd">
8 8
9 <popupset id="ehh-popupset" 9 <popupset id="ehh-popupset"
10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
(...skipping 10 matching lines...) Expand all
21 </grid> 21 </grid>
22 </tooltip> 22 </tooltip>
23 <tooltip id="ehh-commandlabel" noautohide="true"> 23 <tooltip id="ehh-commandlabel" noautohide="true">
24 <hbox align="center"> 24 <hbox align="center">
25 <description id="ehh-commandlabel-key"/> 25 <description id="ehh-commandlabel-key"/>
26 <description id="ehh-commandlabel-alternativeKey"/> 26 <description id="ehh-commandlabel-alternativeKey"/>
27 <description id="ehh-commandlabel-label"/> 27 <description id="ehh-commandlabel-label"/>
28 </hbox> 28 </hbox>
29 </tooltip> 29 </tooltip>
30 <tooltip id="ehh-viewsource" noautohide="true" orient="vertical"/> 30 <tooltip id="ehh-viewsource" noautohide="true" orient="vertical"/>
31 <tooltip id="ehh-elementmarker">
32 <html:div>
33 <html:div class="ehh-border"/>
34 <html:div class="ehh-label"><html:span class="ehh-labelTag"/><html:span cl ass="ehh-labelAddition"/></html:div>
35 </html:div>
36 </tooltip>
37 </popupset> 31 </popupset>
OLDNEW
« no previous file with comments | « no previous file | lib/aardvark.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld