]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
13 years agoMerge remote-tracking branch 'mozilla/master' into mergexref-1
Yury Delendik [Thu, 5 Apr 2012 15:03:49 +0000 (10:03 -0500)]
Merge remote-tracking branch 'mozilla/master' into mergexref-1

Conflicts:
src/core.js
src/evaluator.js
src/obj.js

13 years agoMerge pull request #1490 from arturadib/fix-test-duplicates
Yury Delendik [Thu, 5 Apr 2012 14:36:58 +0000 (07:36 -0700)]
Merge pull request #1490 from arturadib/fix-test-duplicates

Fix ordering of test snapshots

13 years agoMerge pull request #1325 from jviereck/readme
Yury Delendik [Thu, 5 Apr 2012 14:30:17 +0000 (07:30 -0700)]
Merge pull request #1325 from jviereck/readme

Point to the contributor wiki page on how to run the tests

13 years agoMerge pull request #1489 from kkujala/refactor
Yury Delendik [Thu, 5 Apr 2012 14:14:29 +0000 (07:14 -0700)]
Merge pull request #1489 from kkujala/refactor

Refactor class method names.

13 years agoFix lint warnings in fonts.js.
Kalervo Kujala [Thu, 5 Apr 2012 04:37:04 +0000 (07:37 +0300)]
Fix lint warnings in fonts.js.

13 years agoMerge pull request #1491 from brendandahl/changesupporturl
Yury Delendik [Thu, 5 Apr 2012 04:06:43 +0000 (21:06 -0700)]
Merge pull request #1491 from brendandahl/changesupporturl

Change support url for moz central add-on.

13 years agoChange support url for moz central add-on.
Brendan Dahl [Wed, 4 Apr 2012 22:41:52 +0000 (15:41 -0700)]
Change support url for moz central add-on.

13 years agoFix table of contents.
Brendan Dahl [Wed, 4 Apr 2012 22:29:50 +0000 (15:29 -0700)]
Fix table of contents.

13 years agoRetry w/ JSON to avoid cross-object contamination
Artur Adib [Wed, 4 Apr 2012 22:25:22 +0000 (18:25 -0400)]
Retry w/ JSON to avoid cross-object contamination

13 years agoCorrect Type1 class method names.
Kalervo Kujala [Wed, 4 Apr 2012 21:14:47 +0000 (00:14 +0300)]
Correct Type1 class method names.

13 years agoRefactor class method names.
Kalervo Kujala [Wed, 4 Apr 2012 20:43:26 +0000 (23:43 +0300)]
Refactor class method names.

Also move functionality to more logical place in canvas.js and jpx.js.

