Browse Source

PDF.js version 1.8.605 - See mozilla/pdf.js@ace9de6f7d99b253a17e8273dac7a3f0f06d8175

master v1.8.605
pdfjsbot 8 years ago
parent
commit
9cb5bc1f8e
  1. 2
      bower.json
  2. 17
      build/pdf.combined.js
  3. 2
      build/pdf.combined.js.map
  4. 12
      build/pdf.js
  5. 2
      build/pdf.js.map
  6. 4
      build/pdf.min.js
  7. 9
      build/pdf.worker.js
  8. 2
      build/pdf.worker.js.map
  9. 10
      build/pdf.worker.min.js
  10. 5
      lib/core/fonts.js
  11. 4
      lib/display/api.js
  12. 4
      lib/display/global.js
  13. 4
      lib/pdf.js
  14. 4
      lib/pdf.worker.js
  15. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.8.603",
"version": "1.8.605",
"main": [
"build/pdf.js",
"build/pdf.worker.js"

17
build/pdf.combined.js

@ -7091,8 +7091,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { @@ -7091,8 +7091,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
var version, build;
{
exports.version = version = '1.8.603';
exports.build = build = 'bbf5b4d7';
exports.version = version = '1.8.605';
exports.build = build = 'ace9de6f';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;
@ -28201,8 +28201,8 @@ if (!_util.globalScope.PDFJS) { @@ -28201,8 +28201,8 @@ if (!_util.globalScope.PDFJS) {
}
var PDFJS = _util.globalScope.PDFJS;
{
PDFJS.version = '1.8.603';
PDFJS.build = 'bbf5b4d7';
PDFJS.version = '1.8.605';
PDFJS.build = 'ace9de6f';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {
@ -35648,6 +35648,9 @@ var Font = function FontClosure() { @@ -35648,6 +35648,9 @@ var Font = function FontClosure() {
var encodingId = font.getUint16();
var offset = font.getInt32() >>> 0;
var useTable = false;
if (potentialTable && potentialTable.platformId === platformId && potentialTable.encodingId === encodingId) {
continue;
}
if (platformId === 0 && encodingId === 0) {
useTable = true;
} else if (platformId === 1 && encodingId === 0) {
@ -36493,12 +36496,10 @@ var Font = function FontClosure() { @@ -36493,12 +36496,10 @@ var Font = function FontClosure() {
if (cmapMappings[i].charCode !== unicodeOrCharCode) {
continue;
}
if (hasGlyph(cmapMappings[i].glyphId)) {
charCodeToGlyphId[charCode] = cmapMappings[i].glyphId;
found = true;
break;
}
}
if (!found && properties.glyphNames) {
var glyphId = properties.glyphNames.indexOf(glyphName);
if (glyphId === -1 && standardGlyphName !== glyphName) {
@ -47699,8 +47700,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream; @@ -47699,8 +47700,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream;
"use strict";
var pdfjsVersion = '1.8.603';
var pdfjsBuild = 'bbf5b4d7';
var pdfjsVersion = '1.8.605';
var pdfjsBuild = 'ace9de6f';
var pdfjsSharedUtil = __w_pdfjs_require__(0);
var pdfjsDisplayGlobal = __w_pdfjs_require__(24);
var pdfjsDisplayAPI = __w_pdfjs_require__(7);

2
build/pdf.combined.js.map

File diff suppressed because one or more lines are too long

12
build/pdf.js

@ -3342,8 +3342,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { @@ -3342,8 +3342,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
var version, build;
{
exports.version = version = '1.8.603';
exports.build = build = 'bbf5b4d7';
exports.version = version = '1.8.605';
exports.build = build = 'ace9de6f';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;
@ -6053,8 +6053,8 @@ if (!_util.globalScope.PDFJS) { @@ -6053,8 +6053,8 @@ if (!_util.globalScope.PDFJS) {
}
var PDFJS = _util.globalScope.PDFJS;
{
PDFJS.version = '1.8.603';
PDFJS.build = 'bbf5b4d7';
PDFJS.version = '1.8.605';
PDFJS.build = 'ace9de6f';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {
@ -12331,8 +12331,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream; @@ -12331,8 +12331,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream;
"use strict";
var pdfjsVersion = '1.8.603';
var pdfjsBuild = 'bbf5b4d7';
var pdfjsVersion = '1.8.605';
var pdfjsBuild = 'ace9de6f';
var pdfjsSharedUtil = __w_pdfjs_require__(0);
var pdfjsDisplayGlobal = __w_pdfjs_require__(8);
var pdfjsDisplayAPI = __w_pdfjs_require__(2);

2
build/pdf.js.map

File diff suppressed because one or more lines are too long

4
build/pdf.min.js vendored

File diff suppressed because one or more lines are too long

9
build/pdf.worker.js vendored

@ -31171,6 +31171,9 @@ var Font = function FontClosure() { @@ -31171,6 +31171,9 @@ var Font = function FontClosure() {
var encodingId = font.getUint16();
var offset = font.getInt32() >>> 0;
var useTable = false;
if (potentialTable && potentialTable.platformId === platformId && potentialTable.encodingId === encodingId) {
continue;
}
if (platformId === 0 && encodingId === 0) {
useTable = true;
} else if (platformId === 1 && encodingId === 0) {
@ -32016,12 +32019,10 @@ var Font = function FontClosure() { @@ -32016,12 +32019,10 @@ var Font = function FontClosure() {
if (cmapMappings[i].charCode !== unicodeOrCharCode) {
continue;
}
if (hasGlyph(cmapMappings[i].glyphId)) {
charCodeToGlyphId[charCode] = cmapMappings[i].glyphId;
found = true;
break;
}
}
if (!found && properties.glyphNames) {
var glyphId = properties.glyphNames.indexOf(glyphName);
if (glyphId === -1 && standardGlyphName !== glyphName) {
@ -39994,8 +39995,8 @@ exports.Type1Parser = Type1Parser; @@ -39994,8 +39995,8 @@ exports.Type1Parser = Type1Parser;
"use strict";
var pdfjsVersion = '1.8.603';
var pdfjsBuild = 'bbf5b4d7';
var pdfjsVersion = '1.8.605';
var pdfjsBuild = 'ace9de6f';
var pdfjsCoreWorker = __w_pdfjs_require__(17);
exports.WorkerMessageHandler = pdfjsCoreWorker.WorkerMessageHandler;

2
build/pdf.worker.js.map vendored

File diff suppressed because one or more lines are too long

10
build/pdf.worker.min.js vendored

File diff suppressed because one or more lines are too long

5
lib/core/fonts.js

@ -925,6 +925,9 @@ var Font = function FontClosure() { @@ -925,6 +925,9 @@ var Font = function FontClosure() {
var encodingId = font.getUint16();
var offset = font.getInt32() >>> 0;
var useTable = false;
if (potentialTable && potentialTable.platformId === platformId && potentialTable.encodingId === encodingId) {
continue;
}
if (platformId === 0 && encodingId === 0) {
useTable = true;
} else if (platformId === 1 && encodingId === 0) {
@ -1770,12 +1773,10 @@ var Font = function FontClosure() { @@ -1770,12 +1773,10 @@ var Font = function FontClosure() {
if (cmapMappings[i].charCode !== unicodeOrCharCode) {
continue;
}
if (hasGlyph(cmapMappings[i].glyphId)) {
charCodeToGlyphId[charCode] = cmapMappings[i].glyphId;
found = true;
break;
}
}
if (!found && properties.glyphNames) {
var glyphId = properties.glyphNames.indexOf(glyphName);
if (glyphId === -1 && standardGlyphName !== glyphName) {

4
lib/display/api.js

@ -1575,8 +1575,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { @@ -1575,8 +1575,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
var version, build;
{
exports.version = version = '1.8.603';
exports.build = build = 'bbf5b4d7';
exports.version = version = '1.8.605';
exports.build = build = 'ace9de6f';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;

4
lib/display/global.js

@ -39,8 +39,8 @@ if (!_util.globalScope.PDFJS) { @@ -39,8 +39,8 @@ if (!_util.globalScope.PDFJS) {
}
var PDFJS = _util.globalScope.PDFJS;
{
PDFJS.version = '1.8.603';
PDFJS.build = 'bbf5b4d7';
PDFJS.version = '1.8.605';
PDFJS.build = 'ace9de6f';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {

4
lib/pdf.js

@ -14,8 +14,8 @@ @@ -14,8 +14,8 @@
*/
'use strict';
var pdfjsVersion = '1.8.603';
var pdfjsBuild = 'bbf5b4d7';
var pdfjsVersion = '1.8.605';
var pdfjsBuild = 'ace9de6f';
var pdfjsSharedUtil = require('./shared/util.js');
var pdfjsDisplayGlobal = require('./display/global.js');
var pdfjsDisplayAPI = require('./display/api.js');

4
lib/pdf.worker.js vendored

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
*/
'use strict';
var pdfjsVersion = '1.8.603';
var pdfjsBuild = 'bbf5b4d7';
var pdfjsVersion = '1.8.605';
var pdfjsBuild = 'ace9de6f';
var pdfjsCoreWorker = require('./core/worker.js');
exports.WorkerMessageHandler = pdfjsCoreWorker.WorkerMessageHandler;

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.8.603",
"version": "1.8.605",
"main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [

Loading…
Cancel
Save