9407 Commits (c67edabcb3a566a97c9610a93aa04284b10aadc7)
 

Author SHA1 Message Date
Jonas Jenwald c0a47fddcc Update l10n files 8 years ago
Yury Delendik 9b111c9157 Merge pull request #7956 from Snuffleupagus/bug-1330147 8 years ago
Jonas Jenwald 54a64863e2 [Bug 1330147] removeObserver calls should not supply a third parameter 8 years ago
Yury Delendik 76b4c8fae1 Merge pull request #7954 from yurydelendik/bug1329182 8 years ago
Yury Delendik 1f424e561d [Bug 1329182] remove trailing newURI null parameters 8 years ago
Yury Delendik b8cd14336e Merge pull request #7913 from Snuffleupagus/addon-minimum-firefox45 8 years ago
Tim van der Meij 1fda987a4c Merge pull request #7904 from Snuffleupagus/issue-7901 8 years ago
Yury Delendik c0d7029039 Merge pull request #7951 from Snuffleupagus/FileAttachmentAnnotation-simplified-unittest 8 years ago
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 15f75a5585 [Firefox addon] Remove the `registerAddonHistogram` fallback code for Firefox versions 36 (and below) from `PdfJsTelemetry-addon.jsm` 8 years ago
Jonas Jenwald 9434c023ab [Firefox addon] Change the minimum supported version to Firefox 45, i.e. the current ESR version, and remove no longer necessary fallback code 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
Jonas Jenwald e963971244 Further adjust the heuristics used to detect OpenType font files with CFF data, to ensure that all Type0 fonts are handled the same way regardless of font Subtype (issue 7901) 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