258 Commits (00d67371eca336574038c4b18bb649e7e8c31bf7)

Author SHA1 Message Date
Tim van der Meij 6d374f15c0
Makefile: remove unused `mozcentralcheck` target 8 years ago
Jonas Jenwald a77130a0c2 Remove the `signchromium` target from `make.js` 8 years ago
Yury Delendik 1d30cea914 Moves dist and minifiedpost tragets from make.js. 8 years ago
Yury Delendik 89df5ef033 Moves 'web' target to the gulpfile. 8 years ago
Yury Delendik 25873e92f0 Enable babel translation to enable ES module support. 8 years ago
Yury Delendik 68f2bf3bec Update worker-loader dependency 8 years ago
Yury Delendik 39e8ad24f7 Creates 'lib' for the 'dist' build target. 8 years ago
Yury Delendik 51767d63fe Init PDFWorker via MesssagePort. 8 years ago
Yury Delendik facefb0c79 Move compatibility code to the shared/compatibility.js. 8 years ago
Tim van der Meij 0f4e6fdb9d
Gulp: migrate `baseline` target from `make.js` 8 years ago
Yury Delendik fd4428136b Moving interactive examples to jsfiddle.net 8 years ago
Yury Delendik a5ad2b166b Moves sed processing into the preprocessing tasks and merging tasks. 8 years ago
Jonas Jenwald b898a453f0 [Firefox addon] Remove the unused `MOZ_CENTRAL` constant 8 years ago
Yury Delendik 2049cf01db Moves preprocessor stuff to the gulpfile. 8 years ago
Jonas Jenwald f000417ce0 [Firefox addon] Stop bundling `src/core/network.js` into the `FIREFOX`/`MOZCENTRAL` builds (PR 7322 follow-up) 8 years ago
Jonas Jenwald 4626fc8342 Enable the `spaced-comment` ESLint rule 8 years ago
Yury Delendik f1abd834d8 Moves locale and cmaps tasks to gulpfile. 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 ad915f8af1 Fix errors reported by the `comma-spacing` ESLint rule 8 years ago
Adhika Setya Pramudita 906b8ea907 Make: include minified library files for the distribution target 9 years ago
Yury Delendik 1369997bbf Properly invoke 'gulp' in make.js and fail when it fails. 9 years ago
Tim van der Meij 224e3a42a2 Gulp: port the `all`, `extension` and `jsdoc` targets 9 years ago
Yury Delendik 0576c9c6c6 Replaces all preprocessor directives with PDFJSDev calls. 9 years ago
Tim van der Meij 79db293c36 Stop building the AMO extension 9 years ago
Tim van der Meij b25bc27498 Remove B2G extension building target 9 years ago
klemens 6f03f62327 trivial spelling fixes 9 years ago
Jonas Jenwald a69e862bc4 [Firefox addon] Remove compatibility.js 9 years ago
Tim van der Meij 6a7012aaca Remove unused variables 9 years ago
Yury Delendik fe6001363d Moves all testing into gulpfile. 9 years ago
Tim van der Meij 5166b46a1c Port the `publish` target to Gulp 9 years ago
Yury Delendik 5568a19ee3 Moves bundle target/task to gulpfile.js 9 years ago
Yury Delendik 3132941948 Removes app.js dependency on mozPrintCallback_polyfill.js. 9 years ago
Yury Delendik 81fc46e666 Refactors FindController dependencies. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Yury Delendik ae415f9e80 Removing "entry-loader" dependency from webpack. 9 years ago
Yury Delendik 1d12aed5ca Move all PDFJS.xxx settings into display/global. 9 years ago
Yury Delendik 38c41d86c6 Specifies package format for jspm. 9 years ago
Yury Delendik d7d7935648 Initial browserify example. 9 years ago
Jonas Jenwald 8f097abb46 Allow unit-tests to use linked PDF files, by having the `unittest` command download unavailable ones (issue 7117) 9 years ago
Tim van der Meij 2b6d7ba3ec Gulp: allow passing parameters and revert one `node make` renaming 9 years ago
Tim van der Meij 96cca2b37a Migrate `clean` and `importl10n` target to gulp 9 years ago
Tim van der Meij b8aaa24257 Convert all `node make` instances to `gulp` 9 years ago
Yury Delendik 9798e1007e Introducing gulp. 9 years ago
Timothy Gu e403f52722 Use UglifyJS to minify files in minified target 9 years ago
Yury Delendik f340dd5cd5 Adds pdfjs/main_loader module to better mirror pdfjs-dist/build/pdf. 9 years ago
Yury Delendik cbbb9bb82d Adds UMD header to pdf.js and pdf.worker.js files. 9 years ago
Yury Delendik 2f8ae38276 Use UMD headers to detect module loading order. 9 years ago
Yury Delendik fc3282db56 Adds RequireJS to worker. 9 years ago
Yury Delendik 79c2f69c32 Adds/modifies examples for node.js and webpack. 9 years ago