Clement Skau
5edd6d253f
Fixes Viewport rotation above 360
13 years ago
Yury Delendik
bc19b5581e
Removes usage of print as log
13 years ago
Brendan Dahl
739ee47865
Use Blob constructor when available instead of deprecated MozBlobBuilder.
13 years ago
Brendan Dahl
332ae4ce41
Change to the Apache v2 license.
13 years ago
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.
13 years ago
Yury Delendik
af4bd10c70
Allow relative URLs in getDocument
13 years ago
Yury Delendik
0dd445bf18
Fixes unit tests and adds few for util.js
13 years ago
Yury Delendik
00f1d6dbf1
Fetches pdf data in the worker
13 years ago
Nils Maier
40b9be137f
Decode XML metadata as UTF-8
...
XML uses UTF-8 by default, which needs to be decoded to a Javascript
String prior to feeding it to the DOMParser.
In an ideal world, the XML would actually be analyzed and the specified
charset would be used, however that does not seem feasible unless JS
engines get iconv bindings.
Fixes GH-1692
13 years ago
Jakob Miland
b655b414d8
PasswordException in closure
13 years ago
Brendan Dahl
034583e1a1
Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension.
13 years ago
Jakob Miland
0a30d3961b
Support password and add the relevant l10n strings
13 years ago
Kalervo Kujala
889b3d3168
Correct class method names.
13 years ago
Brendan Dahl
04c8d1454d
Add Util functions to PDFJS.
13 years ago
Yury Delendik
b312719d7e
Fixes test driver and examples
13 years ago
Yury Delendik
d61c4f07f8
Initial view bug and rename viewport function
13 years ago
Yury Delendik
47c43b5779
Removing the rotatePoint, width, height from the API
13 years ago
Yury Delendik
737ed84174
Initial API implementation
13 years ago
Kalervo Kujala
99440ab691
Refactor class method names.
...
Also move functionality to more logical place in canvas.js and jpx.js.
13 years ago
theredspatula
6f61b52943
Line 405 : 'errorback' should have been 'errback'
13 years ago
notmasteryet
b870cbad0f
Move custom style
13 years ago
Brendan Dahl
e07505ff8d
Update stats to use the new pdfBug panel.
13 years ago
Artur Adib
048e40b869
Fixes #1155
13 years ago
Adil Allawi
6902ba51fa
Properly support custom CSS properties
...
Fix comment in bidi
13 years ago
Brendan Dahl
66052f2dd2
Switch to textContent. Fix lint.
13 years ago
Artur Adib
0fc6c03956
Lab color space, closes #1133
13 years ago
Kalervo Kujala
66e3441e0e
Change throws to errors.
13 years ago
Artur Adib
5c8753dcba
Fixing regression errors, better logic
13 years ago
Brendan Dahl
bd6d89e1a8
Start of the benchmark recording framework.
13 years ago
Brendan Dahl
dddcb9c91b
Add error backs for promises.
13 years ago
Julian Viereck
0c22e5d653
Make sure resolving the promise sets some data
13 years ago
Brendan Dahl
176452c988
Style nits.
14 years ago
Brendan Dahl
683f64d54f
Use promises to track completion of decoding.
14 years ago
Kalervo Kujala
1ef4c94de2
Name all constructors.
14 years ago
Artur Adib
2c3991f8b0
More progress, workers working
14 years ago
Kalervo Kujala
7e762169cf
Name a few anonymous functions.
...
Also rename some functions.
14 years ago
Ionuț G. Stan
56789aea47
Fix lint errors
...
Single quotes instead of double quotes
14 years ago
Kalervo Kujala
7e6a589074
Fix js strict warning in worker.js.
...
Also fix a few minor nits.
14 years ago
Artur Adib
e71b6188c6
'use strict' everywhere
14 years ago
Artur Adib
a7278b7fbc
Splitting files
14 years ago