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

Side by Side Diff: chrome/content/ui/settings.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/overlay.xul ('k') | chrome/locale/en-US/overlay.dtd » ('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 11 matching lines...) Expand all
22 <window 22 <window
23 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 23 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
24 width="1" 24 width="1"
25 height="1" 25 height="1"
26 onload="window.close();"> <!-- Close window if it gets opened directly for some reason --> 26 onload="window.close();"> <!-- Close window if it gets opened directly for some reason -->
27 <setting type="control"> 27 <setting type="control">
28 <button id="adblockplus-filters" label="&filters.label;…"/> 28 <button id="adblockplus-filters" label="&filters.label;…"/>
29 </setting> 29 </setting>
30 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit le="&disable.label;"/> 30 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit le="&disable.label;"/>
31 <setting pref="extensions.adblockplus.frameobjects" type="bool" title="&object tabs.label;"/> 31 <setting pref="extensions.adblockplus.frameobjects" type="bool" title="&object tabs.label;"/>
32 <setting pref="extensions.adblockplus.fastcollapse" type="bool" inverted="true " title="&hideplaceholders.label;"/>
33 <setting id="adblockplus-savestats" type="bool" title="&counthits.label;"/> 32 <setting id="adblockplus-savestats" type="bool" title="&counthits.label;"/>
34 <setting id="adblockplus-sync" type="bool" title="&sync.label;"/> 33 <setting id="adblockplus-sync" type="bool" title="&sync.label;"/>
35 <setting id="adblockplus-showintoolbar" type="bool" title="&showintoolbar.labe l;"/> 34 <setting id="adblockplus-showintoolbar" type="bool" title="&showintoolbar.labe l;"/>
36 <setting id="adblockplus-showinstatusbar" pref="extensions.adblockplus.showins tatusbar" type="bool" title="&showinstatusbar.label;"/> 35 <setting id="adblockplus-showinstatusbar" pref="extensions.adblockplus.showins tatusbar" type="bool" title="&showinstatusbar.label;"/>
37 </window> 36 </window>
OLDNEW
« no previous file with comments | « chrome/content/ui/overlay.xul ('k') | chrome/locale/en-US/overlay.dtd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld