56 Commits (acdd49f48097ffcb27332673a8b51cd653f6de88)

Author SHA1 Message Date
Yury Delendik acdd49f480 Adds peer communication between MessageHandlers. 10 years ago
Jonas Jenwald b05652ca97 [api-minor] Let `getAnnotations` fetch all annotations by default, unless an intent is specified 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Rob Wu c604cc22d1 Improve error message for non-existent local files 10 years ago
Tony Jin ef667823dd [api-minor] Add an optional param to DocumentInitParameters for specifying the range request chunk size to use. Defaults to 2^16 = 65536. 10 years ago
Jonas Jenwald 1c66d4a106 Add a `totalLength` getter to `OperatorList`, since the `length` is zero after flushing 10 years ago
Yury Delendik 58c3ea0820 Adds thread abort capabilities. 10 years ago
Yury Delendik 59c13b32aa Adds destroy method to the document loading task. 10 years ago
Tim van der Meij 0c84899c0a Revert #5603 regarding Chrome range request bug 10 years ago
Rob Wu c02b2cb37c Use Content-Range instead of Content-Length #5512 10 years ago
Tim van der Meij b215af30d3 Require destinations when they are needed and do not fetch all of them in advance 11 years ago
Jonas Jenwald cb3e5903cb Fix disableAutoFetch regression in the generic viewer 11 years ago
Yury Delendik c3f191a27c Implement streaming using moz-chunk-arraybuffer 11 years ago
Jonas Jenwald ed5fc43510 Add |UnexpectedResponseException| to fix the exception handling when file loading fails because the server responds with a non 404 status message 11 years ago
Jonas Jenwald ca027ebfdb Fix the exception propagation when rejecting workerReadyCapability 11 years ago
Jonas Jenwald fb9fea2f36 Add strict equalities in src/core/worker.js 11 years ago
Yury Delendik 0cd28ebfa3 Telemetry for used stream and font types 11 years ago
Yury Delendik d8eb8b1de1 Adds Promise to the getOperatorList 11 years ago
Yury Delendik cc9643cf32 Refactors GetAnnotationsRequest and GetPageRequest 11 years ago
Yury Delendik 2008f74185 Refactors MessageHandler.send to remove callbacks 11 years ago
Jonas Jenwald f3f3db0d15 Remove 'info' and 'metadata' from GetDoc 11 years ago
Jonas Jenwald 069f0cc8c0 Remove 'javaScript' from GetDoc 11 years ago
Jonas Jenwald 4bfcb27d0b Remove 'outline' from GetDoc 11 years ago
Jonas Jenwald 87d38b0692 Remove LegacyPromise in src/core/worker.js 11 years ago
Samuel Chantaraud 25ee0e8572 Preliminary attachments support 11 years ago
Jonas Jenwald 67b5c8868c Fix coding style in src/core/worker.js 11 years ago
Thorben Bochenek 0fa44d7233 refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument 11 years ago
Yury Delendik 69efd9cb96 CMaps binary packing 11 years ago
Thorben Bochenek baccf3d160 refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument 11 years ago
Samuel Chantaraud 076b3433b4 Improved annotations' display/behavior. 11 years ago
Mitar 958a49d655 Info function does not interpolate strings. 11 years ago
Brendan Dahl b5b94a4af3 Use built in CMaps and unify the glyph mapping. 11 years ago
Rob Wu 2a19dc86e7 Do not switch to a range request for small PDFs 11 years ago
Rob Wu eaf7daf7db [CRX] Pass expected length of stream to viewer 11 years ago
Yury Delendik e5e9c6e243 Fixes PDFDocumentProxy.getDownloadInfo API name (and refactoring) 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 a8c11ad1e5 Introduces disableObjectCreateURL 11 years ago
Yury Delendik 5bf3e44e30 Introduces LegacyPromise; polyfills DOM Promise 11 years ago
Brendan Dahl 2228343f77 Only trigger warning bar on certain unsupported features. 11 years ago
Brendan Dahl 53549411b4 Add verbosity as an api setting. 12 years ago
Yury Delendik e712c4136a Cleaning up fonts when viewer is idle for some time 12 years ago
Yury Delendik 4ce6cb8b0f Uses postMessage transfers 12 years ago
Brendan Dahl c2d65fc4ab Don't traverse all pages to get a single page. 12 years ago
biggert fb957f5c6e Prevent undefined error on null object when calling .destroy on a 12 years ago
Brendan Dahl bb2529de03 Move the creation of canvas path fonts to the worker. 12 years ago
Brendan Dahl 5ecce4996b Split files into worker and main thread pieces. 12 years ago
Brendan Dahl bf72bc94e2 Incrementally render by sending the operator list by chunks as they're ready. 12 years ago
Brendan Dahl bcc085ec52 Limit image size to 1024*1024 for b2g. 12 years ago
Yury Delendik 702da7f3ea Skips failed-to-download tests 12 years ago