132 Commits (ed8c0ebfa75bf39d9e8b350b7c0168c9e84d19f9)

Author SHA1 Message Date
Rob Wu 742ed3d1c9 Remove __pdfjsdev_webpack__, use webpack options 8 years ago
Mukul Mishra bbd9968f76 Added sendWithStream method in MessageHandler. 8 years ago
Jonas Jenwald 4a906955c4 Fix the remaining cases of inconsistent spacing and trailing commas in objects, and enable the `comma-dangle` and `object-curly-spacing` ESLint rules 8 years ago
Yury Delendik 5438ce9b98 Wraps mozL10n to async calls; splits firefox and generic l10n libs. 8 years ago
Yury Delendik 66c8893815 Removes last UMDs from the modules. 8 years ago
Franck Freiburger a0b7f84461 Update webpack.js to support browsers that do not have the Web Workers API 8 years ago
Jonas Jenwald 957dc40ddf Replace a couple of leftover `make.js` references with `gulpfile.js` in docs/comments 8 years ago
Mukul Mishra c9f44f30e5 Adds streams-lib polyfill and exports ReadableStream from shared/util. 8 years ago
Yury Delendik c0a1ff0b32 Removes CRLF checker 8 years ago
Yury Delendik 65a1e836cf Removes shelljs 8 years ago
Jonas Jenwald 044a115d6e Change the `importl10n` script to use the Nightly channel 8 years ago
Rob Wu b3bd2f3b38 Gracefully ignore transaction failure in plugin-babel-cached 8 years ago
Yury Delendik 996805f953 Produces source maps for built files. 8 years ago
Yury Delendik c9d3c20e2c Fix esprima tests. 8 years ago
Yury Delendik bbb2cc000e Adds babel caching for system.js. 8 years ago
Jonas Jenwald 7560f12a17 Enable the `object-shorthand` ESLint rule 8 years ago
Yury Delendik 140dd0f15b Removes builder.build(). 8 years ago
Jonas Jenwald 57cd52303a Change the `importl10n` script to use the Beta channel, since Aurora is being removed 8 years ago
Yury Delendik 25873e92f0 Enable babel translation to enable ES module support. 8 years ago
Tim van der Meij 5eb090f288
ES6 modules: remove UMD header validation 8 years ago
Yury Delendik 51767d63fe Init PDFWorker via MesssagePort. 8 years ago
Yury Delendik a048519fa1 Replace copyright headers; changes UMD to CommonJS. 8 years ago
Yury Delendik eb4c88cd44 Replacing custom bundling with webpack2. 8 years ago
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