9863 Commits (0c93dee0de9c560218bf6eb3332926fd1f507377)
 

Author SHA1 Message Date
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
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
Tim van der Meij 593dec1bb7 Merge pull request #8469 from Snuffleupagus/ESLint-object-styles-web 8 years ago
Tim van der Meij 7b9dfc0195 Merge pull request #8470 from Snuffleupagus/ESLint-object-styles-extensions 8 years ago
Jonas Jenwald 4f48c8198c Fix inconsistent spacing and trailing commas in objects in `extensions/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
Jonas Jenwald 223c429357 Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
Tim van der Meij bb7e85c5ea Merge pull request #8466 from Snuffleupagus/app-DefaultExternalServices-createL10n 8 years ago
Jonas Jenwald 1d4e96b0b5 Add a stub `createL10n` to `DefaultExternalServices` in app.js 8 years ago
Jonas Jenwald 45933545f1 Merge pull request #8394 from yurydelendik/l10n 8 years ago
Yury Delendik 5438ce9b98 Wraps mozL10n to async calls; splits firefox and generic l10n libs. 8 years ago
Yury Delendik bd288df909 Merge pull request #8396 from mukulmishra18/streams-lib 8 years ago
Jonas Jenwald 09d46e94c6 Merge pull request #8463 from Snuffleupagus/PDFJS_NEXT-env 8 years ago