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

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

Issue 6337686776315904: Issue 394 - hit statistics tool data collection (Closed)
Patch Set: Created Feb. 17, 2015, 4:34 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 | chrome/locale/en-US/overlay.dtd » ('j') | chrome/locale/en-US/overlay.dtd » ('J')
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 <!-- 3 <!--
4 - This file is part of Adblock Plus <https://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-2015 Eyeo GmbH 5 - Copyright (C) 2006-2015 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <menuitem id="abp-status-filters" label="&filters.label;…" key="abp-key-filt ers" command="abp-command-filters"/> 53 <menuitem id="abp-status-filters" label="&filters.label;…" key="abp-key-filt ers" command="abp-command-filters"/>
54 <menuseparator id="abp-status-whitelist-sep"/> 54 <menuseparator id="abp-status-whitelist-sep"/>
55 <menuitem id="abp-status-whitelistsite" labeltempl="&whitelist.site.label;" type="checkbox" command="abp-command-togglesitewhitelist"/> 55 <menuitem id="abp-status-whitelistsite" labeltempl="&whitelist.site.label;" type="checkbox" command="abp-command-togglesitewhitelist"/>
56 <menuitem id="abp-status-whitelistpage" label="&whitelist.page.label;" type= "checkbox" command="abp-command-togglepagewhitelist"/> 56 <menuitem id="abp-status-whitelistpage" label="&whitelist.page.label;" type= "checkbox" command="abp-command-togglepagewhitelist"/>
57 <menuitem id="abp-status-disabled" label="&disable.label;" type="checkbox" k ey="abp-key-enable" command="abp-command-enable"/> 57 <menuitem id="abp-status-disabled" label="&disable.label;" type="checkbox" k ey="abp-key-enable" command="abp-command-enable"/>
58 <menuseparator/> 58 <menuseparator/>
59 <menu id="abp-status-options" label="&options.label;"> 59 <menu id="abp-status-options" label="&options.label;">
60 <menupopup id="abp-status-options-popup"> 60 <menupopup id="abp-status-options-popup">
61 <menuitem id="abp-status-frameobjects" label="&objecttabs.label;" type=" checkbox" command="abp-command-toggleobjtabs"/> 61 <menuitem id="abp-status-frameobjects" label="&objecttabs.label;" type=" checkbox" command="abp-command-toggleobjtabs"/>
62 <menuitem id="abp-status-savestats" label="&counthits.label;" type="chec kbox" command="abp-command-togglesavestats"/> 62 <menuitem id="abp-status-savestats" label="&counthits.label;" type="chec kbox" command="abp-command-togglesavestats"/>
63 <menuitem id="abp-status-sendstats" label="&sendstats.label;" type="chec kbox" command="abp-command-togglesendstats"/>
63 <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" comm and="abp-command-togglesync"/> 64 <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" comm and="abp-command-togglesync"/>
64 <menuseparator id="abp-status-iconSettingsSeparator"/> 65 <menuseparator id="abp-status-iconSettingsSeparator"/>
65 <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" ty pe="checkbox" command="abp-command-toggleshowintoolbar"/> 66 <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" ty pe="checkbox" command="abp-command-toggleshowintoolbar"/>
66 <menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label; " type="checkbox" command="abp-command-toggleshowinstatusbar"/> 67 <menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label; " type="checkbox" command="abp-command-toggleshowinstatusbar"/>
67 </menupopup> 68 </menupopup>
68 </menu> 69 </menu>
69 70
70 <hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="ce nter" align="center"> 71 <hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="ce nter" align="center">
71 <!-- noautoclose attribute tells Australis menu that it shouldn't close wh en 72 <!-- noautoclose attribute tells Australis menu that it shouldn't close wh en
72 these are clicked, see https://bugzilla.mozilla.org/show_bug.cgi?id=9 40693 --> 73 these are clicked, see https://bugzilla.mozilla.org/show_bug.cgi?id=9 40693 -->
73 <button class="abp-contributebutton-btn" label="&contribute.label;" comman d="abp-command-contribute" flex="1" noautoclose="true"/> 74 <button class="abp-contributebutton-btn" label="&contribute.label;" comman d="abp-command-contribute" flex="1" noautoclose="true"/>
74 <toolbarbutton class="abp-contributebutton-close" command="abp-command-con tribute-hide" noautoclose="true"/> 75 <toolbarbutton class="abp-contributebutton-close" command="abp-command-con tribute-hide" noautoclose="true"/>
75 </hbox> 76 </hbox>
76 </menupopup> 77 </menupopup>
77 78
78 <keyset id="abp-keyset"/> 79 <keyset id="abp-keyset"/>
79 80
80 <!-- Dummy oncommand attributes are work-arounds for bug 371900 --> 81 <!-- Dummy oncommand attributes are work-arounds for bug 371900 -->
81 <commandset id="abp-commandset"> 82 <commandset id="abp-commandset">
82 <command id="abp-command-sendReport" oncommand="//"/> 83 <command id="abp-command-sendReport" oncommand="//"/>
83 <command id="abp-command-filters" oncommand="//"/> 84 <command id="abp-command-filters" oncommand="//"/>
84 <command id="abp-command-settings" oncommand="//"/> 85 <command id="abp-command-settings" oncommand="//"/>
85 <command id="abp-command-sidebar" oncommand="//"/> 86 <command id="abp-command-sidebar" oncommand="//"/>
86 <command id="abp-command-togglesitewhitelist"/> 87 <command id="abp-command-togglesitewhitelist"/>
87 <command id="abp-command-togglepagewhitelist"/> 88 <command id="abp-command-togglepagewhitelist"/>
88 <command id="abp-command-toggleobjtabs"/> 89 <command id="abp-command-toggleobjtabs"/>
89 <command id="abp-command-togglesavestats"/> 90 <command id="abp-command-togglesavestats"/>
91 <command id="abp-command-togglesendstats"/>
90 <command id="abp-command-togglesync"/> 92 <command id="abp-command-togglesync"/>
91 <command id="abp-command-toggleshowintoolbar"/> 93 <command id="abp-command-toggleshowintoolbar"/>
92 <command id="abp-command-toggleshowinstatusbar"/> 94 <command id="abp-command-toggleshowinstatusbar"/>
93 <command id="abp-command-enable" oncommand="//"/> 95 <command id="abp-command-enable" oncommand="//"/>
94 <command id="abp-command-contribute"/> 96 <command id="abp-command-contribute"/>
95 <command id="abp-command-contribute-hide"/> 97 <command id="abp-command-contribute-hide"/>
96 </commandset> 98 </commandset>
97 99
98 <statusbarpanel id="abp-status" class="statusbarpanel-iconic" 100 <statusbarpanel id="abp-status" class="statusbarpanel-iconic"
99 tooltip="abp-tooltip"/> 101 tooltip="abp-tooltip"/>
(...skipping 23 matching lines...) Expand all
123 xmlns:html="http://www.w3.org/1999/xhtml"> 125 xmlns:html="http://www.w3.org/1999/xhtml">
124 <label id="abp-notification-title" class="header"/> 126 <label id="abp-notification-title" class="header"/>
125 <html:p id="abp-notification-message"/> 127 <html:p id="abp-notification-message"/>
126 <hbox id="abp-notification-question"> 128 <hbox id="abp-notification-question">
127 <button id="abp-notification-yes" label="&notification.button.yes;"/> 129 <button id="abp-notification-yes" label="&notification.button.yes;"/>
128 <button id="abp-notification-no" label="&notification.button.no;"/> 130 <button id="abp-notification-no" label="&notification.button.no;"/>
129 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton> 131 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton>
130 </hbox> 132 </hbox>
131 </panel> 133 </panel>
132 </overlay> 134 </overlay>
OLDNEW
« no previous file with comments | « no previous file | chrome/locale/en-US/overlay.dtd » ('j') | chrome/locale/en-US/overlay.dtd » ('J')

Powered by Google App Engine
This is Rietveld