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

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

Issue 4762316134416384: Issue 1670 - Removed "Hide placeholders" option from the UI (Firefox) (Closed)
Patch Set: Removed remaining UI code, updated version check Created Dec. 11, 2014, 10:40 a.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/ui/fennecSettings.xul ('k') | chrome/content/ui/settings.xul » ('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 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH 5 - Copyright (C) 2006-2014 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <menuitem id="abp-status-closebottombar" label="&closesidebar.label;" key="a bp-key-sidebar" command="abp-command-sidebar"/> 52 <menuitem id="abp-status-closebottombar" label="&closesidebar.label;" key="a bp-key-sidebar" command="abp-command-sidebar"/>
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-slowcollapse" label="&hideplaceholders.label;" type="checkbox" command="abp-command-togglecollapse"/>
63 <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"/>
64 <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" comm and="abp-command-togglesync"/> 63 <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" comm and="abp-command-togglesync"/>
65 <menuseparator id="abp-status-iconSettingsSeparator"/> 64 <menuseparator id="abp-status-iconSettingsSeparator"/>
66 <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" ty pe="checkbox" command="abp-command-toggleshowintoolbar"/> 65 <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" ty pe="checkbox" command="abp-command-toggleshowintoolbar"/>
67 <menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label; " type="checkbox" command="abp-command-toggleshowinstatusbar"/> 66 <menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label; " type="checkbox" command="abp-command-toggleshowinstatusbar"/>
68 </menupopup> 67 </menupopup>
69 </menu> 68 </menu>
70 69
71 <hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="ce nter" align="center"> 70 <hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="ce nter" align="center">
72 <!-- noautoclose attribute tells Australis menu that it shouldn't close wh en 71 <!-- noautoclose attribute tells Australis menu that it shouldn't close wh en
73 these are clicked, see https://bugzilla.mozilla.org/show_bug.cgi?id=9 40693 --> 72 these are clicked, see https://bugzilla.mozilla.org/show_bug.cgi?id=9 40693 -->
74 <button class="abp-contributebutton-btn" label="&contribute.label;" comman d="abp-command-contribute" flex="1" noautoclose="true"/> 73 <button class="abp-contributebutton-btn" label="&contribute.label;" comman d="abp-command-contribute" flex="1" noautoclose="true"/>
75 <toolbarbutton class="abp-contributebutton-close" command="abp-command-con tribute-hide" noautoclose="true"/> 74 <toolbarbutton class="abp-contributebutton-close" command="abp-command-con tribute-hide" noautoclose="true"/>
76 </hbox> 75 </hbox>
77 </menupopup> 76 </menupopup>
78 77
79 <keyset id="abp-keyset"/> 78 <keyset id="abp-keyset"/>
80 79
81 <!-- Dummy oncommand attributes are work-arounds for bug 371900 --> 80 <!-- Dummy oncommand attributes are work-arounds for bug 371900 -->
82 <commandset id="abp-commandset"> 81 <commandset id="abp-commandset">
83 <command id="abp-command-sendReport" oncommand="//"/> 82 <command id="abp-command-sendReport" oncommand="//"/>
84 <command id="abp-command-filters" oncommand="//"/> 83 <command id="abp-command-filters" oncommand="//"/>
85 <command id="abp-command-settings" oncommand="//"/> 84 <command id="abp-command-settings" oncommand="//"/>
86 <command id="abp-command-sidebar" oncommand="//"/> 85 <command id="abp-command-sidebar" oncommand="//"/>
87 <command id="abp-command-togglesitewhitelist"/> 86 <command id="abp-command-togglesitewhitelist"/>
88 <command id="abp-command-togglepagewhitelist"/> 87 <command id="abp-command-togglepagewhitelist"/>
89 <command id="abp-command-toggleobjtabs"/> 88 <command id="abp-command-toggleobjtabs"/>
90 <command id="abp-command-togglecollapse"/>
91 <command id="abp-command-togglesavestats"/> 89 <command id="abp-command-togglesavestats"/>
92 <command id="abp-command-togglesync"/> 90 <command id="abp-command-togglesync"/>
93 <command id="abp-command-toggleshowintoolbar"/> 91 <command id="abp-command-toggleshowintoolbar"/>
94 <command id="abp-command-toggleshowinstatusbar"/> 92 <command id="abp-command-toggleshowinstatusbar"/>
95 <command id="abp-command-enable" oncommand="//"/> 93 <command id="abp-command-enable" oncommand="//"/>
96 <command id="abp-command-contribute"/> 94 <command id="abp-command-contribute"/>
97 <command id="abp-command-contribute-hide"/> 95 <command id="abp-command-contribute-hide"/>
98 </commandset> 96 </commandset>
99 97
100 <statusbarpanel id="abp-status" class="statusbarpanel-iconic" 98 <statusbarpanel id="abp-status" class="statusbarpanel-iconic"
(...skipping 24 matching lines...) Expand all
125 xmlns:html="http://www.w3.org/1999/xhtml"> 123 xmlns:html="http://www.w3.org/1999/xhtml">
126 <label id="abp-notification-title" class="header"/> 124 <label id="abp-notification-title" class="header"/>
127 <html:p id="abp-notification-message"/> 125 <html:p id="abp-notification-message"/>
128 <hbox id="abp-notification-question"> 126 <hbox id="abp-notification-question">
129 <button id="abp-notification-yes" label="&notification.button.yes;"/> 127 <button id="abp-notification-yes" label="&notification.button.yes;"/>
130 <button id="abp-notification-no" label="&notification.button.no;"/> 128 <button id="abp-notification-no" label="&notification.button.no;"/>
131 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton> 129 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton>
132 </hbox> 130 </hbox>
133 </panel> 131 </panel>
134 </overlay> 132 </overlay>
OLDNEW
« no previous file with comments | « chrome/content/ui/fennecSettings.xul ('k') | chrome/content/ui/settings.xul » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld