9173 Commits (1c869906c8d1dcb2d7e389b1b1dd5a0645fe445a)
 

Author SHA1 Message Date
Rob Wu 1c869906c8 Strictly manage lifetime of PDFPrintService 9 years ago
Tim van der Meij 1c3fb175dd Merge pull request #7757 from Snuffleupagus/setHash-remove-pageNumber-directly-after-hash 9 years ago
Jonas Jenwald 87c2ff5483 Remove/deprecate specifying a pageNumber directly after the hash symbol (#), to improve compatibility since other PDF viewers don't support this form (issue 7746) 9 years ago
Yury Delendik ab464df336 Import L10n files. 9 years ago
Tim van der Meij abc417cee9 Merge pull request #7750 from Snuffleupagus/PDFLinkService_navigateTo-more-validation 9 years ago
Tim van der Meij a28a71072d Merge pull request #7756 from timvandermeij/npm 9 years ago
Tim van der Meij 7c78b2f6c0 Travis CI: use most recent version of NPM 9 years ago
Tim van der Meij e94c2945af Merge pull request #7749 from Snuffleupagus/PDFLinkService_setHash-dest-fallback 9 years ago
Jonas Jenwald e1412de320 Add more validation to `PDFLinkService_navigateTo` 9 years ago
Jonas Jenwald d5e3b2fbf0 Update `PDFOutlineViewer_bindLink` to look more like `LinkAnnotationElement_bindLink` 9 years ago
Jonas Jenwald 47a1c7797e Update l10n files 9 years ago
Jonas Jenwald 901a2d41be Avoid accidentally rejecting a named destination that looks like a decimal number or a boolean (PR 7341 follow-up) 9 years ago
Jonas Jenwald 7e392c0205 Merge pull request #7689 from Snuffleupagus/relative-URLs 9 years ago
Jonas Jenwald d284cfd5eb [api-minor] Add support for relative URLs, in both annotations and the outline, by adding a `docBaseUrl` parameter to `PDFJS.getDocument` (bug 766086) 9 years ago
Jonas Jenwald 71a781ee5c Deprecate the `isValidUrl` utility function and replace it with `createValidAbsoluteUrl`/`isValidProtocal` functions instead, since the main URL validation is now done using the `new URL` constructor 9 years ago
Jonas Jenwald 42f07c6262 [api-minor] Use the `new URL` constructor when validating URLs in annotations and the outline, as a complement to only checking the protocol, and add a bit more validation to `Catalog_parseDestDictionary` 9 years ago
Jonas Jenwald e64bc1fd13 Move parsing of destination dictionaries to a helper function 9 years ago
Tim van der Meij 6906623462 Merge pull request #7717 from jeenuv/display-double-click-tooltip 9 years ago
Tim van der Meij 1783f14511 Merge pull request #7732 from yurydelendik/svg-cgrp 9 years ago
Yury Delendik 1236b27993 Removes SVG this.cgrp usages. 9 years ago
Yury Delendik 273d2de6ec Merge pull request #7715 from timvandermeij/svg-groups 9 years ago
Tim van der Meij 960e344a8a Merge pull request #7730 from Snuffleupagus/jsdoc-typedef-property 9 years ago
Yury Delendik 1369997bbf Properly invoke 'gulp' in make.js and fail when it fails. 9 years ago
Yury Delendik 85db146525 Run 'firefox' and 'chromium' task in-sequences 9 years ago
Jonas Jenwald 2ce9da9b7a Fix a couple of JSDoc `@typedef`s to use `@property` (instead of `@param`) to fix some missing documentation when running `gulp jsdoc` 9 years ago
Jonas Jenwald 6678da379b Merge pull request #7728 from timvandermeij/gulp-port 9 years ago
Tim van der Meij 224e3a42a2 Gulp: port the `all`, `extension` and `jsdoc` targets 9 years ago
Jeenu Viswambharan f2dcacd164 Explain double-click behaviour on tool tip 9 years ago
Tim van der Meij 426fc454de SVG: factor out initialization code into a private method 9 years ago
Tim van der Meij fa90573c4b SVG: optimize transform group creation 9 years ago
Tim van der Meij de6c92a96d Examples: improve SVG viewer 9 years ago
Tim van der Meij 2e20000b71 Merge pull request #7727 from Snuffleupagus/parser-stream-decodeParms 9 years ago
Yury Delendik ea5949f1fd Merge pull request #7668 from Snuffleupagus/issue-7665 9 years ago
Jonas Jenwald f209030b99 Merge pull request #7726 from Snuffleupagus/remove-remaining-preprocessor-statement-core-fonts 9 years ago
Jonas Jenwald c8f83d6487 Let `Parser_makeFilter` pass in the `DecodeParms` data to various image `Stream`s, instead of re-fetching it in various `[...]Stream.prototype.ensureBuffer` methods 9 years ago
Jonas Jenwald 1da59bec9b Remove a remaining old-style preprocessor from `src/core/fonts.js` (PR 7322 follow-up) 9 years ago
Jonas Jenwald c1a34ffbcd Merge pull request #7322 from yurydelendik/preproc2 9 years ago
Yury Delendik 0576c9c6c6 Replaces all preprocessor directives with PDFJSDev calls. 9 years ago
Yury Delendik bf52ff156d Adds esprima-based preprocessor. 9 years ago
Jonas Jenwald bc3bcebde2 Merge pull request #7722 from Rob--W/grab-to-pan-cssom-and-cleanup 9 years ago
Rob Wu c7c6bf1ae8 Update to latest grab-to-pan version 9 years ago
Tim van der Meij c457e6015d Merge pull request #7714 from cemerick/fix-non-numeric-TJ 9 years ago
Chas Emerick 85c52f1fd6 Fix getTextContent evaluation to only apply TJ horizontal offsets using numeric items/args 9 years ago
Tim van der Meij 8c5b925547 Merge pull request #7514 from Snuffleupagus/viewer-abort-rendering-on-close 9 years ago
Jonas Jenwald 885ba83624 Add the number of `textDivs` to the `textlayerrendered` event, to avoid having to manually get that information in the event handler 9 years ago
Jonas Jenwald 3904be8889 Ensure that we cancel any pending `textLayer` rendering operations when the viewer is closed (issue 7274) 9 years ago
Jonas Jenwald a824c6c4f6 Ensure that any pending rendering operations in `PDFViewer`/`PDFThumbnailViewer` are cancelled when the viewer is closed 9 years ago
Tim van der Meij fb5aa58008 Merge pull request #7697 from yurydelendik/print-v2 9 years ago
Yury Delendik 1a056caf88 Localization of the print dialog. 9 years ago
Yury Delendik c09f634bb6 Removes mozPrintCallback polyfill, converts canvas to PNG. 9 years ago