Yury Delendik
61a7738a5d
Fixes password for range request loading
2013-05-09 19:18:31 -05:00
Yury Delendik
09a4352e8c
Rejects loading when data is not available for checkHeader
2013-05-09 10:54:53 -05:00
Yury Delendik
cddb5ea0bb
Merge branch 'fallback-fix'
...
Conflicts:
src/core.js
2013-05-09 08:44:42 -05:00
Brendan Dahl
3dadde52dc
Propagate promise rejections so we show the fallback.
...
-Adds rejection support to Promise.All.
-Makes promise.then() callback optional.
2013-05-08 11:55:29 -07:00
Mack Duan
f8f4b3f45d
Refactor code for annotations
2013-05-07 14:22:13 -04:00
Mack Duan
e0d4b322cf
Only perform range requests for identity Content-Encoding
2013-04-22 08:36:54 -07:00
Mack Duan
2ce00279be
Address more of brendan's comments
2013-04-18 10:41:33 -07:00
Mack Duan
27fe18e8c6
Address brendan's comments
2013-04-18 00:16:53 -07:00
Mack Duan
dbccbaaa27
Make getOperatorList() calls independent and merge queues at end
2013-04-18 00:16:41 -07:00
Mack Duan
6b2c6fc223
Changes to regression tests for progressive loading
2013-04-18 00:16:36 -07:00
Mack Duan
ef423ef30c
Implement progressive loading of PDFs
2013-04-12 16:13:22 -07:00
Mack Duan
96167d2ce6
Remove code that is not being used
2013-04-04 12:24:06 -07:00
Brendan Dahl
5c43565404
Hack to support automatic printing from pdf javascript.
2013-02-28 15:29:07 -08:00
vyv03354
b591d39130
Remove the test of experimental properties in workers
2013-02-17 14:53:27 +09:00
Yury Delendik
d5f65f5431
Fixes text search for "secured" documents
2013-02-07 18:15:39 -06:00
Yury Delendik
5cf0d8fa80
Enforces maxlen for jshint
2013-02-02 16:49:19 -06:00
vyv03354
724add2ffd
Make an effort to adhere the spec 7.6.3.2
2013-02-02 02:09:12 +09:00
Jon Buckley
b3634a3826
Issue #2008 - Fix lint errors for src/worker.js
2013-01-31 19:12:46 -05:00
Bill Walker
12af2f9431
fix for #2219 , "provide a better error message when file= not found/accessible"
...
summary: create a new Exception class for missing PDF's, use it in place of generic
add new MissingPDFException to util.js
handle MissingPDF in api.js
handle MissingPDF in viewer.js, using new missing_file_error message
add new missing_file_error to l10n/en-US/viewer.properties
send MissingPDF from WorkerMessageHandler's loadDocument
send MissingPDF from GetDocRequest handler
2013-01-29 13:17:04 -08:00
Yury Delendik
0e70aacc51
Tests presence of the xhr-response in the worker
2012-12-11 11:07:58 -06:00
Yury Delendik
69b72078c0
Separate page objects/images from the fonts; does not store large images
2012-10-28 15:24:54 -05:00
Piotr Zalewa
812bc6795d
* InvalidPDFException added
...
* Act on throwing an Exception and InvalidPDFException by rejecting the worker
instead of throwing
* changed message for all builds
* alerting and closing window only for B2G builds
* invalid_file_error added to l10n (en and pl)
* UnknownErrorException added and used for every error()
2012-10-25 11:15:19 +02:00
Yury Delendik
bc19b5581e
Removes usage of print as log
2012-10-04 10:01:53 -05:00
Yury Delendik
75e928c102
Merge pull request #2058 from Pimm/master
...
Small fixes for normal and potential post-compilation bugs
2012-09-20 11:36:55 -07:00
Brendan Dahl
332ae4ce41
Change to the Apache v2 license.
2012-08-31 15:48:21 -07:00
Pimm Hogeling
080ab94a0d
Lint syntax fixes.
2012-08-31 15:51:31 +02:00
Pimm Hogeling
0fbbc5a840
Syntax changed that will help minifiers/compilers (such as the Closure Compiler) in their processing. In particular, preventing said minifiers/compilers from making dangerous renames.
2012-08-31 13:40:37 +02:00
Pimm Hogeling
438e3c8f6d
Fixes for subtile bugs that were introduced in 59283bdf6d
and 99440ab691
, among others.
2012-08-31 13:37:44 +02:00
Yury Delendik
cd1a645881
Adds support of the indeterminate loading progress
2012-08-22 10:48:56 -05:00
Yury Delendik
0b1111f368
Cleanup: removing main thread loading fallback code
2012-06-23 15:49:17 -05:00
Yury Delendik
00f1d6dbf1
Fetches pdf data in the worker
2012-06-23 14:48:33 -05:00
Brendan Dahl
6175e4b526
Use already downloaded data for the open with/save as dialog.
2012-06-01 14:17:09 -07:00
Artur Adib
9597efb3f4
merge upstream
2012-05-29 11:54:11 -04:00
Brendan Dahl
2da12930a6
Merge branch 'master' of github.com:mozilla/pdf.js into fallback-ui
...
Conflicts:
extensions/firefox/components/PdfStreamConverter.js
2012-05-24 14:01:10 -07:00
Brendan Dahl
034583e1a1
Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension.
2012-05-14 17:19:09 -07:00
Jakob Miland
0a30d3961b
Support password and add the relevant l10n strings
2012-05-14 20:45:07 +02:00
Brendan Dahl
92d0d1d694
Merge new API and text search.
2012-04-20 16:49:08 -07:00
Yury Delendik
42911f1fc9
Async getAnnotations(); hide map and xref for Dict
2012-04-14 13:54:31 -07:00
Yury Delendik
dee158d80c
Fix title info for PDF document
2012-04-12 15:56:17 -07:00
Yury Delendik
eba8f5a22c
Fix finger print, remove unused code
2012-04-12 15:14:18 -07:00
Brendan Dahl
2c49cab3a1
Fixing names.
2012-04-12 12:11:22 -07:00
Yury Delendik
f0687c4d50
Refactor pageNumber/pageIndex concept
2012-04-12 10:01:07 -07:00
Yury Delendik
3b83a42a91
Outline fix, destroy, and linting
2012-04-11 17:09:55 -07:00
Brendan Dahl
fd58f04117
Refactor API to be async.
2012-04-11 16:47:42 -07:00
Yury Delendik
73cab9c302
Initial API refectoring
2012-04-11 15:52:15 -07:00
Julian Viereck
c9fb5637c3
Extract one page after the other and not all pages at once
2012-04-08 16:18:43 -07:00
Julian Viereck
3c77291013
Merge text search with current master
2012-04-08 08:57:55 -07:00
Julian Viereck
fd2ab059d3
Rename IRQueue and codeIR -> operatorList
2012-03-16 14:58:53 +01:00
Julian Viereck
c57349a927
Remove TODO on PDFDocModel and rename pdf to pdfModel
2012-03-16 14:54:10 +01:00
Julian Viereck
889d6d100a
Cleanup font loading.
2012-03-16 14:54:10 +01:00