2136 Commits (6d2d854f65fe32065652c5b1251c006113426d60)

Author SHA1 Message Date
Ophir LOJKINE 4a66eccedc Rewrite Lexer_getNumber. 11 years ago
Rob Wu eaf7daf7db [CRX] Pass expected length of stream to viewer 11 years ago
Nicholas Nethercote 164d7a6e15 Don't create a string when lexing all-digit integers. 11 years ago
Nicholas Nethercote b64cca0bef When lexing numbers, look for digits first. 11 years ago
Nicholas Nethercote c1ef7e4d63 Use Array.join instead of += to build up strings in the Lexer. 11 years ago
Yury Delendik 99bbad3219 Removes scolling jank after bw image optimization 11 years ago
Yury Delendik 3595c2c360 Respects current ctx scale for mesh pattern 11 years ago
Yury Delendik 561683d2e9 Dynamically determines how to split patch into triangles 11 years ago
Nicholas Nethercote a966909754 Reduce memory consumption of simple black and white images. 11 years ago
Yury Delendik e5e9c6e243 Fixes PDFDocumentProxy.getDownloadInfo API name (and refactoring) 11 years ago
Yury Delendik a583c319a1 Implements shading types 4-7 11 years ago
Yury Delendik e9327050c3 Basic function.js split 11 years ago
Yury Delendik 18515b8668 Using blob URL for open file 11 years ago
Yury Delendik 48436b6a0f Fixes smask backdrop 11 years ago
Yury Delendik bf432a37bb Refactors shared/pattern.js into core/ and display/ 11 years ago
Rob Wu 2779bab03e Use [].forEach instead of for-..-in in evaluator 11 years ago
Mitar 9e8c75a7ff Allow fake worker loader with namespaced bundling of PDF.js. 11 years ago
Yury Delendik 4054b0c385 SMask emulation 11 years ago
Rob Wu b35ced8c9e RFC 3986-compliant isValidUrl (protocol parsing) 11 years ago
Rob Wu 3c0b8073be Try to recover from bad URI value 11 years ago
Jonas Jenwald 46ba8d10b0 Only check for line dash pattern when annotation has a visible border (bug 957034 followup) 11 years ago
Tim van der Meij 5f7ded4ff6 Document properties 11 years ago
Tim van der Meij e612da2c3d Fixes this.reject regression 11 years ago
Yury Delendik 27573ddbad Minor fixes for the jsdocs and removing unused members. 11 years ago
Jonas Jenwald 575bdd8863 Fix loading of fonts with invalid encoding name entry (bug 859204 and 878112) 11 years ago
Nicholas Nethercote 0685214a77 Don't create the RGB buffer for images that don't need resizing. 11 years ago
Yury Delendik 96fff4cc74 Refactors getTextContent return value 11 years ago
Yury Delendik 09f8f951c8 Extracts evaluator preprocessor and refactor text extraction 11 years ago
Nicholas Nethercote c044652320 Remove unneeded srcOffset arguments from createRgbBuffer. 11 years ago
Nicholas Nethercote 3de5d6ad0c Don't create the opacity buffer for images that lack a mask. 11 years ago
Nicholas Nethercote 4332c2fabe Do createImageData/putImageData in chunks, to save memory. 11 years ago
Yury Delendik 754e000907 Fixes and refactors log functionality 11 years ago
terje.kristiansen 08737375f8 Added withCredentials parameter and passing it to xhr requests 11 years ago
Yury Delendik 7e75a665d2 Checks if subpixel-aa enabled before scaling the fonts 11 years ago
Yury Delendik 1991efe4f0 Fixes type3 glyph compilation for bitpacked mask 11 years ago
Nicholas Nethercote 3f533a1cb0 Use a more compact typed array to pass the image mask from the worker to the main thread. 11 years ago
Yury Delendik a8c11ad1e5 Introduces disableObjectCreateURL 11 years ago
Jonas Jenwald 7c616502c2 Fix annotation border issue (bug 957034) 11 years ago
Yury Delendik 96eaa15578 Fixes fips regression from #4068 11 years ago
Yury Delendik 0131101275 Takes ascent/descent in account in the text layer 11 years ago
Yury Delendik 5bf3e44e30 Introduces LegacyPromise; polyfills DOM Promise 12 years ago
Yury Delendik 51b958dc2b Adds glyph mapping for standard fonts 12 years ago
Brendan Dahl 2228343f77 Only trigger warning bar on certain unsupported features. 12 years ago
Yury Delendik 5973d40afe Adjusts heuristic for disabling Symbol encoding 12 years ago
Kalervo Kujala 4c040dd955 calgray: fix getRgbBuffer problem 12 years ago
Jonas Jenwald e6c805490b [JBIG2] Fix getting decodeParms when it's an array 12 years ago
Rob Wu 43847d7ff8 Set eof to true at the end of a FlateStream 12 years ago
Gregory Jordan 1838ec0427 Add a singlefile target to build one concatenated file 12 years ago
Brendan Dahl 53549411b4 Add verbosity as an api setting. 12 years ago
Jonas Jenwald b1c5ef9ccc Fix loading of fonts that are not referenced by an object identifier 12 years ago