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

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

Issue 6526453483044864: Issue 2193 - Added notification opt-out (Firefox) (Closed)
Patch Set: Created June 26, 2015, 3:29 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 | « 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 <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 13 matching lines...) Expand all
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 id="adblockplus-savestats" type="bool" title="&counthits.label;"/> 32 <setting id="adblockplus-savestats" type="bool" title="&counthits.label;"/>
33 <setting id="adblockplus-sync" type="bool" title="&sync.label;"/> 33 <setting id="adblockplus-sync" type="bool" title="&sync.label;"/>
34 <setting id="adblockplus-shownotifications" type="bool" title="&shownotificati ons.label;"/>
34 <setting id="adblockplus-showintoolbar" type="bool" title="&showintoolbar.labe l;"/> 35 <setting id="adblockplus-showintoolbar" type="bool" title="&showintoolbar.labe l;"/>
35 <setting id="adblockplus-showinstatusbar" pref="extensions.adblockplus.showins tatusbar" type="bool" title="&showinstatusbar.label;"/> 36 <setting id="adblockplus-showinstatusbar" pref="extensions.adblockplus.showins tatusbar" type="bool" title="&showinstatusbar.label;"/>
36 </window> 37 </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