Browse Source

PDF.js version 2.0.236 - See mozilla/pdf.js@18d82d9c548749ae50db807aab8fb5ce4a7fd8e8

master v2.0.236
pdfjsbot 7 years ago
parent
commit
f701bb2faa
  1. 2
      bower.json
  2. 25
      build/pdf.combined.js
  3. 2
      build/pdf.combined.js.map
  4. 23
      build/pdf.js
  5. 2
      build/pdf.js.map
  6. 2
      build/pdf.min.js
  7. 15
      build/pdf.worker.js
  8. 2
      build/pdf.worker.js.map
  9. 2
      build/pdf.worker.min.js
  10. 9
      lib/core/annotation.js
  11. 9
      lib/core/arithmetic_decoder.js
  12. 9
      lib/core/bidi.js
  13. 9
      lib/core/ccitt.js
  14. 9
      lib/core/ccitt_stream.js
  15. 9
      lib/core/cff_parser.js
  16. 9
      lib/core/charsets.js
  17. 9
      lib/core/chunked_stream.js
  18. 9
      lib/core/cmap.js
  19. 9
      lib/core/colorspace.js
  20. 9
      lib/core/crypto.js
  21. 9
      lib/core/document.js
  22. 9
      lib/core/encodings.js
  23. 9
      lib/core/evaluator.js
  24. 9
      lib/core/font_renderer.js
  25. 9
      lib/core/fonts.js
  26. 9
      lib/core/function.js
  27. 9
      lib/core/glyphlist.js
  28. 9
      lib/core/image.js
  29. 9
      lib/core/jbig2.js
  30. 9
      lib/core/jbig2_stream.js
  31. 9
      lib/core/jpeg_stream.js
  32. 9
      lib/core/jpg.js
  33. 9
      lib/core/jpx.js
  34. 9
      lib/core/jpx_stream.js
  35. 9
      lib/core/metrics.js
  36. 9
      lib/core/murmurhash3.js
  37. 9
      lib/core/obj.js
  38. 9
      lib/core/operator_list.js
  39. 9
      lib/core/parser.js
  40. 9
      lib/core/pattern.js
  41. 9
      lib/core/pdf_manager.js
  42. 9
      lib/core/primitives.js
  43. 9
      lib/core/ps_parser.js
  44. 9
      lib/core/standard_fonts.js
  45. 9
      lib/core/stream.js
  46. 9
      lib/core/type1_parser.js
  47. 9
      lib/core/unicode.js
  48. 11
      lib/core/worker.js
  49. 9
      lib/display/annotation_layer.js
  50. 15
      lib/display/api.js
  51. 9
      lib/display/canvas.js
  52. 9
      lib/display/dom_utils.js
  53. 9
      lib/display/fetch_stream.js
  54. 9
      lib/display/font_loader.js
  55. 13
      lib/display/global.js
  56. 9
      lib/display/metadata.js
  57. 9
      lib/display/network.js
  58. 9
      lib/display/network_utils.js
  59. 9
      lib/display/node_stream.js
  60. 9
      lib/display/pattern_helper.js
  61. 9
      lib/display/svg.js
  62. 9
      lib/display/text_layer.js
  63. 9
      lib/display/transport_stream.js
  64. 9
      lib/display/webgl.js
  65. 9
      lib/examples/node/domstubs.js
  66. 13
      lib/pdf.js
  67. 13
      lib/pdf.worker.js
  68. 9
      lib/shared/compatibility.js
  69. 9
      lib/shared/global_scope.js
  70. 9
      lib/shared/streams_polyfill.js
  71. 9
      lib/shared/util.js
  72. 9
      lib/test/unit/annotation_spec.js
  73. 9
      lib/test/unit/api_spec.js
  74. 9
      lib/test/unit/bidi_spec.js
  75. 9
      lib/test/unit/cff_parser_spec.js
  76. 9
      lib/test/unit/cmap_spec.js
  77. 9
      lib/test/unit/colorspace_spec.js
  78. 9
      lib/test/unit/crypto_spec.js
  79. 9
      lib/test/unit/custom_spec.js
  80. 9
      lib/test/unit/display_svg_spec.js
  81. 9
      lib/test/unit/document_spec.js
  82. 9
      lib/test/unit/dom_utils_spec.js
  83. 9
      lib/test/unit/encodings_spec.js
  84. 9
      lib/test/unit/evaluator_spec.js
  85. 9
      lib/test/unit/fonts_spec.js
  86. 9
      lib/test/unit/function_spec.js
  87. 9
      lib/test/unit/jasmine-boot.js
  88. 9
      lib/test/unit/metadata_spec.js
  89. 9
      lib/test/unit/murmurhash3_spec.js
  90. 9
      lib/test/unit/network_spec.js
  91. 9
      lib/test/unit/network_utils_spec.js
  92. 9
      lib/test/unit/node_stream_spec.js
  93. 9
      lib/test/unit/parser_spec.js
  94. 9
      lib/test/unit/pdf_history_spec.js
  95. 9
      lib/test/unit/primitives_spec.js
  96. 9
      lib/test/unit/stream_spec.js
  97. 9
      lib/test/unit/test_utils.js
  98. 9
      lib/test/unit/testreporter.js
  99. 9
      lib/test/unit/type1_parser_spec.js
  100. 9
      lib/test/unit/ui_utils_spec.js
  101. Some files were not shown because too many files have changed in this diff Show More

