Skip to content

Commit

Permalink
Changing Firefox Addon ID
Browse files Browse the repository at this point in the history
.. to allow AMO publishing to the unlisted extensions for automatic signing.
  • Loading branch information
yurydelendik committed Dec 18, 2015
1 parent a8d760d commit b178d5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extensions/firefox/content/PdfJsTelemetry-addon.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ this.EXPORTED_SYMBOLS = ['PdfJsTelemetry'];
const Cu = Components.utils;
Cu.import('resource://gre/modules/Services.jsm');

const ADDON_ID = 'uriloader@pdf.js';
const ADDON_ID = 'viewer@pdf.js';

var Telemetry = Services.telemetry;

Expand Down
8 changes: 4 additions & 4 deletions extensions/firefox/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<Description about="urn:mozilla:install-manifest">
<em:id>uriloader@pdf.js</em:id>
<em:id>viewer@pdf.js</em:id>
<!-- PDFJS_LOCALIZED_METADATA -->
<em:name>PDF Viewer</em:name>
<em:version>PDFJSSCRIPT_VERSION</em:version>
Expand All @@ -14,7 +14,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>10.0</em:minVersion>
<em:maxVersion>15.0a1</em:maxVersion>
<em:maxVersion>46.0a1</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -23,7 +23,7 @@
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.7</em:minVersion>
<em:maxVersion>2.12a1</em:maxVersion>
<em:maxVersion>2.39</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -32,7 +32,7 @@
<Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>11.0</em:minVersion>
<em:maxVersion>16.0a1</em:maxVersion>
<em:maxVersion>46.0a1</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
2 changes: 1 addition & 1 deletion extensions/firefox/update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<RDF:Description about="urn:mozilla:extension:uriloader@pdf.js">
<RDF:Description about="urn:mozilla:extension:viewer@pdf.js">
<em:updates>
<RDF:Seq>
<RDF:li>
Expand Down

0 comments on commit b178d5d

Please sign in to comment.