Manas
|
a2ba1b8189
|
Uses editorconfig to maintain consistent coding styles
Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
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 |
Yury Delendik
|
59c13b32aa
|
Adds destroy method to the document loading task.
Also renames PDFPageProxy.destroy method to cleanup.
|
10 years ago |
Collin Anderson
|
54e984c763
|
cleaned whitespace
|
10 years ago |
Yury Delendik
|
c3f191a27c
|
Implement streaming using moz-chunk-arraybuffer
|
11 years ago |
Jonas Jenwald
|
87d38b0692
|
Remove LegacyPromise in src/core/worker.js
|
11 years ago |
Jonas Jenwald
|
caad87eba5
|
Remove LegacyPromise in src/core/pdf_manager.js
|
11 years ago |
Thorben Bochenek
|
baccf3d160
|
refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument
Rename pdfModel to pdfDocument to let the name closer resemble what the
variable actually holds
|
11 years ago |
Rob Wu
|
2a19dc86e7
|
Do not switch to a range request for small PDFs
|
11 years ago |
terje.kristiansen
|
08737375f8
|
Added withCredentials parameter and passing it to xhr requests
|
12 years ago |
Yury Delendik
|
5bf3e44e30
|
Introduces LegacyPromise; polyfills DOM Promise
|
12 years ago |
Brendan Dahl
|
0385131a9a
|
Leave initial request open until the viewer is ready to switch to range requests.
|
12 years ago |
Yury Delendik
|
e712c4136a
|
Cleaning up fonts when viewer is idle for some time
|
12 years ago |
biggert
|
fb957f5c6e
|
Prevent undefined error on null object when calling .destroy on a
document initialized with LocalPdfManager.
Per @brendandahl's recommendation, moved the terminate function out of worker
and into the PdfManager
|
12 years ago |
Brendan Dahl
|
5ecce4996b
|
Split files into worker and main thread pieces.
|
12 years ago |
Yury Delendik
|
61a7738a5d
|
Fixes password for range request loading
|
12 years ago |
Mack Duan
|
2ce00279be
|
Address more of brendan's comments
|
12 years ago |
Mack Duan
|
27fe18e8c6
|
Address brendan's comments
|
12 years ago |
Mack Duan
|
dbccbaaa27
|
Make getOperatorList() calls independent and merge queues at end
|
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 |