Commit Graph

1614 Commits

Author SHA1 Message Date
Kalervo Kujala
a9b88d2cf8 Add test/ to the lint. 2011-08-11 23:44:08 +03:00
Kalervo Kujala
9ee841388a Add test js files to the lint.
Specifically driver.js and user.js will now be part of lint.
2011-08-11 21:48:43 +03:00
Kalervo Kujala
b2037841e5 Correct the coding style according to gjslint in font.js
Also refactor the lines that are over 80 characters long.
2011-08-11 21:41:03 +03:00
Chris Jones
ec9b3d67af Merge pull request #318 from kkujala/master
Refactor the line that is longer than 80 characters in web/viewer.js.
2011-08-09 13:57:56 -07:00
Kalervo Kujala
eebb47c072 Refactor the line that is longer than 80 characters in web/viewer.js. 2011-08-09 23:42:50 +03:00
Andreas Gal
be5ecf2573 Merge pull request #317 from kkujala/master
Refactor the lines that are longer than 80 characters in pdf.js.
2011-08-09 13:22:27 -07:00
Kalervo Kujala
77104f9270 Refactor the lines that are longer than 80 characters in pdf.js. 2011-08-09 23:10:44 +03:00
Chris Jones
ee4bc65cb1 Merge pull request #314 from kkujala/master
Use strict in user.js.
2011-08-08 14:44:50 -07:00
Kalervo Kujala
9634eab60b Use strict in user.js.
And correct the coding style according to gjslint.
2011-08-09 00:24:01 +03:00
Andreas Gal
75b8fa56ee Merge pull request #313 from kkujala/30ecf43676dbc448f04ba66341889b0e1085b55f
Correct the coding style according to gjslint for driver.js.
2011-08-08 14:12:07 -07:00
Kalervo Kujala
6179e9be90 Merge remote-tracking branch 'upstream/master' 2011-08-09 00:07:56 +03:00
Kalervo Kujala
30ecf43676 Correct the coding style according to gjslint for driver.js.
And remove stray tabs.
2011-08-09 00:03:08 +03:00
Chris Jones
b628d06e9d Merge pull request #312 from kkujala/master
Correct the coding style according to gjslint.
2011-08-08 13:33:01 -07:00
Kalervo Kujala
f656e841ac Correct the coding style according to gjslint.
And remove stray tabs.
2011-08-08 23:13:32 +03:00
Andreas Gal
1a0141b225 Merge pull request #311 from brendandahl/rotation
Normalizing rotation
2011-08-07 22:08:10 -07:00
Brendan Dahl
850c042af7 Normalizing rotation 2011-08-07 21:54:11 -07:00
Andreas Gal
fe7c03dece Merge pull request #310 from brendandahl/rotation
Adding support for page rotation
2011-08-06 16:14:35 -07:00
Brendan Dahl
3a80ccad4e Better undefined check 2011-08-06 15:47:08 -07:00
Andreas Gal
1b4b143b88 Merge pull request #309 from kkujala/master
Show browser-test results in pageNum/numPages format.
2011-08-06 15:35:48 -07:00
Brendan Dahl
4377eed920 Adding support for page rotation 2011-08-06 14:41:18 -07:00
Kalervo Kujala
25a6e09d78 Show browser-test results in pageNum/numPages format.
This is only for convenience in order to see how far in the pdf the test
currently is.
2011-08-07 00:29:34 +03:00
Andreas Gal
ad02c82f6a Merge pull request #308 from kkujala/master
Create an example browser_manifest.json for windows.
2011-08-06 13:59:15 -07:00
Andreas Gal
3a87671c75 Merge pull request #307 from kkujala/master
Avoid browser-test stoppage when task.pdfDoc is undefined.
2011-08-06 13:55:45 -07:00
Kalervo Kujala
dc01974aa4 Create an example browser_manifest.json for windows. 2011-08-06 23:53:08 +03:00
Kalervo Kujala
b1ea9332b8 Avoid browser-test stoppage when task.pdfDoc is undefined.
If nextTask leaves task.pdfDoc as undefined then sendTaskResult will fail on
that. SendTaskResult tries to access task.pdfDoc.numPages which cannot
succeed. This leads to a complete stop in the browser-test.
2011-08-06 23:33:07 +03:00
Andreas Gal
df1e0f9d7d Merge pull request #306 from kkujala/master
Use strict in driver.js.
2011-08-06 13:31:25 -07:00
Kalervo Kujala
17e02e3c39 Use strict in driver.js.
And declare undeclared variables.
2011-08-06 22:54:16 +03:00
Andreas Gal
8110c585b2 Merge pull request #305 from mehlis/master
fix url to demo site
2011-08-06 05:57:08 -07:00
Andreas Gal
e2ed5d28a6 Merge pull request #303 from cgjones/master
Fix bug in ref-updating code
2011-08-06 05:49:13 -07:00
Christian Mehlis
1cca102517 fix url to demo site
the name of the created file is viewer.html
2011-08-06 11:45:33 +02:00
Chris Jones
109745a2c6 Merge pull request #304 from sbarman/master
Add link file
2011-08-06 01:49:39 -07:00
sbarman
3c0ba19c88 Added new link file 2011-08-06 00:22:57 -07:00
Chris Jones
41bdf82137 Fix bug in ref-updating code 2011-08-06 00:07:33 -07:00
Andreas Gal
22533af762 Merge pull request #301 from kkujala/master
Correct the return values for lookChar function.
2011-08-04 17:46:20 -07:00
Kalervo Kujala
ed2368fed7 Correct the return values for lookChar function.
Also refactor the code slightly for an early return.
2011-08-05 03:33:00 +03:00
Andreas Gal
a7f7013fdc Merge pull request #298 from sbarman/inlineimage
Implemented inline images
2011-08-03 22:58:10 -07:00
sbarman
7a7ff9e8c5 cleanup 2011-08-03 22:43:15 -07:00
sbarman
4b132a7b3e Added test for inline images 2011-08-03 22:22:24 -07:00
sbarman
80c1bab604 cleanup 2011-08-03 21:19:27 -07:00
sbarman
e412a4273a Merge branch 'master' into inlineimage 2011-08-03 21:17:02 -07:00
sbarman
a32b56ae85 inline images working 2011-08-03 21:11:57 -07:00
Andreas Gal
017279b6ec Merge pull request #296 from sbarman/lexerfix2
added skip to lexer
2011-08-03 15:05:43 -07:00
Andreas Gal
271fd88a49 Merge pull request #295 from sbarman/lexerfix
fix for bug with empty strings
2011-08-03 15:05:27 -07:00
sbarman
476c633a88 Merge branch 'lexerfix2' into streams 2011-08-03 14:45:51 -07:00
sbarman
ececccfa80 added skip to lexer 2011-08-03 14:14:42 -07:00
sbarman
5434cd3a0b fix for bug with empty strings 2011-08-03 14:08:35 -07:00
sbarman
42eda3e67d Merge pull request #293 from ivarsv/master
fontName can be stored in xref
2011-08-03 11:37:20 -07:00
Ivars Veksins
cffcac597c fontName can be stored in xref 2011-08-03 11:56:43 +01:00
Chris Jones
f340f3155d Merge pull request #290 from sbarman/tilingcompile
Moved compilation of tiling code to partial evaluator
2011-08-02 16:34:49 -07:00
sbarman
19b36f6a66 removed comments 2011-08-02 12:37:23 -07:00