fkaelberer
d7aba7b98b
translate statcmp.py to javascript
11 years ago
Ole Michaelis
b4fb161255
adjust the aurora path in the tests browser.json
...
to match a default OSX installation path
11 years ago
Yury Delendik
fcc4dfd9b5
Moves shared/function.js to core/
11 years ago
Yury Delendik
7a19085159
Moves shared/colorspace.js into core/
11 years ago
Yury Delendik
d8eb8b1de1
Adds Promise to the getOperatorList
11 years ago
Jonas Jenwald
a984fe5b55
Add more unit tests for the API
11 years ago
Jonas Jenwald
3e1db41ddd
Fix loading of fonts with empty font files (bug 866395 and issue 3522)
11 years ago
Christian Krebs
3e7bcaa892
Handle nested post script arguments in the preprocessor
...
Fix for issue #4785
11 years ago
Jonas Jenwald
3adab8b183
Fix unit test for getDestinations
11 years ago
Jonas Jenwald
e00b986bd3
Add unit test for getData
11 years ago
Jonas Jenwald
b907e15a90
Build paths for glyph accents when drawing text as curves
11 years ago
Michał Gołębiowski
e625af3fef
Remove type="text/javascript" from script tags.
...
"text/javascript" is not a correct MIME type (the correct one is
"application/javascript") but it's not even needed; all browsers default
to the correct type and treat it as executable JS when type is ommited.
Since not all browsers recognize the "application/javascript" MIME type
the only way to both stay compliant and to support all popular browsers
is to omit the type. It's also shorter this way.
11 years ago
Yury Delendik
9f9454d2ae
Refactors new extension find bar code to support old FF versions
11 years ago
Adam Dane [:hobophobe]
bc66c8119e
Add getFindBar for Fx extension
11 years ago
Tim van der Meij
4caf5b694e
Completes unit tests for PostScript evaluator and fixes two bugs in the evaluator itself
11 years ago
Yury Delendik
ab2d376757
Removs missing test file for #926
11 years ago
Yury Delendik
b7bb016b98
Missing test for #2537 ( e4c3b4501d
)
11 years ago
Yury Delendik
63d5aae3f6
Groups path commands into single command
11 years ago
Jonas Jenwald
747dec16b2
Prevent trying to map characters to the specials unicode block in adjustMapping (issue 4650)
11 years ago
Yury Delendik
31f2a24e78
Reduces memory used during testing
11 years ago
Yury Delendik
98e023e464
Guesses Type1C font type based on file content
11 years ago
Thorben Bochenek
e8f0700bfa
Move the colour conversion to jpg.js
...
Benchmarking shows that this improves performance for the invitation document
from https://github.com/mozilla/pdf.js/issues/3809 by 35%
11 years ago
Yury Delendik
bf3a2488df
Recognizes ascii type1 encoding
11 years ago
Yury Delendik
98ab547140
Fixes webbrowser.js to avoid undefined callback call
11 years ago
Brendan Dahl
339f8f0ac9
Call correct quit function and wait request sending.
11 years ago
Brendan Dahl
70ce3a88a1
Use special powers quit in unit tests.
11 years ago
Yury Delendik
1b636532d6
Adjusts mozcentral test files
11 years ago
Brendan Dahl
da522d42d4
Fix special powers add-on for firefox.
11 years ago
Brendan Dahl
b242826d29
Fix seac regression.
11 years ago
Yury Delendik
003e94885b
Tests for text layer
11 years ago
Tim van der Meij
1d066b768f
Removes custom test/reporter.js from the lint process
11 years ago
Tim van der Meij
7a2cb7cddd
Fixes lint warning W004 in /test
11 years ago
Tim van der Meij
10f80bda23
Fixes lint warning W004 in src/shared
11 years ago
Tim van der Meij
a71a87a821
Fixes lint warning W018: confusing use of exclamation mark
11 years ago
Brendan Dahl
5bd8a83c9b
Build the text layer geometry on the worker.
11 years ago
Jonas Jenwald
9e6c66be12
Handle 'space' character correctly in WinAnsiEncoding (bug 850854)
11 years ago
Jonas Jenwald
8fc4ebd5cb
Handle 'space' character correctly in MacRomanEncoding (bug 878026)
11 years ago
Yury Delendik
89a676a49c
Protects from killing a closed process
11 years ago
Yury Delendik
b72094d740
Using shell/cmd commands to kill browser tasks
11 years ago
Thorben Bochenek
c834ba7c3e
Make Opera a possible browser to test with
11 years ago
Thorben Bochenek
5c6985bc82
Remove unused variable
11 years ago
Yury Delendik
f57c6935d7
Implements WebGL support
11 years ago
Yury Delendik
d7174582c0
Better test process killing for Windows
11 years ago
Yury Delendik
63f438006b
Fixes lint for windows; adds test/font/fontutils.js
11 years ago
Yury Delendik
4d3b15a486
Cools down Chrome/Windows during testing
11 years ago
Jonas Jenwald
7d5bf83ce8
Fix typo in test/ttx/README.md
11 years ago
Yury Delendik
cc0c0747b5
Disables range requests for chrome windows during testing
11 years ago
Yury Delendik
1e1667c592
Handles HTTP redirects
11 years ago
Yury Delendik
0fe0bb12d4
Removes test.py
11 years ago
Yury Delendik
c2376e5cea
Migrating test.py to test.js
11 years ago