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

Side by Side Diff: chrome/content/ui/fennecSettings.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 | « no previous file | chrome/content/ui/overlay.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 13 matching lines...) Expand all
24 %filtersDTD; 24 %filtersDTD;
25 ]> 25 ]>
26 26
27 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 27 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
28 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit le="&disable.label;"/> 28 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit le="&disable.label;"/>
29 <setting type="control" title="&subscriptions.tab.label;"> 29 <setting type="control" title="&subscriptions.tab.label;">
30 <menulist id="adblockplus-subscription-list"/> 30 <menulist id="adblockplus-subscription-list"/>
31 </setting> 31 </setting>
32 <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.lab el;" 32 <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.lab el;"
33 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat chEvent(event);}"/> 33 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat chEvent(event);}"/>
34 <setting pref="extensions.adblockplus.fastcollapse" type="bool" title="&hidepl aceholders.label;"
35 inverted="true"/>
36 <setting id="adblockplus-sync" type="bool" title="&sync.label;" 34 <setting id="adblockplus-sync" type="bool" title="&sync.label;"
37 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat chEvent(event);}"/> 35 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat chEvent(event);}"/>
38 </vbox> 36 </vbox>
OLDNEW
« no previous file with comments | « no previous file | chrome/content/ui/overlay.xul » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld