10213 Commits (b3f84112643c31d0260460c19f1c67cf3acdbc07)
 

Author SHA1 Message Date
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
Jonas Jenwald cfb4955a92 Replace the `isArray` helper function with the native `Array.isArray` function 8 years ago
Jonas Jenwald 22ade754cc Merge pull request #8862 from Snuffleupagus/rm-isInt 8 years ago
Jonas Jenwald 11408da340 Replace the `isInt` helper function with the native `Number.isInteger` function 8 years ago
Jonas Jenwald 066fea9c8b Merge pull request #8859 from yurydelendik/issue-8858 8 years ago
Yury Delendik 47c28643d6 Revert PDFPageView.pdfPage reset. 8 years ago
Tim van der Meij d332f62d60 Merge pull request #8857 from Snuffleupagus/fetchUncompressed-type-checks 8 years ago
Tim van der Meij 51be27853f Merge pull request #8847 from Snuffleupagus/AnnotationElement-isRenderable-regression 8 years ago
Jonas Jenwald 772a5412a4 Avoid some redundant type checks in `XRef.fetchUncompressed` 8 years ago
Yury Delendik 47789b51c3 Merge pull request #8855 from Rob--W/fetch-withCredentials-fix-default 8 years ago
Rob Wu 73273ccbe9 Add test for withCredentials option 8 years ago
Rob Wu 0430e99d16 Merge pull request #8848 from Snuffleupagus/fetch-credentials 8 years ago
Jonas Jenwald 84fe442b35 Correctly set the `credentials` of a fetch request, when the `withCredentials` parameter was passed to `getDocument` 8 years ago
Jonas Jenwald 87fc9bafea Correct the default value for `isRenderable` in the `AnnotationElement` constructor, to fix breaking errors when rendering unsupported annotations 8 years ago
Tim van der Meij a4cc85fc5f Merge pull request #8828 from timvandermeij/es6-annotations 8 years ago