246 Commits (2aaeb170374d39bae8726c6ced86cf406ca60874)

Author SHA1 Message Date
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
Tim van der Meij df81b832bb Remove unused variables 9 years ago
Yury Delendik 2f704f5957 Collapses UMD headers in bundled files. 9 years ago
Yury Delendik 450edc95cc UMD validation and generation tools. 9 years ago
Yury Delendik 6b60c8f4db Adds UMD headers to core, display and shared files. 9 years ago
Jonas Jenwald d6c2ced9e6 Let Travis lint using `node make lint`, instead of a hard-coded command 10 years ago
Tim van der Meij 91274d6d2d Rename annotation_helper.js to annotation_layer.js 10 years ago
Jonas Jenwald c310a3790e Make `stripCommentHeaders` less greedy, to ensure that it doesn't eat 'use strict' directive at the top of files (PR 6627 follow-up) 10 years ago
Yury Delendik 56ccaea99b Move text layer building logic into src/display/text_layer.js 10 years ago
Yury Delendik 2f34fd46cb Move CustomStyle. 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago