Yury Delendik
|
06c1904675
|
Refactors FontLoader to group fonts per document.
|
2015-11-24 13:27:22 -06:00 |
|
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: */
|
2015-11-14 07:32:18 +05:30 |
|
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.
|
2015-10-26 17:22:11 -07:00 |
|
Yury Delendik
|
59c13b32aa
|
Adds destroy method to the document loading task.
Also renames PDFPageProxy.destroy method to cleanup.
|
2015-10-23 08:57:14 -05:00 |
|
Collin Anderson
|
54e984c763
|
cleaned whitespace
|
2015-02-17 11:07:37 -05:00 |
|
Yury Delendik
|
c3f191a27c
|
Implement streaming using moz-chunk-arraybuffer
|
2014-09-19 19:05:25 -05:00 |
|
Jonas Jenwald
|
87d38b0692
|
Remove LegacyPromise in src/core/worker.js
|
2014-05-03 00:09:49 +02:00 |
|
Jonas Jenwald
|
caad87eba5
|
Remove LegacyPromise in src/core/pdf_manager.js
|
2014-05-02 21:43:28 +02:00 |
|
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
|
2014-03-12 09:54:29 +01:00 |
|
Rob Wu
|
2a19dc86e7
|
Do not switch to a range request for small PDFs
|
2014-02-09 23:03:52 +01:00 |
|
terje.kristiansen
|
08737375f8
|
Added withCredentials parameter and passing it to xhr requests
|
2014-01-15 10:12:40 +01:00 |
|
Yury Delendik
|
5bf3e44e30
|
Introduces LegacyPromise; polyfills DOM Promise
|
2014-01-03 18:17:05 -06:00 |
|
Yury Delendik
|
124eb30e8d
|
Merge pull request #3936 from brendandahl/initial-data
Leave initial request open until the viewer is ready to switch to range requests.
|
2013-11-21 06:22:24 -08:00 |
|
Brendan Dahl
|
0385131a9a
|
Leave initial request open until the viewer is ready to switch to range requests.
|
2013-11-18 11:17:26 -08:00 |
|
Yury Delendik
|
e712c4136a
|
Cleaning up fonts when viewer is idle for some time
|
2013-11-18 13:01:54 -06:00 |
|
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
|
2013-09-25 16:25:41 -05:00 |
|
Brendan Dahl
|
5ecce4996b
|
Split files into worker and main thread pieces.
|
2013-08-12 10:48:06 -07:00 |
|