Extension Blocklisting:Code Design: Difference between revisions

m
Line 43: Line 43:
       </versionRange>
       </versionRange>
     </emItem>
     </emItem>
     <emItem id="item_4@domain"/>
     <emItem id="item_4@domain">
      <versionRange>
        <targetApplication>
          <versionRange minVersion="1.5" maxVersion="1.5.*"/>
        </targetApplication>
      </versionRange>
    <emItem id="item_5@domain"/>
   </emItems>
   </emItems>
</blacklist></pre>
</blacklist></pre>
Line 49: Line 55:
* The <tt>item_2@domain</tt> Extension Manager item will be blacklisted if a version between <tt>3.1</tt> and <tt>4.*</tt> (e.g. less than <tt>5</tt>) is installed for all version of the current application.
* The <tt>item_2@domain</tt> Extension Manager item will be blacklisted if a version between <tt>3.1</tt> and <tt>4.*</tt> (e.g. less than <tt>5</tt>) is installed for all version of the current application.
* All version of the item_3@domain Extension Manager item will be blacklisted if the Firefox (e.g. <tt>id</tt> equal to <tt>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</tt>) version is between <tt>1.5</tt> and <tt>1.5.*</tt> (e.g. less than <tt>1.6</tt>).
* All version of the item_3@domain Extension Manager item will be blacklisted if the Firefox (e.g. <tt>id</tt> equal to <tt>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</tt>) version is between <tt>1.5</tt> and <tt>1.5.*</tt> (e.g. less than <tt>1.6</tt>).
* All versions of the <tt>item_4@domain</tt> Extension Manager item will be blacklisted for all version of the current application.
* All versions of the <tt>item_4@domain</tt> Extension Manager item will be blacklisted if the current application version is between <tt>1.5</tt> and <tt>1.5.*</tt> (e.g. less than <tt>1.6</tt>).
* All versions of the <tt>item_5@domain</tt> Extension Manager item will be blacklisted for all version of the current application.
Confirmed users
1,041

edits