105 Commits (6f0cf8c4cb15debe3616de6ddb9e642ff424ff23)

Author SHA1 Message Date
Jonas Jenwald 52e0f51917 Enable the `no-unused-vars` ESLint rule 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
Yury Delendik 6265bb6038 Fixes preprocessor testing and adds deadcode removal. 8 years ago
porlan1 d9e1cb7955 unit test files as UMD modules 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
Jonas Jenwald 28e50cfa21 Fix errors reported by the `space-infix-ops` ESLint rule 8 years ago
Jonas Jenwald aae27e76bb Fix errors reported by the `no-multiple-empty-lines` ESLint rule 8 years ago
Jonas Jenwald 6606540fe4 Fix errors reported by the `func-call-spacing` ESLint rule 8 years ago
Yury Delendik a4402c84de Refactor toolbar (and secondary toolbar). 9 years ago
Jonas Jenwald 4f1cccb138 Enable removing of all comments (except for Copyright notices) when preprocessing code, and reduce the indentation level 9 years ago
Tim van der Meij 978b214c92 Lint: do not ignore `external/importL10n` as it is one of our components 9 years ago
Yury Delendik bf52ff156d Adds esprima-based preprocessor. 9 years ago
Jonas Jenwald bd0affab9c Unbreak the `importl10n` command by updating the links to point to hg.mozilla.org instead of mxr 9 years ago
Yury Delendik a4c81c203b Enables debugger only when needed. 9 years ago
Yury Delendik fe6001363d Moves all testing into gulpfile. 9 years ago
Yury Delendik 76aa687548 Makes importl10n and server async gulp functions. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Yury Delendik 118b71925c Forces UMD header to have relative path and extension for CommonJS. 9 years ago
Yury Delendik 0a700fa29d Updates Jasmine version. 9 years ago
Jonas Jenwald 41e5fa3c7a Use the correct path when checking if a `/l10n` directory exists, to avoid errors during `gulp importl10n` (PR 7063 followup) 9 years ago
Tim van der Meij 96cca2b37a Migrate `clean` and `importl10n` target to gulp 9 years ago
Yury Delendik cbbb9bb82d Adds UMD header to pdf.js and pdf.worker.js files. 9 years ago
Yury Delendik fc3282db56 Adds RequireJS to worker. 9 years ago
Yury Delendik 85e95d34ed Use RequireJS in the viewer, examples and tests. 9 years ago
Tim van der Meij df81b832bb Remove unused variables 9 years ago
Yury Delendik 450edc95cc UMD validation and generation tools. 9 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Rob Wu f8af4d6567 Fix preprocessor: nesting, error & tests 10 years ago
Rob Wu 8ba73cb4de Improve getWorkerSrcFiles (builder.js) 10 years ago
Mike Corbin 979c108577 Remove unused require() directive 10 years ago
Tim van der Meij 70b6eb09a8 Remove ShellJS copy and use the NPM version 10 years ago
Tim van der Meij 0ab5bb4b42 Fixes minor typo from #5826 10 years ago
Rob Wu 537216b872 [webL10n] Apply PDF.js-specific changes 10 years ago
Rob Wu f20c5ddf99 Update to latest version of webL10n 10 years ago
Rob Wu ac5a8bcdda [l10n] Treat language as case-insensitive 10 years ago
araghava e2c001c19d [issue 5440] fix rtl direction bug for full language codes 11 years ago
Yury Delendik 5b93cc102c Adds css import preprocessing 11 years ago
Yury Delendik 10f702f60e Adds readme file for the pdfjs-dist repo. 11 years ago
Tim van der Meij c29faaa22d Use strict equalities in make.js, external/* and extensions/* 11 years ago
Yury Delendik 812c5accb2 Making sure we are not importing CRs and BOMs 11 years ago
Tim van der Meij a762c9f3c6 Removing old TODOs and comments from jasmine.js 11 years ago
Thorben Bochenek e8f0700bfa Move the colour conversion to jpg.js 11 years ago
Thorben Bochenek e7fe45a5c4 Refactor jpg.js and include forceRGBoutput, correct style of image.js 11 years ago
Christian Krebs 5a49d2eb83 Create the WORKER_SRC_FILES and EXT_SRC_FILES lists in make automatically 11 years ago
Tim van der Meij c6f009403d Implements importl10n command 11 years ago
Thorben Bochenek 7bf0987810 Fixes for small colour variations in tests 11 years ago
Thorben Bochenek 2d99ff3f37 Fix for the offByOne-error and small performance optimisations 11 years ago