9915 Commits (d64ac95a91f42f08abef186d274377c40e4e42be)
 

Author SHA1 Message Date
Jonas Jenwald 82ea7e6e6e Enable the `no-unsafe-finally`/`no-octal`/`no-useless-call` ESLint rules 8 years ago
Tim van der Meij f8e793f8c2 Merge pull request #7974 from Snuffleupagus/eslint_no-lone-blocks 8 years ago
Jonas Jenwald 31684e6918 Enable the `no-lone-blocks` ESLint rule 8 years ago
Jonas Jenwald 4626fc8342 Enable the `spaced-comment` ESLint rule 8 years ago
Tim van der Meij a917443ae6 Merge pull request #7965 from Snuffleupagus/bug-1331081 8 years ago
Jonas Jenwald 70c1a6b120 [Bug 1331081] omit addEventListener/removeEventListener's third parameter when it's false 8 years ago
Tim van der Meij c1703e977d Merge pull request #7960 from Snuffleupagus/eslint_space-unary-ops 8 years ago
Jonas Jenwald 0dff8f3600 Adjust the `space-unary-ops` ESLint rule to comply with mozilla-central lint rules 8 years ago
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