13 years agoMerge branch 'master' of https://github.com/mozilla/pdf.js into xrefdict
Brendan Dahl [Wed, 4 Apr 2012 18:45:04 +0000 (11:45 -0700)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into xrefdict

13 years agoMake Dict handle all the fetching of Refs.
Brendan Dahl [Wed, 4 Apr 2012 18:43:04 +0000 (11:43 -0700)]
Make Dict handle all the fetching of Refs.

13 years agoImproving invalid operations syntax recovery (#1466) (see also #589)
Yury Delendik [Wed, 4 Apr 2012 16:50:20 +0000 (11:50 -0500)]
Improving invalid operations syntax recovery (#1466) (see also #589)

13 years agoRemoving double-entry for 'space' for standard encodings
Yury Delendik [Wed, 4 Apr 2012 14:48:33 +0000 (09:48 -0500)]
Removing double-entry for 'space' for standard encodings

13 years agoMerge pull request #1479 from arturadib/fix-driver
Andreas Gal [Wed, 4 Apr 2012 00:17:29 +0000 (17:17 -0700)]
Merge pull request #1479 from arturadib/fix-driver

Fixing driver.js for Windows bot

13 years agodriver.js: retry POST until successful
Artur Adib [Tue, 3 Apr 2012 22:19:03 +0000 (18:19 -0400)]
driver.js: retry POST until successful

13 years agoMerge pull request #1457 from gigaherz/closure-compiler
notmasteryet [Sat, 31 Mar 2012 21:42:15 +0000 (14:42 -0700)]
Merge pull request #1457 from gigaherz/closure-compiler

Fixes to allow compiling with Closure Compiler

13 years agoMerge pull request #1448 from brendandahl/fdselectorder
notmasteryet [Sat, 31 Mar 2012 14:55:01 +0000 (07:55 -0700)]
Merge pull request #1448 from brendandahl/fdselectorder

Fix cff regression.

13 years agoMerge pull request #1396 from gigaherz/title-mods
notmasteryet [Fri, 30 Mar 2012 23:28:55 +0000 (16:28 -0700)]
Merge pull request #1396 from gigaherz/title-mods

Assign the filename to the page title instead of the full URL

13 years agoDecode the filename when assigning to title.
gigaherz [Fri, 30 Mar 2012 23:23:53 +0000 (01:23 +0200)]
Decode the filename when assigning to title.

13 years agoMerge branch 'master' of https://github.com/mozilla/pdf.js into title-mods
gigaherz [Fri, 30 Mar 2012 22:48:06 +0000 (00:48 +0200)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into title-mods

13 years agoUndo comment changes.
gigaherz [Fri, 30 Mar 2012 21:28:11 +0000 (23:28 +0200)]
Undo comment changes.

13 years agoReplace variables named 'char'=>'character', 'byte'=>'octet' and field '.private...
gigaherz [Fri, 30 Mar 2012 21:17:04 +0000 (23:17 +0200)]
Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler.

13 years agoMerge pull request #1417 from notmasteryet/issue-1395
Brendan Dahl [Fri, 30 Mar 2012 19:25:36 +0000 (12:25 -0700)]
Merge pull request #1417 from notmasteryet/issue-1395

Don't print missing symbols in the font

13 years agoRemove test case, already covered.
Brendan Dahl [Fri, 30 Mar 2012 16:12:46 +0000 (09:12 -0700)]
Remove test case, already covered.

13 years agoMerge pull request #1377 from gigaherz/progressbar
Brendan Dahl [Fri, 30 Mar 2012 15:49:29 +0000 (08:49 -0700)]
Merge pull request #1377 from gigaherz/progressbar

Add a Progressbar to the loading indicator

13 years agoFix cff regression.
Brendan Dahl [Thu, 29 Mar 2012 22:37:40 +0000 (15:37 -0700)]
Fix cff regression.

13 years agoMerge pull request #1444 from arturadib/new-bot
Brendan Dahl [Thu, 29 Mar 2012 19:32:09 +0000 (12:32 -0700)]
Merge pull request #1444 from arturadib/new-bot

New files for Windows bot

13 years agooops: remove makeref
Artur Adib [Thu, 29 Mar 2012 19:12:27 +0000 (15:12 -0400)]
oops: remove makeref

13 years agominor fixes
Artur Adib [Thu, 29 Mar 2012 19:04:12 +0000 (15:04 -0400)]
minor fixes

13 years agoFix gradients for fill and stroke.
Brendan Dahl [Thu, 29 Mar 2012 15:53:51 +0000 (08:53 -0700)]
Fix gradients for fill and stroke.

13 years agobumping ShellJS
Artur Adib [Wed, 28 Mar 2012 22:03:31 +0000 (18:03 -0400)]
bumping ShellJS

13 years agomake bottest
Artur Adib [Wed, 28 Mar 2012 21:06:41 +0000 (17:06 -0400)]
make bottest

13 years agoMerge pull request #1413 from saebekassebil/metadata
Brendan Dahl [Wed, 28 Mar 2012 19:02:16 +0000 (12:02 -0700)]
Merge pull request #1413 from saebekassebil/metadata

Metadata Parsing - Setting proper document title

13 years agoFile header
Saebekassebil [Wed, 28 Mar 2012 18:09:03 +0000 (20:09 +0200)]
File header

13 years agoUse strict and expose in build version
Saebekassebil [Wed, 28 Mar 2012 18:07:37 +0000 (20:07 +0200)]
Use strict and expose in build version

13 years agoexpose documentInfo in viewer
Saebekassebil [Wed, 28 Mar 2012 17:29:05 +0000 (19:29 +0200)]
expose documentInfo in viewer

13 years agoFix throwing errors
Saebekassebil [Wed, 28 Mar 2012 17:15:59 +0000 (19:15 +0200)]
Fix throwing errors

13 years agoMerge pull request #1430 from kkujala/master
Brendan Dahl [Wed, 28 Mar 2012 02:21:03 +0000 (19:21 -0700)]
Merge pull request #1430 from kkujala/master

Fix a couple of closure names.

13 years agofix wnv_chinese link
Artur Adib [Wed, 28 Mar 2012 01:00:27 +0000 (21:00 -0400)]
fix wnv_chinese link

13 years agoMerge pull request #1431 from notmasteryet/tree-88
Brendan Dahl [Wed, 28 Mar 2012 00:40:48 +0000 (17:40 -0700)]
Merge pull request #1431 from notmasteryet/tree-88

Remove scrollTo on unload

13 years agomore one-line fixes
Saebekassebil [Tue, 27 Mar 2012 20:37:02 +0000 (22:37 +0200)]
more one-line fixes

13 years agofix to follow syntax style guidelines
Saebekassebil [Tue, 27 Mar 2012 20:32:35 +0000 (22:32 +0200)]
fix to follow syntax style guidelines

13 years agoRemove scrollTo on unload
notmasteryet [Tue, 27 Mar 2012 16:48:47 +0000 (11:48 -0500)]
Remove scrollTo on unload

13 years agoFix a couple of closure names.
Kalervo Kujala [Tue, 27 Mar 2012 11:27:49 +0000 (14:27 +0300)]
Fix a couple of closure names.

13 years agoUnwrap getFileName from the object, avoid issues with / in query/anchor strings,...
gigaherz [Tue, 27 Mar 2012 07:27:54 +0000 (09:27 +0200)]
Unwrap getFileName from the object, avoid issues with / in query/anchor strings, simplify the code to calculate 'end'.

13 years agoSimplified the ProgressBar a bit: made the div fixed-size, removed the unnecessary...
gigaherz [Tue, 27 Mar 2012 07:13:32 +0000 (09:13 +0200)]
Simplified the ProgressBar a bit: made the div fixed-size, removed the unnecessary '.remaining' div, used percent size for the '.progress' div.

13 years agoMerge pull request #1428 from notmasteryet/tree-87
notmasteryet [Tue, 27 Mar 2012 03:22:27 +0000 (20:22 -0700)]
Merge pull request #1428 from notmasteryet/tree-87

Fixing refimages

13 years agoFixing refimages
notmasteryet [Tue, 27 Mar 2012 02:43:51 +0000 (21:43 -0500)]
Fixing refimages

13 years agoMerge pull request #1406 from 'bdahl/string_fontname'
notmasteryet [Tue, 27 Mar 2012 02:17:16 +0000 (21:17 -0500)]
Merge pull request #1406 from  'bdahl/string_fontname'

Fix string font names.

13 years agoMerge pull request #1406 from brendandahl/altlistener
notmasteryet [Tue, 27 Mar 2012 01:51:11 +0000 (18:51 -0700)]
Merge pull request #1406 from brendandahl/altlistener

Use Different Approach to add Event Listener

13 years agoMerge pull request #1418 from notmasteryet/truetype-enc-2
Brendan Dahl [Tue, 27 Mar 2012 00:12:16 +0000 (17:12 -0700)]
Merge pull request #1418 from notmasteryet/truetype-enc-2

Checking if it's a true symbolic truetype font

13 years agomoving \!pdfTitle to front
Saebekassebil [Mon, 26 Mar 2012 22:17:57 +0000 (00:17 +0200)]
moving \!pdfTitle to front

13 years agoreturn and shadow for getDocumentInfo
Saebekassebil [Mon, 26 Mar 2012 22:16:16 +0000 (00:16 +0200)]
return and shadow for getDocumentInfo

13 years agorefactor getFingerprint
Saebekassebil [Mon, 26 Mar 2012 22:14:59 +0000 (00:14 +0200)]
refactor getFingerprint

13 years agorefactor and shadow
Saebekassebil [Mon, 26 Mar 2012 22:05:14 +0000 (00:05 +0200)]
refactor and shadow

13 years agowrong filename in make.js
Saebekassebil [Mon, 26 Mar 2012 21:53:51 +0000 (23:53 +0200)]
wrong filename in make.js

13 years agoNow also fetch 'Document Info Dictionary', and expose 'raw' metadata attributes
Saebekassebil [Mon, 26 Mar 2012 21:48:04 +0000 (23:48 +0200)]
Now also fetch 'Document Info Dictionary', and expose 'raw' metadata attributes

13 years agoUpgrading ShellJS, introducing 'makeref'
Artur Adib [Mon, 26 Mar 2012 20:33:00 +0000 (16:33 -0400)]
Upgrading ShellJS, introducing 'makeref'

13 years agoMerge pull request #1393 from notmasteryet/issue-1392
Artur Adib [Mon, 26 Mar 2012 19:45:54 +0000 (12:45 -0700)]
Merge pull request #1393 from notmasteryet/issue-1392

fixing usmanm-bad.pdf link

13 years agoMerge pull request #1415 from saebekassebil/issue1302
Julian Viereck [Mon, 26 Mar 2012 19:21:16 +0000 (12:21 -0700)]
Merge pull request #1415 from saebekassebil/issue1302

Fix issue #1302

13 years agoChecking if it's a true symbolic truetype font
notmasteryet [Sun, 25 Mar 2012 21:30:44 +0000 (16:30 -0500)]
Checking if it's a true symbolic truetype font

13 years agoFixing advance after disabled symbols
notmasteryet [Sun, 25 Mar 2012 19:31:28 +0000 (14:31 -0500)]
Fixing advance after disabled symbols

13 years agoDon't print missing symbols in the font
notmasteryet [Sun, 25 Mar 2012 19:15:40 +0000 (14:15 -0500)]
Don't print missing symbols in the font

13 years agoFix issue #1302
Saebekassebil [Sun, 25 Mar 2012 11:00:43 +0000 (13:00 +0200)]
Fix issue #1302

13 years agoMerge remote-tracking branch 'origin/master' into mozilla
Saebekassebil [Sun, 25 Mar 2012 10:30:24 +0000 (12:30 +0200)]
Merge remote-tracking branch 'origin/master' into mozilla

13 years agoTypo from git'ing around
Saebekassebil [Sat, 24 Mar 2012 22:39:03 +0000 (23:39 +0100)]
Typo from git'ing around

13 years agolint..
Saebekassebil [Sat, 24 Mar 2012 19:02:20 +0000 (20:02 +0100)]
lint..

13 years agoMetadata parsing/serialization
Saebekassebil [Sat, 24 Mar 2012 18:59:51 +0000 (19:59 +0100)]
Metadata parsing/serialization

13 years agoMerge pull request #1382 from kkujala/master
notmasteryet [Sat, 24 Mar 2012 17:00:46 +0000 (10:00 -0700)]
Merge pull request #1382 from kkujala/master

Use [] instead of new Array(...).

13 years agoMerge pull request #1412 from gigaherz/misc
notmasteryet [Sat, 24 Mar 2012 15:26:31 +0000 (08:26 -0700)]
Merge pull request #1412 from gigaherz/misc

Adding myself to the contributor list.

13 years agoAdding myself to the contributor list.
gigaherz [Sat, 24 Mar 2012 15:22:55 +0000 (16:22 +0100)]
Adding myself to the contributor list.

13 years agoLint fixes.
gigaherz [Sat, 24 Mar 2012 14:23:27 +0000 (15:23 +0100)]
Lint fixes.

13 years agoAdd url check.
Brendan Dahl [Fri, 23 Mar 2012 21:48:50 +0000 (14:48 -0700)]
Add url check.

13 years agoRemove duplicaten dom window func.
Brendan Dahl [Fri, 23 Mar 2012 21:32:19 +0000 (14:32 -0700)]
Remove duplicaten dom window func.

13 years agoUse a different way to add the event listener.
Brendan Dahl [Fri, 23 Mar 2012 21:28:09 +0000 (14:28 -0700)]
Use a different way to add the event listener.

13 years agoBetter filename cleanup
gigaherz [Fri, 23 Mar 2012 20:13:04 +0000 (21:13 +0100)]
Better filename cleanup

13 years agoAssign the filename to the page title instead of the full URL
gigaherz [Fri, 23 Mar 2012 15:26:06 +0000 (16:26 +0100)]
Assign the filename to the page title instead of the full URL

13 years agofixing usmanm-bad.pdf link
notmasteryet [Thu, 22 Mar 2012 23:07:40 +0000 (18:07 -0500)]
fixing usmanm-bad.pdf link

13 years agoWrong word.
gigaherz [Thu, 22 Mar 2012 21:57:42 +0000 (22:57 +0100)]
Wrong word.

13 years agoSimplified ProgressBar class. Visual tweaks.
gigaherz [Thu, 22 Mar 2012 21:51:10 +0000 (22:51 +0100)]
Simplified ProgressBar class. Visual tweaks.

13 years agoMerge branch 'master' of https://github.com/mozilla/pdf.js into progressbar
gigaherz [Thu, 22 Mar 2012 21:50:22 +0000 (22:50 +0100)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into progressbar

13 years agoMerge remote-tracking branch 'origin/master' into mozilla
Saebekassebil [Thu, 22 Mar 2012 19:35:05 +0000 (20:35 +0100)]
Merge remote-tracking branch 'origin/master' into mozilla

13 years agoMerge pull request #1361 from notmasteryet/truetype-enc-1
Brendan Dahl [Thu, 22 Mar 2012 18:49:16 +0000 (11:49 -0700)]
Merge pull request #1361 from notmasteryet/truetype-enc-1

Fixes TrueType cmap re-encoding

13 years agoUse [] instead of new Array(...).
Kalervo Kujala [Thu, 22 Mar 2012 13:15:27 +0000 (15:15 +0200)]
Use [] instead of new Array(...).

13 years agoMerge pull request #1320 from brendandahl/cff
notmasteryet [Thu, 22 Mar 2012 00:33:15 +0000 (17:33 -0700)]
Merge pull request #1320 from brendandahl/cff

CFF Parser and Compiler

13 years agoMerge upstream.
Brendan Dahl [Wed, 21 Mar 2012 23:13:24 +0000 (16:13 -0700)]
Merge upstream.

13 years agoOne more cosmetic tweak and fix 'make lint' complaints.
gigaherz [Wed, 21 Mar 2012 23:05:24 +0000 (00:05 +0100)]
One more cosmetic tweak and fix 'make lint' complaints.

13 years agoRemove slice.
Brendan Dahl [Wed, 21 Mar 2012 23:03:17 +0000 (16:03 -0700)]
Remove slice.

13 years agoCosmetic changes
gigaherz [Wed, 21 Mar 2012 22:56:20 +0000 (23:56 +0100)]
Cosmetic changes

13 years agoAdd a progressbar to the loading indicator, below the text.
gigaherz [Wed, 21 Mar 2012 22:36:10 +0000 (23:36 +0100)]
Add a progressbar to the loading indicator, below the text.

13 years agoMerge pull request #1369 from kkujala/master
notmasteryet [Wed, 21 Mar 2012 04:24:17 +0000 (21:24 -0700)]
Merge pull request #1369 from kkujala/master

Remove unreachable logic after error(...) is called.

13 years agoMerge pull request #1373 from brendandahl/mcreview
notmasteryet [Wed, 21 Mar 2012 02:52:28 +0000 (19:52 -0700)]
Merge pull request #1373 from brendandahl/mcreview

Address MC Review Comments

13 years agoAdd icon for extension.
Brendan Dahl [Tue, 20 Mar 2012 22:25:02 +0000 (15:25 -0700)]
Add icon for extension.

13 years agoChange extension name, creator, description. Remove unpack and icon url. Move strict...
Brendan Dahl [Tue, 20 Mar 2012 22:24:23 +0000 (15:24 -0700)]
Change extension name, creator, description. Remove unpack and icon url. Move strict compatibility entry for MC.

13 years agoAddress mc extension code review.
Brendan Dahl [Tue, 20 Mar 2012 16:39:33 +0000 (09:39 -0700)]
Address mc extension code review.

13 years agoAdd protection against malicious code in font loader.
Kalervo Kujala [Tue, 20 Mar 2012 15:56:42 +0000 (17:56 +0200)]
Add protection against malicious code in font loader.

13 years agoRemove unreachable logic after error(...) is called.
Kalervo Kujala [Tue, 20 Mar 2012 12:16:48 +0000 (14:16 +0200)]
Remove unreachable logic after error(...) is called.

The function error(...) always throws so there is no need to return separately
or have an else branch.

13 years agoMerge upstream.
Brendan Dahl [Mon, 19 Mar 2012 17:45:53 +0000 (10:45 -0700)]
Merge upstream.