8991 Commits (a9c37c242e98eddca0d49ac7bcf201535eaedeb8)
 

Author SHA1 Message Date
Brendan Dahl a9c37c242e Merge pull request #7521 from brendandahl/bug-1291709 9 years ago
Tim van der Meij ef45085f10 Merge pull request #7548 from Rob--W/window-print-avoid-microtask 9 years ago
Tim van der Meij b4c8814fc9 Merge pull request #7534 from Snuffleupagus/isName-name-check 9 years ago
Rob Wu 76d29759c5 Avoid window.print in a microtask 9 years ago
Jonas Jenwald 084fc517fe Merge pull request #7021 from Snuffleupagus/bug-1250079 9 years ago
Jonas Jenwald 544d29f5cb Add a `recoveryMode` that suppresses errors from the `Parser`, and utilize it when searching for the main trailer in `XRef_indexObjects` (bug 1250079) 9 years ago
Jonas Jenwald 83ce6f0b6d Adjust the (applicable) existing `isName` callsites to use the new `isName(v, name)` version of the function 9 years ago
Jonas Jenwald af636aae96 Add a parameter to the `isName` function that enables checking not just that something is a `Name`, but also that the actual `name` properties matches 9 years ago
Brendan Dahl 94089960c0 Merge pull request #7532 from Snuffleupagus/PDFViewer-remove-obsolete-onAfterDraw-comment 9 years ago
Jonas Jenwald 31cd23a6df Remove an obsolete comment for `onAfterDraw` in pdf_viewer.js 9 years ago
Tim van der Meij ca81f4df18 Merge pull request #7529 from Snuffleupagus/setCurrentPageNumber-warn-on-outOfBounds 9 years ago
Jonas Jenwald 7706cfa9fe Log an error when the value passed to `set currentPageNumber` is out of bounds (PR 7502 followup) 9 years ago
Tim van der Meij ac7b675603 Merge pull request #7526 from Snuffleupagus/PDFViewer_pagesRotation-validation 9 years ago
Jonas Jenwald 50aeb00adf Add validation of the `rotation` argument passed to `set pagesRotation` in `PDFViewer` 9 years ago
Jonas Jenwald 3a1e794512 Update l10n files 9 years ago
Tim van der Meij f16b2d468a Merge pull request #7520 from Snuffleupagus/primitives-more-unit-tests 9 years ago
Brendan Dahl 815c3a822f Bug 1291709 - PdfjsChromeUtils.jsm leaks browser.xul windows. 9 years ago
Yury Delendik 39412e5ace Merge pull request #7519 from timvandermeij/remove-amo 9 years ago
Jonas Jenwald d70e07fb90 Add more unit-tests for `primitives.js` 9 years ago
Tim van der Meij 79db293c36 Stop building the AMO extension 9 years ago
Yury Delendik 19105f0669 Merge pull request #7511 from timvandermeij/b2g-example 9 years ago
Tim van der Meij a20f814265 Refactor the mobile viewer example 9 years ago
Tim van der Meij a9dd2ab0ab Move B2G viewer to the examples folder 9 years ago
Tim van der Meij b25bc27498 Remove B2G extension building target 9 years ago
Tim van der Meij df0d21701a Merge pull request #7510 from timvandermeij/b2g-fix 9 years ago
Tim van der Meij e65606d271 Remove `previousPageNumber` from the B2G viewer 9 years ago
Tim van der Meij 0925503ce7 Merge pull request #7502 from Snuffleupagus/pagechanging-outOfBounds 9 years ago
Yury Delendik a02e2686b9 Merge pull request #7475 from Snuffleupagus/api-getTextContent-combineTextItems 9 years ago
Tim van der Meij 336b26a39d Merge pull request #7506 from Snuffleupagus/annotation-missing-subtype 9 years ago
Tim van der Meij f4b2ad4ec2 Merge pull request #7505 from timvandermeij/travis-ci-update 9 years ago
Tim van der Meij 7bbc2f079a Use the latest stable Node.js version on Travis CI and enable caching 9 years ago
Jonas Jenwald 558a22cd02 Prevent errors when parsing Annotations with missing (or invalid) /Subtype entries (issue 7446) 9 years ago
Jonas Jenwald b7cb44af88 Remove the `previousPageNumber` parameter from the `pagechanging`/pagechange` events, and stop dispatching the events if the input is out of bounds 9 years ago
Brendan Dahl 5678486802 Merge pull request #7347 from Snuffleupagus/evaluator-more-Ref_toString 9 years ago
Brendan Dahl 50d6e4f147 Merge pull request #7447 from Snuffleupagus/buildToUnicode-notdef 9 years ago
Jonas Jenwald 390c02a3e9 Attempt to cache fonts that are direct objects (i.e. `Dict`s), as opposed to `Ref`s, to prevent re-rendering after `cleanup` from breaking (issue 7403 and issue 7402) 9 years ago
Jonas Jenwald 4fe891c5e7 Add a reduced test-case for issue 7403 9 years ago
Jonas Jenwald 2e9cd3ea64 Slightly refactor the `fontRef` handling in `PartialEvaluator_loadFont` (issue 7403 and issue 7402) 9 years ago
Tim van der Meij 10f9f11ec4 Merge pull request #7490 from Snuffleupagus/issue-7426 9 years ago
Jonas Jenwald f297e4d17c [api-minor] Add a parameter to `PDFPageProxy_getTextContent` that controls whether `PartialEvaluator_getTextContent` will attempt to combine same line text items 9 years ago
Jonas Jenwald 9228a04061 Merge pull request #7493 from Snuffleupagus/issue-7492 9 years ago
Jonas Jenwald 90d19de935 Catch errors and continue parsing in `parseCMap` (issue 7492) 9 years ago
Tim van der Meij 0da97ad2a0 Merge pull request #7485 from Snuffleupagus/resetCurrentPageView 9 years ago
Tim van der Meij 3ab68f2e06 Merge pull request #7489 from ka7/spelling 9 years ago
Jonas Jenwald 64783c8b6e Don't map glyphs to the Lepcha Unicode block (issue 7426) 9 years ago
klemens 6f03f62327 trivial spelling fixes 9 years ago
Jonas Jenwald 11381cdb0f Update l10n files 9 years ago
Jonas Jenwald 9f34700e0d Ensure that we don't reset the current page view if the user inputs an invalid page number (PR 7289 follow-up) 9 years ago
Tim van der Meij 1695893526 Merge pull request #7478 from PeterDaveHelloKitchen/image-optimize 9 years ago
Peter Dave Hello 625d637297 optimize png images using zopflipng 9 years ago