9873 Commits (db52e4fb73dcb0eb47d88a7a09ec82c3374fe052)
 

Author SHA1 Message Date
Tim van der Meij db52e4fb73 Merge pull request #8536 from Snuffleupagus/refactor-ObjectLoader 8 years ago
Tim van der Meij a6311471a7 Merge pull request #8539 from Snuffleupagus/rm-load-currentScale-call 8 years ago
Jonas Jenwald 4aab3cef4a Remove a redundant `PDFViewer.currentScale` call from `PDFViewerApplication.load` 8 years ago
Tim van der Meij 8e9b4b5ff2 Merge pull request #8535 from Snuffleupagus/app-close-pageRotation-downloadComplete 8 years ago
Tim van der Meij 7215e9c52e Merge pull request #8525 from curiosity26/master 8 years ago
Jonas Jenwald 73234577e1 Rename `map` to `_map` inside of `Dict`, to make it clearer that it should be regarded as a "private" property 8 years ago
Jonas Jenwald e4d032c5c7 Reset `pageRotation` and `downloadComplete` in `PDFViewerApplication.close` 8 years ago
Jonas Jenwald 3a20fd165f Refactor `ObjectLoader` to use `Dict`s correctly, rather than abusing their internal properties 8 years ago
Jonas Jenwald f2fc9ee281 Slightly refactor and ES6-ify the code in `ObjectLoader` 8 years ago
Yury Delendik 0c93dee0de Merge pull request #8515 from yurydelendik/bloborigin 8 years ago
Yury Delendik 209751346c Merge pull request #8531 from Snuffleupagus/rm-updatePosition 8 years ago
curiosity26 8326304271 Allow for unbinding of events in web application 8 years ago
Jonas Jenwald 70d6550002 Remove `PDFPageView.updatePosition` since it's not actually necessary 8 years ago
Yury Delendik 82f3145a5d Merge pull request #8522 from yurydelendik/weakmapfix 8 years ago
Yury Delendik 631e6bebff Fixes WeakMap polyfill (and improves PDFWorker port check). 8 years ago
Yury Delendik b44848b918 Adds special case for origin of blob to the compatibility URL. 8 years ago
Jonas Jenwald e5ac64f81f Merge pull request #8519 from yurydelendik/issue8476 8 years ago
Yury Delendik 24f14d44cb Preventing from using the same canvas for multiple render() 8 years ago
Tim van der Meij c26e497244 Merge pull request #8401 from yurydelendik/dist-install 8 years ago
Jonas Jenwald 0ca6132ad2 Merge pull request #8517 from yurydelendik/global2.0 8 years ago
Yury Delendik a18caa730d Adds gulp dist-install command; using pdfjs-dist package in examples. 8 years ago
Yury Delendik db7a770542 Additional check in globalScope detections 8 years ago
Jonas Jenwald c2641045e6 Update l10n files 8 years ago
Yury Delendik 08c6437196 Merge pull request #8510 from Snuffleupagus/zoom-dropdown-glitches 8 years ago
Jonas Jenwald 1766fe8184 Merge pull request #8508 from yurydelendik/issue8246 8 years ago
Jonas Jenwald 75edb859ce Refactor the `selectScaleOption` function, in `Toolbar._updateUIState`, to prevent any possible future display glitches 8 years ago
Jonas Jenwald 2971f522d4 Prevent the Zoom dropdown from intermittently displaying an incorrect custom scale in Firefox (PR 8394 follow-up) 8 years ago
Yury Delendik 69c804a0f4 Fixes duplicate creation of PDFWorker for the same port. 8 years ago
Jonas Jenwald f34d692758 Merge pull request #8441 from Snuffleupagus/issue-8330 8 years ago
Jonas Jenwald e589834f13 Ensure that `TilingPattern`s have valid (non-zero) /BBox arrays (issue 8330) 8 years ago
Yury Delendik 9342054502 Merge pull request #8430 from mukulmishra18/sendWithStream 8 years ago
Tim van der Meij e6f5b3e37e Merge pull request #8499 from Snuffleupagus/issue-8498 8 years ago
Mukul Mishra bbd9968f76 Added sendWithStream method in MessageHandler. 8 years ago
Jonas Jenwald 3f2d5cfcc3 Prevent console errors when clicking to change page while in Presentation Mode (issue 8498) 8 years ago
Brendan Dahl edd7d89fe5 Merge pull request #8467 from mozilla/bug1353029 8 years ago
Brendan Dahl 5834ef6ff2 Bug 1353029 - Pass PdfJs.enabled into child on change. 8 years ago
Jonas Jenwald e696589a09 Update l10n files 8 years ago
Jonas Jenwald fccb0b5cf8 Merge pull request #8483 from timvandermeij/es6-find-controller 8 years ago
Tim van der Meij 9a95d91b92
Convert the find controller to ES6 syntax 8 years ago
Tim van der Meij 8654635b0b Merge pull request #8482 from timvandermeij/es6-thumbnails 8 years ago
Tim van der Meij 733a58a315
Convert the thumbnail view to ES6 syntax 8 years ago
Tim van der Meij a682d77e71
Convert the thumbnail viewer to ES6 syntax 8 years ago
Tim van der Meij 63b89c1100 Merge pull request #8478 from Snuffleupagus/ESLint-object-styles 8 years ago
Jonas Jenwald 4a906955c4 Fix the remaining cases of inconsistent spacing and trailing commas in objects, and enable the `comma-dangle` and `object-curly-spacing` ESLint rules 8 years ago
Tim van der Meij a3fae906a6 Merge pull request #8474 from Snuffleupagus/ESLint-object-styles-src-core 8 years ago
Tim van der Meij 4c6c61419b Merge pull request #8475 from Snuffleupagus/ESLint-object-styles-src 8 years ago
Tim van der Meij 02971892af Merge pull request #8477 from Snuffleupagus/ESLint-object-styles-test 8 years ago
Jonas Jenwald efbd68efef Fix inconsistent spacing and trailing commas in objects in `test/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
Jonas Jenwald f20d2cd2ae Fix inconsistent spacing and trailing commas in objects in remaining `src/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
Jonas Jenwald a8c87f8019 Fix inconsistent spacing and trailing commas in objects in `src/core/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago