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

Delta Between Two Patch Sets: chrome/content/ui/overlay.xul

Issue 4762316134416384: Issue 1670 - Removed "Hide placeholders" option from the UI (Firefox) (Closed)
Left Patch Set: Created Dec. 8, 2014, 6:10 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « chrome/content/ui/fennecSettings.xul ('k') | chrome/content/ui/settings.xul » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 79
80 <!-- Dummy oncommand attributes are work-arounds for bug 371900 --> 80 <!-- Dummy oncommand attributes are work-arounds for bug 371900 -->
81 <commandset id="abp-commandset"> 81 <commandset id="abp-commandset">
82 <command id="abp-command-sendReport" oncommand="//"/> 82 <command id="abp-command-sendReport" oncommand="//"/>
83 <command id="abp-command-filters" oncommand="//"/> 83 <command id="abp-command-filters" oncommand="//"/>
84 <command id="abp-command-settings" oncommand="//"/> 84 <command id="abp-command-settings" oncommand="//"/>
85 <command id="abp-command-sidebar" oncommand="//"/> 85 <command id="abp-command-sidebar" oncommand="//"/>
86 <command id="abp-command-togglesitewhitelist"/> 86 <command id="abp-command-togglesitewhitelist"/>
87 <command id="abp-command-togglepagewhitelist"/> 87 <command id="abp-command-togglepagewhitelist"/>
88 <command id="abp-command-toggleobjtabs"/> 88 <command id="abp-command-toggleobjtabs"/>
89 <command id="abp-command-togglecollapse"/>
Wladimir Palant 2014/12/11 10:24:13 And what about this?
Sebastian Noack 2014/12/11 10:41:28 Done.
90 <command id="abp-command-togglesavestats"/> 89 <command id="abp-command-togglesavestats"/>
91 <command id="abp-command-togglesync"/> 90 <command id="abp-command-togglesync"/>
92 <command id="abp-command-toggleshowintoolbar"/> 91 <command id="abp-command-toggleshowintoolbar"/>
93 <command id="abp-command-toggleshowinstatusbar"/> 92 <command id="abp-command-toggleshowinstatusbar"/>
94 <command id="abp-command-enable" oncommand="//"/> 93 <command id="abp-command-enable" oncommand="//"/>
95 <command id="abp-command-contribute"/> 94 <command id="abp-command-contribute"/>
96 <command id="abp-command-contribute-hide"/> 95 <command id="abp-command-contribute-hide"/>
97 </commandset> 96 </commandset>
98 97
99 <statusbarpanel id="abp-status" class="statusbarpanel-iconic" 98 <statusbarpanel id="abp-status" class="statusbarpanel-iconic"
(...skipping 24 matching lines...) Expand all
124 xmlns:html="http://www.w3.org/1999/xhtml"> 123 xmlns:html="http://www.w3.org/1999/xhtml">
125 <label id="abp-notification-title" class="header"/> 124 <label id="abp-notification-title" class="header"/>
126 <html:p id="abp-notification-message"/> 125 <html:p id="abp-notification-message"/>
127 <hbox id="abp-notification-question"> 126 <hbox id="abp-notification-question">
128 <button id="abp-notification-yes" label="&notification.button.yes;"/> 127 <button id="abp-notification-yes" label="&notification.button.yes;"/>
129 <button id="abp-notification-no" label="&notification.button.no;"/> 128 <button id="abp-notification-no" label="&notification.button.no;"/>
130 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton> 129 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton>
131 </hbox> 130 </hbox>
132 </panel> 131 </panel>
133 </overlay> 132 </overlay>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld