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

Side by Side Diff: config.xml

Issue 8614114: Require opera:contextmenus feature (Closed)
Patch Set: Created Oct. 22, 2012, 2:59 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 | « no previous file | no next file » | 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' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
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/"> 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>Adblock Plus</name> 4 <name>Adblock Plus</name>
5 <author href="http://adblockplus.org/">Adblock Plus Team</author> 5 <author href="http://adblockplus.org/">Adblock Plus Team</author>
6 <icon src="/icons/abp-128.png"/> 6 <icon src="/icons/abp-128.png"/>
7 <description xml:lang="en">Ads were yesterday! The successful extension Adbloc k Plus is now available for Opera.</description> 7 <description xml:lang="en">Ads were yesterday! The successful extension Adbloc k Plus is now available for Opera.</description>
8 8
9 <!-- SETS REQUIREMENTS --> 9 <!-- SETS REQUIREMENTS -->
10 <feature name="opera:urlfilter" required="true"/> <!-- Required to use the URL Filter API --> 10 <feature name="opera:urlfilter" required="true"/> <!-- Required to use the URL Filter API -->
11 <feature name="opera:contextmenus" required="true"/>
11 <access origin="*" subdomains="true"/> <!-- Required to download the ad blocki ng lists --> 12 <access origin="*" subdomains="true"/> <!-- Required to download the ad blocki ng lists -->
12 </widget> 13 </widget>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld