Brendan Dahl
77bbd1666e
Merge pull request #736 from vingtetun/extension-unload
...
Add support for disabling the firefox extension on the fly
14 years ago
Vivien Nicolas
0331847927
Add support for disabling the firefox extension on the fly
14 years ago
Artur Adib
03c779a2e5
Merge pull request #733 from kkujala/dev
...
Name anonymous functions
14 years ago
Artur Adib
0538edbbeb
Merge pull request #732 from kkujala/master
...
Name anonymous functions in core.js.
14 years ago
Kalervo Kujala
a7690dea0a
Name anonymous functions in canvas.js.
14 years ago
Kalervo Kujala
8f3448e9a8
Name anonymous functions in colorspace.js.
14 years ago
Kalervo Kujala
11098d66dc
Name anonymous functions in image.js.
14 years ago
Kalervo Kujala
ce3f9ae3e8
Name anonymous functions in core.js.
14 years ago
Andreas Gal
eed0773259
Merge pull request #722 from kkujala/master
...
Name a few anonymous functions.
14 years ago
Andreas Gal
ea7e9aab9c
Merge pull request #725 from kkujala/dev
...
Name anonymous functions in obj.js.
14 years ago
Andreas Gal
e42a638643
Merge pull request #726 from kkujala/test
...
Name anonymous funtions in function.js.
14 years ago
Andreas Gal
6bf65979d4
Merge pull request #728 from notmasteryet/tree-36
...
Fixing 'compatibility.js' load order; add Object.keys emulation
14 years ago
notmasteryet
0912959503
Fixing 'compatibility.js' load order; add Object.keys emulation
14 years ago
Kalervo Kujala
dc15019248
Name anonymous funtions in function.js.
14 years ago
Kalervo Kujala
b9748a91f1
Name anonymous functions in obj.js.
14 years ago
Kalervo Kujala
8a5516c96c
Rename Shanding related functions with better name names.
14 years ago
Kalervo Kujala
7e762169cf
Name a few anonymous functions.
...
Also rename some functions.
14 years ago
Kalervo Kujala
d7c2e79cb8
Merge remote-tracking branch 'upstream/master'
14 years ago
notmasteryet
a7a6e41ec6
Merge pull request #702 from eloquentix/master
...
Fixed syntax error in Safari and corrected rendering logic for two methods
14 years ago
Ionuț G. Stan
d167552766
Merge branch 'master' of https://github.com/andreasgal/pdf.js
14 years ago
Ionuț G. Stan
56789aea47
Fix lint errors
...
Single quotes instead of double quotes
14 years ago
Artur Adib
2ade3b1370
Merge pull request #714 from kkujala/master
...
Name anonymous functions in worker.js.
14 years ago
Kalervo Kujala
588b79964a
Merge remote-tracking branch 'upstream/master'
14 years ago
Kalervo Kujala
068e77bdec
Name anonymous functions in worker.js.
14 years ago
Ionuț G. Stan
8a6cf185fd
Add eq test for close path rendering bug
...
See: 56b9a3543d
14 years ago
Ionuț G. Stan
b7573709c2
Merge branch 'master' of https://github.com/andreasgal/pdf.js
...
Conflicts:
pdf.js
14 years ago
Ionuț G. Stan
009d6a8863
Log error stacktrace only when available
...
Safari does not provide a `stack` property on Error instances.
14 years ago
vingtetun
21a6467b23
Merge pull request #708 from kkujala/master
...
Fix js strict warning in worker.js.
14 years ago
Kalervo Kujala
7e6a589074
Fix js strict warning in worker.js.
...
Also fix a few minor nits.
14 years ago
vingtetun
b8dd054c7d
Merge pull request #700 from arturadib/filesplit
...
File split
14 years ago
Ionuț G. Stan
0c321466dc
Set DeviceGray as initial value for color space
...
See the PDF reference, section 4.3 Graphics State, table 4.2, third row.
> The current color space in which color values are to be interpreted
> (see Section 4.5, “Color Spaces”). There are two separate color space
> parameters: one for stroking and one for all other painting opera-
> tions. Initial value: DeviceGray.
The problem before was that certain PDFs didn't explicitly set the
color space, so a call to `setFillColor` or `setStrokeColor` were failing
when the `getRgb` method was call, as the color space was null.
See source code of CanvasGraphics.prototype.setFillColor/setStrokeColor.
14 years ago
Ionuț G. Stan
56b9a3543d
Close path in `closeFillStroke` and `closeEOFillStroke`
...
See Chapter 4, page 230, Table 4.10 of the PDF specification.
14 years ago
Ionuț G. Stan
a17b13019b
Fix strict mode syntax error in Safari
...
This happens in Safari 5.1 and Mobile Safari on iOS 5.
Apparently, Safari considers the function name as part of the ECMA's
FormalParameterList and applies the strict mode rules from section 13.1
of the specification.
> It is a SyntaxError if any Identifier value occurs more than once
> within a FormalParameterList of a strict mode
> FunctionDeclaration or FunctionExpression.
14 years ago
Artur Adib
41caf5018d
Merge branch 'refs/heads/master' into filesplit
...
Conflicts:
pdf.js
14 years ago
Artur Adib
1d4e3025b6
PDF --> PDFJS, global wrapper named
14 years ago
Artur Adib
135af5df13
git-ignore extensions/firefox/content/
14 years ago
Artur Adib
6eaa49761b
make test: Do not require build
14 years ago
Artur Adib
b8a1b3fa5c
BUILD_TARGET; 'make' works now; README update
14 years ago
Artur Adib
fab876d7bb
README - make bundle
14 years ago
Artur Adib
df7baea6d2
Lint
14 years ago
Artur Adib
e9c96c6052
Nit
14 years ago
Artur Adib
f9ba29cf12
Fixed tests
14 years ago
Artur Adib
e71b6188c6
'use strict' everywhere
14 years ago
Artur Adib
0aae9ef880
nit
14 years ago
Artur Adib
0075007d49
Production scripts
14 years ago
Artur Adib
81a55651ed
Missed new file
14 years ago
Artur Adib
2e0af76865
Viewer working with dev version
14 years ago
Artur Adib
b049185d51
Nit
14 years ago
Artur Adib
181d1e111a
redundant include
14 years ago
Artur Adib
74015f70ee
hello world fixed
14 years ago