17 Commits (41a5bce6de27e806da624861fe4955b9f654c60c)

Author SHA1 Message Date
Jonas Jenwald 643ad37f2a Revert commit 9a41659 (PR 5005) for breaking the loading of certain PDF files in the Firefox addon when range requests are active 11 years ago
fkaelberer 9a41659ae7 Faster chunkedStream_getByte() 11 years ago
Nicholas Nethercote 4428cebdbc Add ChunkedStream.ensureByte(). 11 years ago
Jonas Jenwald ea0453f106 Add isEmpty method to Stream, DecodeStream and ChunkedStream 11 years ago
Jonas Jenwald b6ff4aea2b Add onError function to ChunkedStreamManager 11 years ago
Jonas Jenwald 89c11ca9a2 Remove LegacyPromise in src/core/chunked_stream.js 11 years ago
fkaelberer b06c10cbbd rename getUint32 to getInt32 and collect readInt*() in util.js 11 years ago
Rob Wu 2e97c0d085 Remove some unused variables from src/ 11 years ago
Tim van der Meij df91acf239 Fixes lint warning W004 in src/core 11 years ago
Jonas Jenwald 53bbdcb0a1 Fix coding style in src/core/chunked_stream.js 11 years ago
Nicholas Nethercote 6a75e45309 Allocate fewer objects when parsing 2 and 4 byte chunks. 11 years ago
Nicholas Nethercote f12d588258 Add an ensureRange() call to ChunkedStream_makeSubStream(). 11 years ago
terje.kristiansen 08737375f8 Added withCredentials parameter and passing it to xhr requests 11 years ago
Yury Delendik 5bf3e44e30 Introduces LegacyPromise; polyfills DOM Promise 11 years ago
Yury Delendik 90956ce3e0 Takes chunk id == 0 into account during grouping 12 years ago
Brendan Dahl 0385131a9a Leave initial request open until the viewer is ready to switch to range requests. 12 years ago
Brendan Dahl 5ecce4996b Split files into worker and main thread pieces. 12 years ago
Yury Delendik 19e8f2f059 lookChar refactoring 12 years ago
Brendan Dahl 09aafa830b Remove caching of stream data and fix object loader for streams. 12 years ago
Yury Delendik 4d9ee7b530 #2098: scanning for stream length when it's incorrect 12 years ago
Brendan Dahl 01ce3d056c Load all resources before getOperatorList/getTextContent. 12 years ago
Mack Duan 1d48e9c201 Handle server returning 200 for range request 12 years ago
Mack Duan c5084d9e8a Update loading bar during onprogress of range requests 12 years ago
Mack Duan fdd092bb92 Clamp end of range request to be the length of the file 12 years ago
Mack Duan 2ce00279be Address more of brendan's comments 12 years ago
Mack Duan 6b2c6fc223 Changes to regression tests for progressive loading 12 years ago
Mack Duan ef423ef30c Implement progressive loading of PDFs 12 years ago