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

Delta Between Two Patch Sets: config.xml

Issue 8493027: Acquired Opera AdBlock code (Closed)
Left Patch Set: Created Oct. 2, 2012, 1:15 p.m.
Right Patch Set: Created Oct. 8, 2012, 5:58 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 | « common/notification.js ('k') | design/default.css » ('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' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <widget xmlns="http://www.w3.org/ns/widgets" version="0.70" defaultlocale="en">» 2 <widget xmlns="http://www.w3.org/ns/widgets" version="0.72" defaultlocale="en" i d="https://addons.opera.com/extensions/details/opera-adblock/" href="https://add ons.opera.com/extensions/details/opera-adblock/">»
3 <!-- SETS EXTENSION INFORMATION --> 3 <!-- SETS EXTENSION INFORMATION -->
4 » <name>Opera AdBlock Next</name> 4 » <name>Adblock Plus</name>
5 » <author href="https://plus.google.com/u/0/100030264608059760955/" email= "leomike29@gmail.com">Léomike Hébert</author> 5 » <author href="http://adblockplus.org/">Adblock Plus Team</author>
6 » <icon src="/images/icon256.png"/> 6 » <icon src="/images/icon128.png"/>
7 » <description xml:lang="en">The true ad blocking solution for Opera</desc ription> 7 » <description xml:lang="en">Ads were yesterday! The successful extension Adblock Plus is now available for Opera.</description>
8 » <description xml:lang="fr">La véritable solution pour bloquer les public ités dans Opera</description>
9 » <description xml:lang="pt">A verdadeira solução de bloqueio de publicida de para o Opera</description>
10 » <description xml:lang="pl">Prawdziwe blokowanie reklam dla Opery</descri ption>
11 » <description xml:lang="nl">De echte reclamefilter voor Opera</descriptio n>
12 » <description xml:lang="ru">Отличное решение для блокировки рекламы в Опе ре</description>
13 » <description xml:lang="es">La verdadera solución en bloqueo de publicida d para Opera</description>
14 » <description xml:lang="zh">Opera上真正的广告过滤套件</description><!-- . = 。 -->
15 » <description xml:lang="vi">Giải pháp chặn quảng cáo thật sự cho Opera</d escription>
16 8
17 <!-- SETS DEFAULT PREFERENCE VALUES --> 9 <!-- SETS DEFAULT PREFERENCE VALUES -->
18 <preference name="fanboy" value="true"/> 10 <preference name="fanboy" value="true"/>
19 <preference name="fanboy-css" value="true"/> 11 <preference name="fanboy-css" value="true"/>
20 <preference name="interval" value="86400000"/> 12 <preference name="interval" value="86400000"/>
21 <!--<preference name="button" value="false"/>
22 <preference name="button-enabled" value="icon-red.png"/>
23 <preference name="button-disabled" value="icon-gray.png"/>
24 <preference name="master-switch" value="true"/>
25 <preference name="delay-launch" value="true"/>-->
26 13
27 <!-- SETS REQUIREMENTS --> 14 <!-- SETS REQUIREMENTS -->
28 <feature name="opera:urlfilter" required="true"/> <!-- Required to use t he URL Filter API --> 15 <feature name="opera:urlfilter" required="true"/> <!-- Required to use t he URL Filter API -->
29 <access origin="*" subdomains="true"/> <!-- Required to download the ad blocking lists --> 16 <access origin="*" subdomains="true"/> <!-- Required to download the ad blocking lists -->
30 </widget> 17 </widget>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld