9300 Commits (2f3805efbc0822fc326afeca2ca2b0d4936a097d)
 

Author SHA1 Message Date
Jonas Jenwald 2f3805efbc Switch to using ESLint, instead of JSHint, for linting 8 years ago
Jonas Jenwald b629be05bd Merge pull request #7886 from Snuffleupagus/viewer-async-initialization 8 years ago
Jonas Jenwald a96b0f80dd Convert the only remaining consumer (in `hand_tool.js`) of the 'localized' event to use the `localized` Promise instead, and only re-dispatch the 'localized' event on the `eventBus` for `GENERIC` builds 8 years ago
Jonas Jenwald 648024f5d0 Don't call `bindEvents()` until `PDFViewerApplication` has been initialized, and move binding of `window` event listeners to a helper method, to prevent errors if an event manages to arrive too soon 8 years ago
Jonas Jenwald 849f5dde9d Move the `Preferences` initialization/fetching code to the top of `PDFViewerApplication.initialize`, to enable using them when initializing e.g. the viewer components 8 years ago
Jonas Jenwald 2c1436f6cb Refactor `PDFViewerApplication.initialize` into two methods, one that reads the Preferences and one that initializes the various viewer components 8 years ago
Tim van der Meij 7d8fa1385d Merge pull request #7890 from Snuffleupagus/pre-eslint-fixes 8 years ago
Jonas Jenwald 28e50cfa21 Fix errors reported by the `space-infix-ops` ESLint rule 8 years ago
Jonas Jenwald 68bf47d55d Fix errors reported by the `space-before-function-paren` ESLint rule 8 years ago
Jonas Jenwald 551eb263e3 Fix errors reported by the `semi-spacing` ESLint rule 8 years ago
Jonas Jenwald aae27e76bb Fix errors reported by the `no-multiple-empty-lines` ESLint rule 8 years ago
Jonas Jenwald efbb1e9b1c Fix errors reported by the `new-cap` ESLint rule 8 years ago
Jonas Jenwald c36468cbce Fix errors reported by the `keyword-spacing` ESLint rule 8 years ago
Jonas Jenwald 86ba634c97 Fix errors reported by the `key-spacing` ESLint rule 8 years ago
Jonas Jenwald 6606540fe4 Fix errors reported by the `func-call-spacing` ESLint rule 8 years ago
Jonas Jenwald ad915f8af1 Fix errors reported by the `comma-spacing` ESLint rule 8 years ago
Jonas Jenwald 66d2637b3f Fix errors reported by the `yoda` ESLint rule 8 years ago
Jonas Jenwald e53ab844cc Fix errors reported by the `no-useless-concat` ESLint rule 8 years ago
Jonas Jenwald 3820946301 Fix (most) errors reported by the `no-multi-spaces` ESLint rule 8 years ago
Jonas Jenwald 328e7397ea Fix errors reported by the `no-extra-bind` ESLint rule 8 years ago
Jonas Jenwald 25bf5db47e Fix errors reported by the `no-extra-boolean-cast` ESLint rule 8 years ago
Jonas Jenwald fb5e756683 Fix errors reported by the `no-cond-assign` ESLint rule 8 years ago
Tim van der Meij 00a006e466 Merge pull request #7705 from Snuffleupagus/issue-2594 8 years ago
Tim van der Meij 47f03b619f Merge pull request #7873 from timvandermeij/mediabox-cropbox-indirect 8 years ago
Tim van der Meij 3800b5e463 Document: extract `CropBox` fetching and validation into a getter 8 years ago
Jonas Jenwald 9be3aee9c9 Add a parameter to `Page_getInheritedPageProp` to make it possible to fetch (and dereference) Arrays, and use that for the `MediaBox`/`CropBox` getters (issue 7872) 8 years ago
Tim van der Meij 407dee390a Merge pull request #7884 from Snuffleupagus/Parser-fetch-indirect-objects-in-filter-arrays 8 years ago
Jonas Jenwald b4ac6bd2f6 Ensure that we resolve indirect objects in `Filter` and `DecodeParms` arrays in `parser.js` 8 years ago
Tim van der Meij aaec490847 Merge pull request #7881 from Snuffleupagus/fixMetadata-constant-condition 8 years ago
Jonas Jenwald 77bcc9232e Remove a misplaced `false` from a condition in `fixMetadata`, in `metadata.js`, since it currently short circuits the entire condition 8 years ago
Jonas Jenwald 94ddd8f61d Merge pull request #7863 from timvandermeij/colorspace 8 years ago
Jonas Jenwald caf81685cb Update l10n files 8 years ago
Tim van der Meij fa6b9b7552 Merge pull request #7868 from Snuffleupagus/pageLabels-St-unit-test 8 years ago
Jonas Jenwald e386af7b22 Adjust one of the Page Label unit-tests to use a PDF file where the "St" entry is both present and non-default (i.e. greater than one) 8 years ago
Tim van der Meij 90d94815ad Colorspace: miscellaneous improvements 9 years ago
Tim van der Meij c5c0a00dca Colorspace: reduce duplication in `AlternateCS.getRgbBuffer` 9 years ago
Tim van der Meij ef653d952b Colorspace: optimize default color initialization 9 years ago
Tim van der Meij 46d2c892de Merge pull request #7857 from jabiinfante/murmurhash3-unit-tests 9 years ago
Jonas Jenwald 48ab6463df Merge pull request #7862 from yurydelendik/issue7861 9 years ago
Yury Delendik 7b6ba5e9fd Don't fail if mozL10n is not present. 9 years ago
Javier Infante 54fab606ee add basic unit-tests for murmurhash3.js 9 years ago
Tim van der Meij 8e8af62faf Merge pull request #7856 from Snuffleupagus/issue-7855 9 years ago
Tim van der Meij fb4c4ffb97 Merge pull request #7858 from Snuffleupagus/issue-7852 9 years ago
Jonas Jenwald 48696a8d06 Make the keyboard shortcuts `Ctrl + Up/Down` behave as `Home/End` (issue 7852) 9 years ago
Jonas Jenwald c5b06cb40d Ensure that `PartialEvaluator_extractWidths` is able to handle indirect objects in all kinds of "width" data (issue 7855) 9 years ago
Jonas Jenwald 451956c0b1 Merge pull request #7628 from Snuffleupagus/issue-7580 9 years ago
Jonas Jenwald 013f69e65f Merge pull request #7700 from Snuffleupagus/non-embedded-NuptialScript 9 years ago
Jonas Jenwald 362d20b23a Update l10n files 9 years ago
Tim van der Meij e6720ad558 Merge pull request #7853 from Snuffleupagus/jsdoc-parseDestDictionary 9 years ago
Jonas Jenwald c6008b4d7c Fix the JSDoc comment for `Catalog.parseDestDictionary` 9 years ago