9422 Commits (fd4428136b6a2dffb31b88f9b6da724623c5e8c5)
 

Author SHA1 Message Date
Dave House 52360694b0
Remove ids from viewer page and thumbnail divs 8 years ago
Jonas Jenwald 9eb9065c79 Ensure that we use the *correct* `paintedViewport` in `PDFPageView.cssTransform`, to avoid visual glitches on quick rotations (PR 7738 follow-up) 8 years ago
Jonas Jenwald 3ec99f0e12 [Firefox addon] Convert the code to be ES6 friendly, in order to better agree with mozilla-central coding conventions (issue 7957) 8 years ago
Tim van der Meij 1948a53ebb Merge pull request #7973 from Snuffleupagus/eslint_spaced-comment 8 years ago
Tim van der Meij 17dd2e6b20 Merge pull request #7979 from Snuffleupagus/eslint-more-rules 8 years ago
Jonas Jenwald 54d55e8b7a Merge pull request #7980 from mukulmishra18/lint-errors 8 years ago
Mukul Mishra 4e38200030 Fix #7978: Fixes ESLint yoda rule for the URL polyfill. 8 years ago
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