Commit Graph

  • d75a497a6b support tiff predictor for 16bit Tilman Hausherr 2017-09-17 18:06:43 +02:00
  • 50bd4a5ac0 Update l10n files Jonas Jenwald 2017-09-18 10:59:44 +02:00
  • c84c23c4cb Merge pull request #8919 from Snuffleupagus/issue-8915 Tim van der Meij 2017-09-17 15:21:53 +02:00
  • 6c3856c841 Ignore 'change' events that didn't originate in the viewer (issue 8915) Jonas Jenwald 2017-09-16 13:05:01 +02:00
  • f01f0fdaa7 Merge pull request #8917 from timvandermeij/stamp-annotations Jonas Jenwald 2017-09-17 10:19:14 +02:00
  • 400e4aae0e
    Implement support for stamp annotations Tim van der Meij 2017-09-16 16:37:50 +02:00
  • 3be941d982 Merge pull request #8909 from Snuffleupagus/PDFFunction-isEvalSupported Tim van der Meij 2017-09-16 16:11:03 +02:00
  • 27773f14d1 Merge pull request #8913 from Snuffleupagus/issue-8895 Tim van der Meij 2017-09-16 15:43:33 +02:00
  • eece66fa3e For /Filter entries containing Names, ignore the /DecodeParms entry if it contains an Array (issue 8895) Jonas Jenwald 2017-09-15 21:23:47 +02:00
  • dc926ffc0f Check isEvalSupported, and test that eval is actually supported, before attempting to use the PostScriptCompiler (issue 5573) Jonas Jenwald 2017-09-14 15:38:57 +02:00
  • d0d7046129 Merge pull request #8910 from mukulmishra18/include-credentials Yury Delendik 2017-09-14 14:29:59 -05:00
  • ef7038fe34 Fix #8888: Change behaviour of fetch to make it compatible with XHR. Mukul Mishra 2017-09-14 23:53:06 +05:30
  • 31a34335a0 Merge pull request #8900 from Snuffleupagus/ref-test-SimpleLinkService Tim van der Meij 2017-09-13 22:25:38 +02:00
  • 25c49de048 Merge pull request #8904 from timvandermeij/svg-setattribute-stub Yury Delendik 2017-09-13 07:47:47 -05:00
  • cc654fd38d
    Provide a stub for setAttribute in order to use the SVG back-end with Node.js Tim van der Meij 2017-09-12 23:23:41 +02:00
  • 1ebbdc253a Use the SimpleLinkService when running "annotations" reference tests Jonas Jenwald 2017-09-12 14:29:23 +02:00
  • f2618eb2e4 Merge pull request #8808 from janpe2/issue8741 Jonas Jenwald 2017-09-12 14:27:56 +02:00
  • 2916ed080d Merge pull request #8893 from timvandermeij/annotations-css-dedup Jonas Jenwald 2017-09-12 13:22:59 +02:00
  • ba21996576 Update l10n files Jonas Jenwald 2017-09-11 11:43:12 +02:00
  • 23cbe294d5
    Combine the common styles and overrides for the annotation layer reference tests Tim van der Meij 2017-09-10 18:10:43 +02:00
  • 3a84d582d3 Merge pull request #8891 from Snuffleupagus/es6-firefoxcom Tim van der Meij 2017-09-10 16:10:58 +02:00
  • 46481eb2bf Merge pull request #8892 from Snuffleupagus/es6-genericcom-genericl10n Tim van der Meij 2017-09-10 16:06:22 +02:00
  • 1d78935f3e Replace var with let in web/genericcom and web/genericl10n Jonas Jenwald 2017-09-10 13:09:26 +02:00
  • aaff3385ee ES6-ify the code in web/firefoxcom.js Jonas Jenwald 2017-08-22 13:16:28 +02:00
  • 320779e6ed Merge pull request #8691 from timvandermeij/square-circle-annotations Tim van der Meij 2017-09-09 22:56:54 +02:00
  • c04f9d6098
    Implement reference tests for square and circle annotations Tim van der Meij 2017-07-24 00:34:39 +02:00
  • 44c116ac49
    Implement support for circle annotations Tim van der Meij 2017-07-24 00:30:58 +02:00
  • cace2e9047
    Implement support for square annotations Tim van der Meij 2017-07-24 00:11:27 +02:00
  • f7fd1db52f
    Introduce DOMSVGFactory Tim van der Meij 2017-07-24 00:09:18 +02:00
  • 437e9cb056 Merge pull request #8865 from Snuffleupagus/hide-unsupported-LinkAnnotation Tim van der Meij 2017-09-09 19:07:43 +02:00
  • e6d05be41a Merge pull request #8868 from Snuffleupagus/save-rotation Tim van der Meij 2017-09-09 16:33:28 +02:00
  • bd3f16bffd Merge pull request #8889 from Snuffleupagus/more-Number-isInteger Tim van der Meij 2017-09-09 15:24:23 +02:00
  • 30b7a0f093 Replace value === (value | 0) checks with Number.isInteger(value) in the web/ folder Jonas Jenwald 2017-09-03 13:08:50 +02:00
  • 8686baede5 Replace value === (value | 0) checks with Number.isInteger(value) in the src/ folder Jonas Jenwald 2017-09-03 12:50:16 +02:00
  • e135c03123 Store the rotation in the PDFHistory Jonas Jenwald 2017-08-21 11:56:49 +02:00
  • 44d5138d0f Store the rotation in the ViewHistory (issue 5927) Jonas Jenwald 2017-08-21 11:22:07 +02:00
  • 5565a6f8bf Slightly refactor the pages rotation handling code in the viewer Jonas Jenwald 2017-08-19 14:23:40 +02:00
  • c8b5ba277a Merge pull request #8885 from Snuffleupagus/PDFHistory-followup Tim van der Meij 2017-09-08 23:10:45 +02:00
  • d1089a285d Merge pull request #8877 from timvandermeij/button-widget-annotation-style Tim van der Meij 2017-09-08 22:50:17 +02:00
  • 938dffb06b Reduce the value of UPDATE_VIEWAREA_TIMEOUT and simplify the 'popstate' event handler to avoid subtle bugs Jonas Jenwald 2017-09-07 12:19:59 +02:00
  • b7c4d788ed Prevent a temporary position from being added to the history while a destination is scrolled into view Jonas Jenwald 2017-09-07 12:06:43 +02:00
  • 077195d8ce Ensure that the PDFHistory._updateViewareaTimeout is always reset when the history is updated Jonas Jenwald 2017-09-07 11:37:23 +02:00
  • 2a77f8b041
    Provide checked styles for button widget annotations Tim van der Meij 2017-09-07 00:11:19 +02:00
  • 39a77c76ad Assign a dummy value to the docBaseUrl API parameter in non-PRODUCTION mode Jonas Jenwald 2017-09-06 12:52:48 +02:00
  • 7115e136e4 Hide unsupported LinkAnnotations (issue 3897) Jonas Jenwald 2017-09-02 10:06:44 +02:00
  • 86020396cb Fix color of image masks inside uncolored patterns Jani Pehkonen 2017-09-06 13:41:48 +03:00
  • 9b14f8ea2a Merge pull request #8866 from Snuffleupagus/fix-non-HTTP-validateResponseStatus Yury Delendik 2017-09-05 12:47:44 -05:00
  • 4edd4fba76 Merge pull request #8874 from zztoy/HelloWorldExampleFix Jonas Jenwald 2017-09-05 18:54:47 +02:00
  • 585cd933b7 Fix the helloworld example by setting the PDFNetworkStream class (PR 8712 follow-up) FAREAST\wenxh 2017-09-05 20:47:14 +08:00
  • 41415ba0a2 Correctly validate the response status for non-HTTP fetch requests (PR 8768 follow-up) Jonas Jenwald 2017-09-02 11:57:15 +02:00
  • cd25a51abe Update l10n files Jonas Jenwald 2017-09-04 11:33:04 +02:00
  • 1c9af00bee Merge pull request #8775 from Snuffleupagus/rewrite-PDFHistory-2 Tim van der Meij 2017-09-03 20:38:59 +02:00
  • 336d26dd13 Merge pull request #8864 from Snuffleupagus/rm-isArray Tim van der Meij 2017-09-01 23:08:44 +02:00
  • cfb4955a92 Replace the isArray helper function with the native Array.isArray function Jonas Jenwald 2017-09-01 20:27:13 +02:00
  • 22ade754cc Merge pull request #8862 from Snuffleupagus/rm-isInt Jonas Jenwald 2017-09-01 19:56:48 +02:00
  • 11408da340 Replace the isInt helper function with the native Number.isInteger function Jonas Jenwald 2017-09-01 16:52:50 +02:00
  • 066fea9c8b Merge pull request #8859 from yurydelendik/issue-8858 Jonas Jenwald 2017-09-01 00:05:37 +02:00
  • 47c28643d6 Revert PDFPageView.pdfPage reset. Yury Delendik 2017-08-31 16:49:01 -05:00
  • d332f62d60 Merge pull request #8857 from Snuffleupagus/fetchUncompressed-type-checks Tim van der Meij 2017-08-31 23:33:02 +02:00
  • 51be27853f Merge pull request #8847 from Snuffleupagus/AnnotationElement-isRenderable-regression Tim van der Meij 2017-08-31 22:08:10 +02:00
  • 772a5412a4 Avoid some redundant type checks in XRef.fetchUncompressed Jonas Jenwald 2017-08-31 16:11:00 +02:00
  • 47789b51c3 Merge pull request #8855 from Rob--W/fetch-withCredentials-fix-default Yury Delendik 2017-08-31 08:45:22 -05:00
  • 73273ccbe9 Add test for withCredentials option Rob Wu 2017-08-31 14:08:22 +02:00
  • 0430e99d16 Merge pull request #8848 from Snuffleupagus/fetch-credentials Rob Wu 2017-08-31 14:12:06 +02:00
  • 84fe442b35 Correctly set the credentials of a fetch request, when the withCredentials parameter was passed to getDocument Jonas Jenwald 2017-08-31 09:03:22 +02:00
  • 87fc9bafea Correct the default value for isRenderable in the AnnotationElement constructor, to fix breaking errors when rendering unsupported annotations Jonas Jenwald 2017-08-31 08:18:53 +02:00
  • a4cc85fc5f Merge pull request #8828 from timvandermeij/es6-annotations Tim van der Meij 2017-08-31 00:02:07 +02:00
  • 0ac1fba2f9 Prevent PDFHistory._tryPushCurrentPosition() from effectively becoming a no-op if the document hash contains an invalid/non-existent destination Jonas Jenwald 2017-08-11 13:54:30 +02:00
  • 0d58bb5512 Temporarily add the current position to the browser history when the viewer is idle Jonas Jenwald 2017-07-20 15:57:26 +02:00
  • 133d06e9a4 Re-write PDFHistory from scratch Jonas Jenwald 2017-07-16 13:39:39 +02:00
  • 388851e37b Add a isDestsEqual helper function, to allow comparing explicit destinations, in pdf_history.js Jonas Jenwald 2017-08-13 17:11:49 +02:00
  • 0c4985546a Add a waitOnEventOrTimeout helper function that allows waiting for an event or a timeout, whichever occurs first Jonas Jenwald 2017-08-12 16:06:20 +02:00
  • 28ce3b6185 Rip out the current implementation of PDFHistory Jonas Jenwald 2017-07-14 14:24:32 +02:00
  • 2656825432 Merge pull request #8845 from yurydelendik/fix-autofetch Yury Delendik 2017-08-30 11:28:42 -05:00
  • bad3203fda Merge pull request #8768 from mukulmishra18/fetch_stream Yury Delendik 2017-08-30 11:27:48 -05:00
  • cd95b426c7 Disables fetch when ReadableStream is not available. Yury Delendik 2017-08-30 10:53:59 -05:00
  • 3cff7da0e7 Fixes fetch and node behavior when disableAutoFetch adn disableStream is used. Yury Delendik 2017-08-30 10:53:38 -05:00
  • 3516a59384 Adds fetch stream logic for networking part of PDF.js Mukul Mishra 2017-08-10 13:00:54 +05:30
  • d734b3d1d6 Merge pull request #8835 from Snuffleupagus/viewer-firefox-error-message Tim van der Meij 2017-08-28 22:51:29 +02:00
  • b7fcaff07c Update l10n files Jonas Jenwald 2017-08-28 14:30:27 +02:00
  • 028d7c0950 Ensure that PDFViewerApplication.error outputs proper messages in FIREFOX/MOZCENTRAL builds Jonas Jenwald 2017-08-28 13:49:40 +02:00
  • f54dfc63dc Merge pull request #8831 from Snuffleupagus/uglify-es Tim van der Meij 2017-08-27 19:09:22 +02:00
  • 7c7ba9a2ad Merge pull request #8829 from Snuffleupagus/issue-8823 Tim van der Meij 2017-08-27 17:18:23 +02:00
  • 70e80322da Update the gulp minified command to use uglify-es Jonas Jenwald 2017-08-27 14:18:04 +02:00
  • 49b8cd5a6a Attempt to improve the EI detection heuristics, for inline images, in streams containing NUL bytes (issue 8823) Jonas Jenwald 2017-08-26 12:09:49 +02:00
  • 7787987a4b
    Update webpack and webpack-stream to the latest version Tim van der Meij 2017-08-27 01:07:51 +02:00
  • 2512eccbf0
    Implement getOperatorList method in the WidgetAnnotation class to avoid duplication in subclasses Tim van der Meij 2017-08-27 00:48:02 +02:00
  • 4f02857394
    Let the two annotation factories use static methods Tim van der Meij 2017-08-27 00:30:00 +02:00
  • af10f8b586
    Convert src/display/annotation_layer.js to ES6 syntax Tim van der Meij 2017-08-27 00:24:27 +02:00
  • 24d741d045
    Convert src/core/annotation.js to ES6 syntax Tim van der Meij 2017-08-26 23:49:11 +02:00
  • 7cc7260634 Merge pull request #8796 from timvandermeij/svg-text-rise Rob Wu 2017-08-26 19:02:51 +02:00
  • a0eed974a3 Merge pull request #8825 from Snuffleupagus/simpleDest-dictionary Rob Wu 2017-08-26 18:40:45 +02:00
  • 42f2d36d1f Account for broken outlines/annotations, where the destination dictionary contains an invalid /Dest entry Jonas Jenwald 2017-08-25 13:40:50 +02:00
  • bd85bda0a6 Merge pull request #8826 from Snuffleupagus/eslint_for-direction Tim van der Meij 2017-08-26 15:26:01 +02:00
  • 0e2618fdbc Enable the for-direction ESLint rule Jonas Jenwald 2017-08-26 11:28:01 +02:00
  • 798e46da97 Merge pull request #8821 from Snuffleupagus/issue-8798-reduced-test Tim van der Meij 2017-08-26 00:00:45 +02:00
  • 26c4536964 Merge pull request #8820 from Snuffleupagus/viewer-open-rm-scale Tim van der Meij 2017-08-25 00:45:35 +02:00
  • d368a5baed Merge pull request #8817 from mukulmishra18/intermittent-error Tim van der Meij 2017-08-25 00:31:44 +02:00
  • 5f372cdae3 Merge pull request #8819 from Snuffleupagus/getting_started-rm-compatibility Tim van der Meij 2017-08-24 22:50:43 +02:00
  • 88167b5e38 Merge pull request #8824 from Snuffleupagus/bug-1393476 Jonas Jenwald 2017-08-24 22:13:48 +02:00