10277 Commits (c62a19388a9e4598fb38e69b3d826a3f898e5087)
 

Author SHA1 Message Date
Jonas Jenwald 6c3856c841 Ignore 'change' events that didn't originate in the viewer (issue 8915) 8 years ago
Jonas Jenwald f01f0fdaa7 Merge pull request #8917 from timvandermeij/stamp-annotations 8 years ago
Tim van der Meij 400e4aae0e
Implement support for stamp annotations 8 years ago
Tim van der Meij 3be941d982 Merge pull request #8909 from Snuffleupagus/PDFFunction-isEvalSupported 8 years ago
Tim van der Meij 27773f14d1 Merge pull request #8913 from Snuffleupagus/issue-8895 8 years ago
Jonas Jenwald eece66fa3e For /Filter entries containing `Name`s, ignore the /DecodeParms entry if it contains an Array (issue 8895) 8 years ago
Jonas Jenwald dc926ffc0f Check `isEvalSupported`, and test that `eval` is actually supported, before attempting to use the `PostScriptCompiler` (issue 5573) 8 years ago
Yury Delendik d0d7046129 Merge pull request #8910 from mukulmishra18/include-credentials 8 years ago
Mukul Mishra ef7038fe34 Fix #8888: Change behaviour of fetch to make it compatible with XHR. 8 years ago
Tim van der Meij 31a34335a0 Merge pull request #8900 from Snuffleupagus/ref-test-SimpleLinkService 8 years ago
Yury Delendik 25c49de048 Merge pull request #8904 from timvandermeij/svg-setattribute-stub 8 years ago
Tim van der Meij cc654fd38d
Provide a stub for `setAttribute` in order to use the SVG back-end with 8 years ago
Jonas Jenwald 1ebbdc253a Use the `SimpleLinkService` when running "annotations" reference tests 8 years ago
Jonas Jenwald f2618eb2e4 Merge pull request #8808 from janpe2/issue8741 8 years ago
Jonas Jenwald 2916ed080d Merge pull request #8893 from timvandermeij/annotations-css-dedup 8 years ago
Jonas Jenwald ba21996576 Update l10n files 8 years ago
Tim van der Meij 23cbe294d5
Combine the common styles and overrides for the annotation layer 8 years ago
Tim van der Meij 3a84d582d3 Merge pull request #8891 from Snuffleupagus/es6-firefoxcom 8 years ago
Tim van der Meij 46481eb2bf Merge pull request #8892 from Snuffleupagus/es6-genericcom-genericl10n 8 years ago
Jonas Jenwald 1d78935f3e Replace `var` with `let` in `web/genericcom` and `web/genericl10n` 8 years ago
Jonas Jenwald aaff3385ee ES6-ify the code in `web/firefoxcom.js` 8 years ago
Tim van der Meij 320779e6ed Merge pull request #8691 from timvandermeij/square-circle-annotations 8 years ago
Tim van der Meij c04f9d6098
Implement reference tests for square and circle annotations 8 years ago
Tim van der Meij 44c116ac49
Implement support for circle annotations 8 years ago
Tim van der Meij cace2e9047
Implement support for square annotations 8 years ago
Tim van der Meij f7fd1db52f
Introduce `DOMSVGFactory` 8 years ago
Tim van der Meij 437e9cb056 Merge pull request #8865 from Snuffleupagus/hide-unsupported-LinkAnnotation 8 years ago
Tim van der Meij e6d05be41a Merge pull request #8868 from Snuffleupagus/save-rotation 8 years ago
Tim van der Meij bd3f16bffd Merge pull request #8889 from Snuffleupagus/more-Number-isInteger 8 years ago
Jonas Jenwald 30b7a0f093 Replace `value === (value | 0)` checks with `Number.isInteger(value)` in the `web/` folder 8 years ago
Jonas Jenwald 8686baede5 Replace `value === (value | 0)` checks with `Number.isInteger(value)` in the `src/` folder 8 years ago
Jonas Jenwald e135c03123 Store the rotation in the `PDFHistory` 8 years ago
Jonas Jenwald 44d5138d0f Store the rotation in the `ViewHistory` (issue 5927) 8 years ago
Jonas Jenwald 5565a6f8bf Slightly refactor the pages rotation handling code in the viewer 8 years ago
Tim van der Meij c8b5ba277a Merge pull request #8885 from Snuffleupagus/PDFHistory-followup 8 years ago
Tim van der Meij d1089a285d Merge pull request #8877 from timvandermeij/button-widget-annotation-style 8 years ago
Jonas Jenwald 938dffb06b Reduce the value of `UPDATE_VIEWAREA_TIMEOUT` and simplify the 'popstate' event handler to avoid subtle bugs 8 years ago
Jonas Jenwald b7c4d788ed Prevent a temporary position from being added to the history while a destination is scrolled into view 8 years ago
Jonas Jenwald 077195d8ce Ensure that the `PDFHistory._updateViewareaTimeout` is always reset when the history is updated 8 years ago
Tim van der Meij 2a77f8b041
Provide `checked` styles for button widget annotations 8 years ago
Jonas Jenwald 39a77c76ad Assign a dummy value to the `docBaseUrl` API parameter in non-`PRODUCTION` mode 8 years ago
Jonas Jenwald 7115e136e4 Hide unsupported `LinkAnnotation`s (issue 3897) 8 years ago
Jani Pehkonen 86020396cb Fix color of image masks inside uncolored patterns 8 years ago
Yury Delendik 9b14f8ea2a Merge pull request #8866 from Snuffleupagus/fix-non-HTTP-validateResponseStatus 8 years ago
Jonas Jenwald 4edd4fba76 Merge pull request #8874 from zztoy/HelloWorldExampleFix 8 years ago
FAREAST\wenxh 585cd933b7 Fix the helloworld example by setting the PDFNetworkStream class (PR 8712 follow-up) 8 years ago
Jonas Jenwald 41415ba0a2 Correctly validate the response status for non-HTTP fetch requests (PR 8768 follow-up) 8 years ago
Jonas Jenwald cd25a51abe Update l10n files 8 years ago
Tim van der Meij 1c9af00bee Merge pull request #8775 from Snuffleupagus/rewrite-PDFHistory-2 8 years ago
Tim van der Meij 336d26dd13 Merge pull request #8864 from Snuffleupagus/rm-isArray 8 years ago