9346 Commits (e88c9c75dba11b738918757d98e7d90601d4b16b)
 

Author SHA1 Message Date
Jonas Jenwald e88c9c75db Simplify the `FileAttachmentAnnotation` unit-test to avoid having to use the entire API in the test 8 years ago
Jonas Jenwald 7c3a63bae0 Rename `annotation_layer_spec.js` to `annotation_spec.js` since the unit-tests only cover `src/core/annotation.js` functionality 8 years ago
Yury Delendik 1af35a6d88 Merge pull request #7948 from Skaty/fix-bidi-fraction 8 years ago
Syed Abdullah 857a5da8f1 Fix inverted calculation of RTL text percentage in bidi. 8 years ago
Jonas Jenwald 00ab0abd4e Merge pull request #7945 from yurydelendik/mv-locale-cmaps 8 years ago
Yury Delendik 393740e2ae Merge pull request #7869 from PedroPachecoInf/master 8 years ago
Yury Delendik f1abd834d8 Moves locale and cmaps tasks to gulpfile. 8 years ago
jazzchipc 493853031b Fixes issue #6071. 8 years ago
Jonas Jenwald e5cea05881 Merge pull request #7944 from yurydelendik/rm-defpref 8 years ago
Yury Delendik cf7a9f99c8 Merge pull request #7943 from Snuffleupagus/fixtures-test-fixes 8 years ago
Yury Delendik 930a28d879 Better DOMContentLoaded handling. 8 years ago
Yury Delendik ac2d4abf39 Removes web/default_preferences.js file. 8 years ago
Jonas Jenwald 3aa37ae8bc Add the `external/builder/fixtures/` directory to `.eslintignore`, to avoid having to disable various lint rules locally 8 years ago
Jonas Jenwald fe9a561d45 Actually increment the `errors` counter on failures in `test-fixtures.js`/`test_fixtures_esprima.js`, so that the test runners won't incorrectly report that the tests passed 8 years ago
Jonas Jenwald cf00516f04 Rename the `external/builder/test*.js` files to make it more obvious what they test 8 years ago
Jonas Jenwald ca0ebdfa56 Merge pull request #7942 from yurydelendik/rm-deadcode 8 years ago
Yury Delendik 77b7b84d1e Removes rest of 'no-else-return' comments. 8 years ago
Yury Delendik 6265bb6038 Fixes preprocessor testing and adds deadcode removal. 8 years ago
Tim van der Meij f828f07ccd Merge pull request #7941 from Snuffleupagus/Page-idFactory 8 years ago
Jonas Jenwald 642d8621ef Replace direct lookup of `uniquePrefix`/`idCounters`, in `Page` instances, with an `idFactory` containing an `createObjId` method instead 8 years ago
Tim van der Meij e259bc2c16 Merge pull request #7939 from yurydelendik/unittesttravis 8 years ago
Tim van der Meij 098acb1269 Merge pull request #7935 from Snuffleupagus/eslint_no-else-return 8 years ago
Yury Delendik c45300e06c Enables some unit tests on travis. 8 years ago
Jonas Jenwald 4046d67fde Enable the `no-else-return` ESLint rule 8 years ago
Yury Delendik 049d7fa277 Merge pull request #7934 from porlan1/master 8 years ago
porlan1 d9e1cb7955 unit test files as UMD modules 8 years ago
Jonas Jenwald aabfb7788a Merge pull request #7926 from Snuffleupagus/api-onPassword-abort/throw-Promise 8 years ago
Jonas Jenwald 14b8523314 Refactor the `password` handling so that it's stored in the `PdfManager`s, instead of in the `XRef` 8 years ago
Jonas Jenwald 27513cd23b [api-minor] Ensure that the `getDocument` Promise is rejected if the `loadingTask` is destroyed, or an `Error` is thrown, inside of the `onPassword` callback (issue 7806) 8 years ago
Jonas Jenwald 4e62562a36 Update l10n files 8 years ago
Jonas Jenwald 59afb4b9f0 Merge pull request #7920 from Snuffleupagus/bug-1157493-followup 8 years ago
Jonas Jenwald ddea9a6b04 Improve the handling of `Encoding` dictionary, with `Differences` array, in `PartialEvaluator_preEvaluateFont` 8 years ago
Tim van der Meij 22f0a04df0 Merge pull request #7829 from Snuffleupagus/finishPaintTask-promise 8 years ago
Yury Delendik 3b3a179486 Merge pull request #7879 from rossj/highlight-fix 8 years ago
Jonas Jenwald 33063a486e Update l10n files 8 years ago
Jonas Jenwald 73e0daed6c Let `finishPaintTask` in pdf_page_view.js return a promise instead, to avoid having to throw in the `paintTask.promise` rejection handler, and don't reject the `PDFPageView_draw` promise when rendering is `cancelled` 8 years ago
Tim van der Meij 017e9b98d1 Merge pull request #7898 from timvandermeij/acroforms-checkbox-radiobutton 8 years ago
Tim van der Meij a428899b3c Button widget annotations: improve unit tests, simplify code and remove labels 8 years ago
Tim van der Meij 77148c7880 Button widget annotations: implement radio button value fetching according to the specification 8 years ago
Tim van der Meij 0c9a06c020 Button widget annotations: implement reference testing 8 years ago
benweet ba012c7a68 Button widget annotations: implement checkboxes and radio buttons 8 years ago
Tim van der Meij d0893b0c48 Merge pull request #7900 from Snuffleupagus/choiceWidget-Opt-indirect-objects 8 years ago
Jonas Jenwald bd91f34513 Ensure that we handle indirect objects in all types of `Opt` entries in `ChoiceWidget` annotation dictionaries 8 years ago
Tim van der Meij a719b71e59 Merge pull request #7897 from Snuffleupagus/eslint-switch 8 years ago
Jonas Jenwald c850968fa7 Remove `globals` that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine) 8 years ago
Jonas Jenwald 2f3805efbc Switch to using ESLint, instead of JSHint, for linting 8 years ago
Ross Johnson 4537590033 Consitently apply textAdvanceScale during building of textContentItems for improved highlighting. Fixes #7878. 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