Browse Source

PDF.js version 1.2.123 - See mozilla/pdf.js@99f9b523c2c4092d370934612338956f566edf2d

master v1.2.123
Pdf Bot 9 years ago
parent
commit
f06a7c3c24
  1. 2
      bower.json
  2. 8
      build/pdf.combined.js
  3. 6
      build/pdf.js
  4. 8
      build/pdf.worker.js
  5. 2
      package.json
  6. 2
      web/compatibility.js
  7. 2
      web/pdf_viewer.js

2
bower.json

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

8
build/pdf.combined.js

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.2.121';
PDFJS.build = '37f511c';
PDFJS.version = '1.2.123';
PDFJS.build = '99f9b52';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -41707,6 +41705,7 @@ var ArithmeticDecoder = (function ArithmeticDecoderClosure() { @@ -41707,6 +41705,7 @@ var ArithmeticDecoder = (function ArithmeticDecoderClosure() {
})();
var JpegImage = (function jpegImage() {
var dctZigZag = new Uint8Array([
0,
@ -46385,6 +46384,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() { @@ -46385,6 +46384,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() {
})();
var MurmurHash3_64 = (function MurmurHash3_64Closure (seed) {
// Workaround for missing math precison in JS.
var MASK_HIGH = 0xffff0000;

6
build/pdf.js

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.2.121';
PDFJS.build = '37f511c';
PDFJS.version = '1.2.123';
PDFJS.build = '99f9b52';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it

8
build/pdf.worker.js vendored

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.2.121';
PDFJS.build = '37f511c';
PDFJS.version = '1.2.123';
PDFJS.build = '99f9b52';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -35126,6 +35124,7 @@ var ArithmeticDecoder = (function ArithmeticDecoderClosure() { @@ -35126,6 +35124,7 @@ var ArithmeticDecoder = (function ArithmeticDecoderClosure() {
})();
var JpegImage = (function jpegImage() {
var dctZigZag = new Uint8Array([
0,
@ -39804,6 +39803,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() { @@ -39804,6 +39803,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() {
})();
var MurmurHash3_64 = (function MurmurHash3_64Closure (seed) {
// Workaround for missing math precison in JS.
var MASK_HIGH = 0xffff0000;

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.2.121",
"version": "1.2.123",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [
"Mozilla",

2
web/compatibility.js

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");

2
web/pdf_viewer.js

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");

Loading…
Cancel
Save