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

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

Issue 8559070: Integrated URL Fixer into Adblock Plus (Closed)
Left Patch Set: Changes to opt-in notification text Created Oct. 19, 2012, 3:14 p.m.
Right Patch Set: Created Nov. 9, 2012, 3:21 p.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 | « no previous file | chrome/content/ui/filters.js » ('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 <!-- This Source Code is subject to the terms of the Mozilla Public License 3 <!-- This Source Code is subject to the terms of the Mozilla Public License
4 - version 2.0 (the "License"). You can obtain a copy of the License at 4 - version 2.0 (the "License"). You can obtain a copy of the License at
5 - http://mozilla.org/MPL/2.0/. --> 5 - http://mozilla.org/MPL/2.0/. -->
6 6
7 <!DOCTYPE vbox [ 7 <!DOCTYPE vbox [
8 <!ENTITY % overlayDTD SYSTEM "chrome://adblockplus/locale/overlay.dtd"> 8 <!ENTITY % overlayDTD SYSTEM "chrome://adblockplus/locale/overlay.dtd">
9 %overlayDTD; 9 %overlayDTD;
10 <!ENTITY % filtersDTD SYSTEM "chrome://adblockplus/locale/filters.dtd"> 10 <!ENTITY % filtersDTD SYSTEM "chrome://adblockplus/locale/filters.dtd">
11 %filtersDTD; 11 %filtersDTD;
12 ]> 12 ]>
13 13
14 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 14 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
15 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit le="&disable.label;"/> 15 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit le="&disable.label;"/>
16 <setting type="control" title="&subscriptions.tab.label;"> 16 <setting type="control" title="&subscriptions.tab.label;">
17 <menulist id="adblockplus-subscription-list"/> 17 <menulist id="adblockplus-subscription-list"/>
18 </setting> 18 </setting>
19 <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.lab el;" 19 <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.lab el;"
20 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat chEvent(event);}"/> 20 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat chEvent(event);}"/>
21 <setting pref="extensions.adblockplus.fastcollapse" type="bool" title="&hidepl aceholders.label;" 21 <setting pref="extensions.adblockplus.fastcollapse" type="bool" title="&hidepl aceholders.label;"
22 inverted="true"/> 22 inverted="true"/>
23 <setting id="adblockplus-sync" type="bool" title="&sync.label;" 23 <setting id="adblockplus-sync" type="bool" title="&sync.label;"
24 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat chEvent(event);}"/> 24 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat chEvent(event);}"/>
25 <setting id="adblockplus-typoCorrection" type="bool" title="&typoCorrections.e nableLabel;" oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {even t = document.createEvent('Events'); event.initEvent('command', false, false); th is.dispatchEvent(event);}"/> 25 <setting id="adblockplus-typoCorrection" type="bool" title="&typoCorrections.e nableLabel;" pref="extensions.adblockplus.correctTypos"/>
Wladimir Palant 2012/11/09 08:26:15 Please use a pref="" attribute and remove custom c
26 </vbox> 26 </vbox>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld