Commit Graph

6324 Commits

Author SHA1 Message Date
Yury Delendik
63f438006b Fixes lint for windows; adds test/font/fontutils.js 2014-03-31 08:50:53 -05:00
Yury Delendik
3e71b3a5fa Merge pull request #4541 from yurydelendik/chrometest
Cools down Chrome/Windows during testing
2014-03-31 08:12:37 -05:00
Yury Delendik
7075032cc8 Merge pull request #4521 from Snuffleupagus/issue-4260
Assign non-zero width/height to all rectangles (issue 4260)
2014-03-31 08:08:39 -05:00
Yury Delendik
4d3b15a486 Cools down Chrome/Windows during testing 2014-03-31 07:46:11 -05:00
Jonas Jenwald
7d5bf83ce8 Fix typo in test/ttx/README.md 2014-03-28 00:05:22 +01:00
Jonas Jenwald
7989c125ba Merge pull request #4529 from stratosv/patch-1
Fix error message typo
2014-03-27 23:54:33 +01:00
Brendan Dahl
19a548ef0d Merge pull request #4515 from yurydelendik/nodetest
Replaces test.py with test.js
2014-03-27 13:44:12 -07:00
Brendan Dahl
a06fca142e Merge pull request #4519 from yurydelendik/pdfbugclean
Cleaning up the viewer and pdfbug; fixes bugs in Stepper
2014-03-27 13:27:15 -07:00
Stratos Voukelatos
6a8c998ebd Fix error message typo
It should read 'PDFFindController cannot be initialized without a PDFFindBar instance'.
2014-03-27 21:43:58 +02:00
Jonas Jenwald
4ead351104 Merge pull request #4527 from yurydelendik/revert3641
Partially reverts #3641
2014-03-27 18:13:31 +01:00
Yury Delendik
17eded9065 Partially reverts #3641 2014-03-27 10:50:42 -05:00
Yury Delendik
5a13fd1250 Merge pull request #4525 from Snuffleupagus/firefox-move-module-import
[Firefox] Only load 'PdfStreamConverter' and 'PdfRedirector' when PDF.js is enabled
2014-03-27 10:19:25 -05:00
Jonas Jenwald
3fee5345b9 [Firefox] Only load 'PdfStreamConverter' and 'PdfRedirector' when PDF.js is enabled 2014-03-27 16:01:13 +01:00
Yury Delendik
5fc806823e Merge pull request #4504 from timvandermeij/importl10n
Import l10n files from mozilla-aurora
2014-03-26 17:52:45 -05:00
Tim van der Meij
eda3fbe994 Importing all locales from mozilla-aurora, keeping our own metadata.inc files 2014-03-26 23:48:04 +01:00
Tim van der Meij
d2127174c2 Removing translations not present in Aurora: they will be replaced in the next commit with proper language codes 2014-03-26 23:48:02 +01:00
Tim van der Meij
c6f009403d Implements importl10n command 2014-03-26 23:48:02 +01:00
Jonas Jenwald
7e7b728b5d Assign non-zero width/height to all rectangles (issue 4260) 2014-03-26 22:29:04 +01:00
Yury Delendik
ed8ecfd00a Cleaning up the viewer and pdfbug; fixes repeats in Stepper 2014-03-26 15:18:53 -05:00
Yury Delendik
1d0286f6a1 Update util.js
Fixes comments for preprocessor
2014-03-26 13:19:10 -05:00
Yury Delendik
e80c6a8a75 Merge pull request #4466 from p01/Faster_1BPP_image_drawing
Faster 1 bpp image drawing
2014-03-26 10:32:05 -05:00
Yury Delendik
483fc9faa0 Merge pull request #4518 from Snuffleupagus/firefox-include-default-preferences
[Firefox] Stop importing default_preferences.js as a module and include it instead
2014-03-26 10:04:21 -05:00
p01
4e6ebf2de0 Optimized putBinaryImageData for GRAYSCALE_1BPP
The following changes make putBinaryImageData 2.2x faster.

* Use a Uint32Array to draw whole pixels instead component by component

* Unroll the inner most loop

* Added lazy PDFJS.hasCanvasTypedArrays, PDFJS.isLittleEndian and compatibility
Uint32ArrayView for browsers using the old CanvasPixelArray
2014-03-26 14:05:59 +01:00
Yury Delendik
9a36184dfa Merge pull request #4511 from prometheansacrifice/parsing-goodytwoshoes-pdf
Fix for #3181: jbig2 encoding for number of instances greater than 1
2014-03-26 07:28:06 -05:00
Yury Delendik
26d57a5c9c Merge pull request #4517 from yurydelendik/jpgjs24
Fixes for small colour variations in tests
2014-03-25 20:38:14 -05:00
Thorben Bochenek
7bf0987810 Fixes for small colour variations in tests
https://github.com/notmasteryet/jpgjs/pull/24
2014-03-25 19:04:02 -05:00
Jonas Jenwald
f6cfab0061 [Firefox] Stop importing default_preferences.js as a module and include it instead 2014-03-26 00:37:32 +01:00
Yury Delendik
dbbe702be5 Merge pull request #4501 from Snuffleupagus/firefox-lazy-load-network
[Firefox] Lazy load network.js in PdfStreamConverter.js
2014-03-25 18:11:24 -05:00
Yury Delendik
cc0c0747b5 Disables range requests for chrome windows during testing 2014-03-25 14:53:40 -05:00
Yury Delendik
1e1667c592 Handles HTTP redirects 2014-03-25 14:07:08 -05:00
Yury Delendik
0fe0bb12d4 Removes test.py 2014-03-25 14:07:08 -05:00
Yury Delendik
c2376e5cea Migrating test.py to test.js 2014-03-25 14:07:08 -05:00
Yury Delendik
567f1f4af0 Makes sure the results are send /handled in right order 2014-03-25 14:07:08 -05:00
Yury Delendik
4df24f457a Replaces pythons web server 2014-03-25 14:07:08 -05:00
Manas (prometheansacrifice)
3025445cbe Fix for #3181: jbig2 encoding for number of instances greater than 1 2014-03-24 11:05:07 +05:30
Jonas Jenwald
42679e1f8b Merge pull request #4509 from Snuffleupagus/lint-curly
Update lint config to enforce braces for single line statements
2014-03-23 12:27:35 +01:00
Jonas Jenwald
a08acc899d Update lint config to enforce braces for single line statements 2014-03-23 12:24:41 +01:00
Jonas Jenwald
e3b830e63c Merge pull request #4505 from timvandermeij/evaluator-syntax
Making src/core/evaluator.js adhere to the style guide
2014-03-23 12:22:09 +01:00
Tim van der Meij
8863ee5d7b Merge pull request #4507 from Snuffleupagus/src-core-braces
Fix coding style in src/core
2014-03-22 22:50:17 +01:00
Tim van der Meij
46f01600ef Merge pull request #4508 from Snuffleupagus/extension-firefox-braces
Fix coding style in extensions/firefox
2014-03-22 22:40:14 +01:00
Jonas Jenwald
2b5fb59b67 Fix coding style in extensions/firefox/bootstrap.js 2014-03-22 21:48:00 +01:00
Jonas Jenwald
597d388930 Fix coding style in extensions/firefox/tools/l10n.js 2014-03-22 21:45:08 +01:00
Jonas Jenwald
6883362a84 Fix coding style in src/core/stream.js 2014-03-22 21:21:01 +01:00
Jonas Jenwald
67b5c8868c Fix coding style in src/core/worker.js 2014-03-22 20:59:16 +01:00
Jonas Jenwald
75de115938 Fix coding style in src/core/font_renderer.js 2014-03-22 20:49:47 +01:00
Jonas Jenwald
131a16b65e Fix coding style in src/core/core.js 2014-03-22 20:49:46 +01:00
Jonas Jenwald
53bbdcb0a1 Fix coding style in src/core/chunked_stream.js 2014-03-22 20:49:46 +01:00
Tim van der Meij
8355b5185d Merge pull request #4503 from Snuffleupagus/fonts-braces
Fix coding style in src/core/fonts.js
2014-03-22 20:47:21 +01:00
Tim van der Meij
c6a06c0f16 Making src/core/evaluator.js adhere to the style guide 2014-03-22 19:15:51 +01:00
Jonas Jenwald
66e243f506 Fix coding style in src/core/fonts.js 2014-03-22 16:19:07 +01:00