Bug 1357069 - Update pdf.js to version 1.8.229. r=bdahl

--HG--
extra : histedit_source : e48c60969151f177d3d841834e06c437ee463c77%2Cd981da974d30238357ffc03d4262e5bb4f4c87e4
This commit is contained in:
Ryan VanderMeulen 2017-04-17 09:28:32 -04:00
Родитель f0e7f41c03
Коммит a09005c936
6 изменённых файлов: 7988 добавлений и 7724 удалений

Просмотреть файл

@ -1,3 +1,3 @@
This is the pdf.js project output, https://github.com/mozilla/pdf.js
Current extension version is: 1.8.183
Current extension version is: 1.8.229

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -201,6 +201,7 @@
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .fileAttachmentAnnotation {
cursor: pointer;
}

Просмотреть файл

@ -280,8 +280,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<p id="passwordText" data-l10n-id="password_label">Enter the password to open this PDF file:</p>
</div>
<div class="row">
<!-- The type="password" attribute is set via script, to prevent warnings in Firefox for all http:// documents. -->
<input id="password" class="toolbarField">
<input type="password" id="password" class="toolbarField">
</div>
<div class="buttonRow">
<button id="passwordCancel" class="overlayButton"><span data-l10n-id="password_cancel">Cancel</span></button>

Разница между файлами не показана из-за своего большого размера Загрузить разницу