2
bower.json

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

25
build/pdf.combined.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
(function webpackUniversalModuleDefinition(root, factory) {
@ -11638,7 +11645,7 @@ function _fetchDocument(worker, source, pdfDataRangeTransport, docId) { @@ -11638,7 +11645,7 @@ function _fetchDocument(worker, source, pdfDataRangeTransport, docId) {
if (worker.destroyed) {
return Promise.reject(new Error('Worker was destroyed'));
}
var apiVersion = '2.0.234';
var apiVersion = '2.0.236';
source.disableRange = (0, _dom_utils.getDefaultSetting)('disableRange');
source.disableAutoFetch = (0, _dom_utils.getDefaultSetting)('disableAutoFetch');
source.disableStream = (0, _dom_utils.getDefaultSetting)('disableStream');
@ -12929,8 +12936,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() { @@ -12929,8 +12936,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
}();
var version, build;
{
exports.version = version = '2.0.234';
exports.build = build = 'ad0dc7e8';
exports.version = version = '2.0.236';
exports.build = build = '18d82d9c';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;
@ -26712,8 +26719,8 @@ exports.SVGGraphics = SVGGraphics; @@ -26712,8 +26719,8 @@ exports.SVGGraphics = SVGGraphics;
"use strict";
var pdfjsVersion = '2.0.234';
var pdfjsBuild = 'ad0dc7e8';
var pdfjsVersion = '2.0.236';
var pdfjsBuild = '18d82d9c';
var pdfjsSharedUtil = __w_pdfjs_require__(0);
var pdfjsDisplayGlobal = __w_pdfjs_require__(131);
var pdfjsDisplayAPI = __w_pdfjs_require__(65);
@ -31893,8 +31900,8 @@ if (!_global_scope2.default.PDFJS) { @@ -31893,8 +31900,8 @@ if (!_global_scope2.default.PDFJS) {
}
var PDFJS = _global_scope2.default.PDFJS;
{
PDFJS.version = '2.0.234';
PDFJS.build = 'ad0dc7e8';
PDFJS.version = '2.0.236';
PDFJS.build = '18d82d9c';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {
@ -35256,7 +35263,7 @@ var WorkerMessageHandler = { @@ -35256,7 +35263,7 @@ var WorkerMessageHandler = {
var cancelXHRs = null;
var WorkerTasks = [];
var apiVersion = docParams.apiVersion;
var workerVersion = '2.0.234';
var workerVersion = '2.0.236';
if (apiVersion !== null && apiVersion !== workerVersion) {
throw new Error('The API version "' + apiVersion + '" does not match ' + ('the Worker version "' + workerVersion + '".'));
}

2
build/pdf.combined.js.map

File diff suppressed because one or more lines are too long

23
build/pdf.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
(function webpackUniversalModuleDefinition(root, factory) {
@ -3325,7 +3332,7 @@ function _fetchDocument(worker, source, pdfDataRangeTransport, docId) { @@ -3325,7 +3332,7 @@ function _fetchDocument(worker, source, pdfDataRangeTransport, docId) {
if (worker.destroyed) {
return Promise.reject(new Error('Worker was destroyed'));
}
var apiVersion = '2.0.234';
var apiVersion = '2.0.236';
source.disableRange = (0, _dom_utils.getDefaultSetting)('disableRange');
source.disableAutoFetch = (0, _dom_utils.getDefaultSetting)('disableAutoFetch');
source.disableStream = (0, _dom_utils.getDefaultSetting)('disableStream');
@ -4697,8 +4704,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() { @@ -4697,8 +4704,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
}();
var version, build;
{
exports.version = version = '2.0.234';
exports.build = build = 'ad0dc7e8';
exports.version = version = '2.0.236';
exports.build = build = '18d82d9c';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;
@ -7442,8 +7449,8 @@ exports.SVGGraphics = SVGGraphics; @@ -7442,8 +7449,8 @@ exports.SVGGraphics = SVGGraphics;
"use strict";
var pdfjsVersion = '2.0.234';
var pdfjsBuild = 'ad0dc7e8';
var pdfjsVersion = '2.0.236';
var pdfjsBuild = '18d82d9c';
var pdfjsSharedUtil = __w_pdfjs_require__(0);
var pdfjsDisplayGlobal = __w_pdfjs_require__(114);
var pdfjsDisplayAPI = __w_pdfjs_require__(57);
@ -12623,8 +12630,8 @@ if (!_global_scope2.default.PDFJS) { @@ -12623,8 +12630,8 @@ if (!_global_scope2.default.PDFJS) {
}
var PDFJS = _global_scope2.default.PDFJS;
{
PDFJS.version = '2.0.234';
PDFJS.build = 'ad0dc7e8';
PDFJS.version = '2.0.236';
PDFJS.build = '18d82d9c';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {

2
build/pdf.js.map

File diff suppressed because one or more lines are too long

2
build/pdf.min.js vendored

File diff suppressed because one or more lines are too long

15
build/pdf.worker.js vendored

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
(function webpackUniversalModuleDefinition(root, factory) {
@ -21931,8 +21938,8 @@ exports.PostScriptCompiler = PostScriptCompiler; @@ -21931,8 +21938,8 @@ exports.PostScriptCompiler = PostScriptCompiler;
"use strict";
var pdfjsVersion = '2.0.234';
var pdfjsBuild = 'ad0dc7e8';
var pdfjsVersion = '2.0.236';
var pdfjsBuild = '18d82d9c';
var pdfjsCoreWorker = __w_pdfjs_require__(72);
exports.WorkerMessageHandler = pdfjsCoreWorker.WorkerMessageHandler;
@ -22139,7 +22146,7 @@ var WorkerMessageHandler = { @@ -22139,7 +22146,7 @@ var WorkerMessageHandler = {
var cancelXHRs = null;
var WorkerTasks = [];
var apiVersion = docParams.apiVersion;
var workerVersion = '2.0.234';
var workerVersion = '2.0.236';
if (apiVersion !== null && apiVersion !== workerVersion) {
throw new Error('The API version "' + apiVersion + '" does not match ' + ('the Worker version "' + workerVersion + '".'));
}

2
build/pdf.worker.js.map vendored

File diff suppressed because one or more lines are too long

2
build/pdf.worker.min.js vendored

File diff suppressed because one or more lines are too long

9
lib/core/annotation.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/arithmetic_decoder.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
"use strict";

9
lib/core/bidi.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/ccitt.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/ccitt_stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/cff_parser.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/charsets.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/chunked_stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/cmap.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/colorspace.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/crypto.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/document.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/encodings.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/evaluator.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/font_renderer.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/fonts.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/function.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/glyphlist.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/image.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/jbig2.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/jbig2_stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/jpeg_stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/jpg.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/jpx.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/jpx_stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/metrics.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/murmurhash3.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/obj.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/operator_list.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/parser.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/pattern.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/pdf_manager.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/primitives.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/ps_parser.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/standard_fonts.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/type1_parser.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/core/unicode.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

11
lib/core/worker.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';
@ -210,7 +217,7 @@ var WorkerMessageHandler = { @@ -210,7 +217,7 @@ var WorkerMessageHandler = {
var cancelXHRs = null;
var WorkerTasks = [];
var apiVersion = docParams.apiVersion;
var workerVersion = '2.0.234';
var workerVersion = '2.0.236';
if (apiVersion !== null && apiVersion !== workerVersion) {
throw new Error('The API version "' + apiVersion + '" does not match ' + ('the Worker version "' + workerVersion + '".'));
}

9
lib/display/annotation_layer.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

15
lib/display/api.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';
@ -171,7 +178,7 @@ function _fetchDocument(worker, source, pdfDataRangeTransport, docId) { @@ -171,7 +178,7 @@ function _fetchDocument(worker, source, pdfDataRangeTransport, docId) {
if (worker.destroyed) {
return Promise.reject(new Error('Worker was destroyed'));
}
var apiVersion = '2.0.234';
var apiVersion = '2.0.236';
source.disableRange = (0, _dom_utils.getDefaultSetting)('disableRange');
source.disableAutoFetch = (0, _dom_utils.getDefaultSetting)('disableAutoFetch');
source.disableStream = (0, _dom_utils.getDefaultSetting)('disableStream');
@ -1543,8 +1550,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() { @@ -1543,8 +1550,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
}();
var version, build;
{
exports.version = version = '2.0.234';
exports.build = build = 'ad0dc7e8';
exports.version = version = '2.0.236';
exports.build = build = '18d82d9c';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;

9
lib/display/canvas.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/dom_utils.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/fetch_stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/font_loader.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

13
lib/display/global.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';
@ -44,8 +51,8 @@ if (!_global_scope2.default.PDFJS) { @@ -44,8 +51,8 @@ if (!_global_scope2.default.PDFJS) {
}
var PDFJS = _global_scope2.default.PDFJS;
{
PDFJS.version = '2.0.234';
PDFJS.build = 'ad0dc7e8';
PDFJS.version = '2.0.236';
PDFJS.build = '18d82d9c';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {

9
lib/display/metadata.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/network.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/network_utils.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/node_stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/pattern_helper.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/svg.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/text_layer.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/transport_stream.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/display/webgl.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/examples/node/domstubs.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

13
lib/pdf.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,11 +15,14 @@ @@ -11,11 +15,14 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';
var pdfjsVersion = '2.0.234';
var pdfjsBuild = 'ad0dc7e8';
var pdfjsVersion = '2.0.236';
var pdfjsBuild = '18d82d9c';
var pdfjsSharedUtil = require('./shared/util.js');
var pdfjsDisplayGlobal = require('./display/global.js');
var pdfjsDisplayAPI = require('./display/api.js');

13
lib/pdf.worker.js vendored

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,10 +15,13 @@ @@ -11,10 +15,13 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';
var pdfjsVersion = '2.0.234';
var pdfjsBuild = 'ad0dc7e8';
var pdfjsVersion = '2.0.236';
var pdfjsBuild = '18d82d9c';
var pdfjsCoreWorker = require('./core/worker.js');
exports.WorkerMessageHandler = pdfjsCoreWorker.WorkerMessageHandler;

9
lib/shared/compatibility.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/shared/global_scope.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/shared/streams_polyfill.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/shared/util.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/annotation_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/api_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/bidi_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/cff_parser_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/cmap_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/colorspace_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/crypto_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/custom_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/display_svg_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/document_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/dom_utils_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/encodings_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/evaluator_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/fonts_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/function_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/jasmine-boot.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/metadata_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/murmurhash3_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/network_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/network_utils_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/node_stream_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/parser_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/pdf_history_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/primitives_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/stream_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/test_utils.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/testreporter.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/type1_parser_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

9
lib/test/unit/ui_utils_spec.js

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
/* Copyright 2017 Mozilla Foundation
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2017 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -11,6 +15,9 @@ @@ -11,6 +15,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
*/
'use strict';

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save