]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
13 years agoClarifying variable role
Artur Adib [Fri, 20 Jan 2012 20:20:25 +0000 (15:20 -0500)]
Clarifying variable role

13 years agomore robust fontMatrix parsing, error checking
Artur Adib [Fri, 20 Jan 2012 19:55:52 +0000 (14:55 -0500)]
more robust fontMatrix parsing, error checking

13 years agoImproved error handling/message
Artur Adib [Thu, 19 Jan 2012 21:02:27 +0000 (16:02 -0500)]
Improved error handling/message

13 years agoFix worker message, better error handling
Artur Adib [Thu, 19 Jan 2012 19:19:19 +0000 (14:19 -0500)]
Fix worker message, better error handling

13 years agoMerge pull request #1092 from notmasteryet/issue-940
Artur Adib [Thu, 19 Jan 2012 14:59:35 +0000 (06:59 -0800)]
Merge pull request #1092 from notmasteryet/issue-940

Fixes type2 fonts conversion

13 years agoUpdate README.md
Artur Adib [Thu, 19 Jan 2012 14:56:08 +0000 (09:56 -0500)]
Update README.md

13 years agoMerge pull request #1080 from notmasteryet/runlength
Artur Adib [Thu, 19 Jan 2012 13:48:04 +0000 (05:48 -0800)]
Merge pull request #1080 from notmasteryet/runlength

RunLengthDecode implementation

13 years agoMerge pull request #1063 from kkujala/dev
notmasteryet [Thu, 19 Jan 2012 05:22:01 +0000 (21:22 -0800)]
Merge pull request #1063 from kkujala/dev

Add reference test directories to .gitignore.

13 years agoMerge pull request #1097 from brendandahl/zerowidthline
notmasteryet [Thu, 19 Jan 2012 03:24:30 +0000 (19:24 -0800)]
Merge pull request #1097 from brendandahl/zerowidthline

Fix zero width lines.

13 years agoMerge pull request #1086 from notmasteryet/issue-1084
Artur Adib [Wed, 18 Jan 2012 17:25:37 +0000 (09:25 -0800)]
Merge pull request #1086 from notmasteryet/issue-1084

Use .sheet property instead of document.styleSheets

13 years agoMerge pull request #1079 from notmasteryet/tree-59
Artur Adib [Wed, 18 Jan 2012 14:08:59 +0000 (06:08 -0800)]
Merge pull request #1079 from notmasteryet/tree-59

Change the identifier in test.py

13 years agoFix zero width lines.
Brendan Dahl [Wed, 18 Jan 2012 04:50:49 +0000 (20:50 -0800)]
Fix zero width lines.

13 years agoMerge pull request #1095 from arturadib/issue-1055
notmasteryet [Wed, 18 Jan 2012 01:19:51 +0000 (17:19 -0800)]
Merge pull request #1095 from arturadib/issue-1055

Fixes #1055 by falling back to page resources

13 years agoLint
Artur Adib [Tue, 17 Jan 2012 19:45:57 +0000 (14:45 -0500)]
Lint

13 years agoMissing file
Artur Adib [Tue, 17 Jan 2012 19:44:35 +0000 (14:44 -0500)]
Missing file

13 years agoFixes #1055 by falling back to page resources
Artur Adib [Tue, 17 Jan 2012 19:40:52 +0000 (14:40 -0500)]
Fixes #1055 by falling back to page resources

13 years agoMerge pull request #1074 from kkujala/refactor
Brendan Dahl [Tue, 17 Jan 2012 17:37:58 +0000 (09:37 -0800)]
Merge pull request #1074 from kkujala/refactor

Fix Makefile to remove all_files.tmp properly.

13 years agoMerge pull request #1094 from notmasteryet/issue-1093
Brendan Dahl [Tue, 17 Jan 2012 17:29:33 +0000 (09:29 -0800)]
Merge pull request #1094 from notmasteryet/issue-1093

Fallback map of the "non-standard" fonts

13 years agoMerge pull request #1085 from notmasteryet/issue-1008
Brendan Dahl [Tue, 17 Jan 2012 00:37:27 +0000 (16:37 -0800)]
Merge pull request #1085 from notmasteryet/issue-1008

Replaces makeCssRgb.apply with direct call

13 years agoFallback map of the "non-standard" fonts
notmasteryet [Tue, 17 Jan 2012 00:10:48 +0000 (18:10 -0600)]
Fallback map of the "non-standard" fonts

13 years agoFixes type2 fonts conversion (#940)
notmasteryet [Mon, 16 Jan 2012 20:13:38 +0000 (14:13 -0600)]
Fixes type2 fonts conversion (#940)

13 years agoReplace makeCssRgb.apply in setStrokeColor and setFillColor
notmasteryet [Mon, 16 Jan 2012 17:53:59 +0000 (11:53 -0600)]
Replace makeCssRgb.apply in setStrokeColor and setFillColor

13 years agoUse .sheet property instead of document.styleSheets
notmasteryet [Sun, 15 Jan 2012 21:19:51 +0000 (15:19 -0600)]
Use .sheet property instead of document.styleSheets

13 years agoReplace makeCssRgb.apply with direct call (avoiding Chrome 16 typed array issue)
notmasteryet [Sun, 15 Jan 2012 20:01:36 +0000 (14:01 -0600)]
Replace makeCssRgb.apply with direct call (avoiding Chrome 16 typed array issue)

13 years agoAdds tests for RunLengthStream
notmasteryet [Sat, 14 Jan 2012 19:48:34 +0000 (13:48 -0600)]
Adds tests for RunLengthStream

13 years agoImplements RunLengthDecode filter
notmasteryet [Sat, 14 Jan 2012 19:47:14 +0000 (13:47 -0600)]
Implements RunLengthDecode filter

13 years agoChange the identifier
notmasteryet [Sat, 14 Jan 2012 19:24:02 +0000 (13:24 -0600)]
Change the identifier

13 years agoMerge pull request #1062 from kkujala/style
Brendan Dahl [Fri, 13 Jan 2012 16:51:00 +0000 (08:51 -0800)]
Merge pull request #1062 from kkujala/style

Clean up .gitignore and add tags to it.

13 years agoMerge pull request #1069 from notmasteryet/tree-57
Brendan Dahl [Thu, 12 Jan 2012 22:32:28 +0000 (14:32 -0800)]
Merge pull request #1069 from notmasteryet/tree-57

Ref test for #1010

13 years agoFix Makefile to remove all_files.tmp properly.
Kalervo Kujala [Thu, 12 Jan 2012 19:05:12 +0000 (21:05 +0200)]
Fix Makefile to remove all_files.tmp properly.

13 years agoRevert *~ .gitignore change.
Kalervo Kujala [Thu, 12 Jan 2012 18:52:26 +0000 (20:52 +0200)]
Revert *~ .gitignore change.

13 years agoMerge pull request #1072 from brendandahl/extensionupdate
Artur Adib [Thu, 12 Jan 2012 17:27:59 +0000 (09:27 -0800)]
Merge pull request #1072 from brendandahl/extensionupdate

Copy AMO extension to web

13 years agoCopy AMO extension to web
Brendan Dahl [Thu, 12 Jan 2012 17:17:30 +0000 (09:17 -0800)]
Copy AMO extension to web

13 years agoRef test for #1010
notmasteryet [Thu, 12 Jan 2012 04:19:21 +0000 (22:19 -0600)]
Ref test for #1010

13 years agoMerge pull request #969 from arturadib/fix-worker-loader
Brendan Dahl [Thu, 12 Jan 2012 01:18:01 +0000 (17:18 -0800)]
Merge pull request #969 from arturadib/fix-worker-loader

Fix worker_loader.js for examples/. Simpler code

13 years agoAdd reference test directories to .gitignore.
Kalervo Kujala [Wed, 11 Jan 2012 20:16:05 +0000 (22:16 +0200)]
Add reference test directories to .gitignore.

13 years agoClean up .gitignore and add tags to it.
Kalervo Kujala [Wed, 11 Jan 2012 20:05:36 +0000 (22:05 +0200)]
Clean up .gitignore and add tags to it.

13 years agoMerge pull request #1051 from notmasteryet/fonts-3
Brendan Dahl [Wed, 11 Jan 2012 18:38:36 +0000 (10:38 -0800)]
Merge pull request #1051 from notmasteryet/fonts-3

Using the encoding instead of predefined  MacRoman in TrueType fonts;

13 years agoUpdate readme to test extension updating.
Brendan Dahl [Wed, 11 Jan 2012 17:42:40 +0000 (09:42 -0800)]
Update readme to test extension updating.

13 years agoMerge pull request #1052 from notmasteryet/tree-56
Brendan Dahl [Wed, 11 Jan 2012 17:29:12 +0000 (09:29 -0800)]
Merge pull request #1052 from notmasteryet/tree-56

Replacing non-existent page content with empty one

13 years agoMerge pull request #1038 from brendandahl/extensionupdate
Artur Adib [Wed, 11 Jan 2012 17:19:59 +0000 (09:19 -0800)]
Merge pull request #1038 from brendandahl/extensionupdate

Auto updatable github extension

13 years agoMerge branch 'refs/heads/master' into fix-worker-loader
Artur Adib [Wed, 11 Jan 2012 16:47:41 +0000 (11:47 -0500)]
Merge branch 'refs/heads/master' into fix-worker-loader

Conflicts:
src/core.js

13 years agoMerge pull request #831 from kkujala/dev
Artur Adib [Wed, 11 Jan 2012 16:21:57 +0000 (08:21 -0800)]
Merge pull request #831 from kkujala/dev

Make unit tests runnable from command line.

13 years agoDuplicate short map into private use area
notmasteryet [Wed, 11 Jan 2012 04:01:24 +0000 (22:01 -0600)]
Duplicate short map into private use area

13 years agoMerge pull request #1058 from cfidecaro/patch-1
notmasteryet [Wed, 11 Jan 2012 02:42:19 +0000 (18:42 -0800)]
Merge pull request #1058 from cfidecaro/patch-1

Updated link to new location

13 years agoUpdated MD5
Caleb Fidecaro [Wed, 11 Jan 2012 01:55:36 +0000 (14:55 +1300)]
Updated MD5

13 years agoConverting MacRoman symbols to Unicodes
notmasteryet [Wed, 11 Jan 2012 01:41:45 +0000 (19:41 -0600)]
Converting MacRoman symbols to Unicodes

13 years agoUpdated link to new location
Caleb Fidecaro [Wed, 11 Jan 2012 00:47:41 +0000 (13:47 +1300)]
Updated link to new location

13 years agoAdd crypto and stream specs to test runner configuration.
Kalervo Kujala [Tue, 10 Jan 2012 17:35:26 +0000 (19:35 +0200)]
Add crypto and stream specs to test runner configuration.

13 years agoMerge remote-tracking branch 'upstream/master' into dev
Kalervo Kujala [Tue, 10 Jan 2012 17:27:51 +0000 (19:27 +0200)]
Merge remote-tracking branch 'upstream/master' into dev

Conflicts:
test/unit/unit_test.html

13 years agoUse correct default rule for unit test.
Kalervo Kujala [Tue, 10 Jan 2012 17:21:43 +0000 (19:21 +0200)]
Use correct default rule for unit test.

13 years agofix serif and symbol attribute detection for standard fonts
notmasteryet [Tue, 10 Jan 2012 03:15:18 +0000 (21:15 -0600)]
fix serif and symbol attribute detection for standard fonts

13 years agoadd liveprogramming as load test
notmasteryet [Tue, 10 Jan 2012 02:37:39 +0000 (20:37 -0600)]
add liveprogramming as load test

13 years agoreplacing non-existent page content with empty one
notmasteryet [Tue, 10 Jan 2012 02:08:22 +0000 (20:08 -0600)]
replacing non-existent page content with empty one

13 years agousing font flags to recognize the symbol and serif fonts; using the encoding instead...
notmasteryet [Tue, 10 Jan 2012 01:36:24 +0000 (19:36 -0600)]
using font flags to recognize the symbol and serif fonts; using the encoding instead of predefined  MacRoman in TrueType fonts

13 years agoMerge pull request #1044 from notmasteryet/unit-tests-2
Artur Adib [Mon, 9 Jan 2012 21:21:00 +0000 (13:21 -0800)]
Merge pull request #1044 from notmasteryet/unit-tests-2

Add unit tests for calculateMD5, ARCFourCipher, and PredictorStream

13 years agoMerge pull request #1042 from notmasteryet/tree-55
Artur Adib [Mon, 9 Jan 2012 20:22:16 +0000 (12:22 -0800)]
Merge pull request #1042 from notmasteryet/tree-55

fetch/getEntry returns null if the entry is free

13 years agoFix and add second update comment.
Brendan Dahl [Mon, 9 Jan 2012 19:17:36 +0000 (11:17 -0800)]
Fix and add second update comment.

13 years agoAdd comment on update link.
Brendan Dahl [Mon, 9 Jan 2012 19:12:17 +0000 (11:12 -0800)]
Add comment on update link.

13 years agoCreate debug option for the unit test makefile.
Kalervo Kujala [Mon, 9 Jan 2012 18:51:30 +0000 (20:51 +0200)]
Create debug option for the unit test makefile.

13 years agoMerge remote-tracking branch 'upstream/master' into dev
Kalervo Kujala [Mon, 9 Jan 2012 18:39:05 +0000 (20:39 +0200)]
Merge remote-tracking branch 'upstream/master' into dev

13 years agoAdd unit tests for calculateMD5, ARCFourCipher, and PredictorStream
notmasteryet [Mon, 9 Jan 2012 00:26:01 +0000 (18:26 -0600)]
Add unit tests for calculateMD5, ARCFourCipher, and PredictorStream

13 years agoMerge pull request #1040 from kkujala/refactor
notmasteryet [Sun, 8 Jan 2012 23:13:40 +0000 (15:13 -0800)]
Merge pull request #1040 from kkujala/refactor

Add Unit tests for RefSet.

13 years agoMerge pull request #1037 from arturadib/no-ff-dialog
notmasteryet [Sun, 8 Jan 2012 20:19:51 +0000 (12:19 -0800)]
Merge pull request #1037 from arturadib/no-ff-dialog

Disable default browser check in FF testing

13 years agofetch/getEntry returns null if the entry is free
notmasteryet [Sun, 8 Jan 2012 20:03:00 +0000 (14:03 -0600)]
fetch/getEntry returns null if the entry is free

13 years agoAdd Unit tests for RefSet.
Kalervo Kujala [Sat, 7 Jan 2012 20:22:22 +0000 (22:22 +0200)]
Add Unit tests for RefSet.

13 years agoAdd the missing update.rdf file.
Brendan Dahl [Sat, 7 Jan 2012 19:41:46 +0000 (11:41 -0800)]
Add the missing update.rdf file.

13 years agoMerge remote-tracking branch 'upstream/master' into refactor
Kalervo Kujala [Sat, 7 Jan 2012 19:32:16 +0000 (21:32 +0200)]
Merge remote-tracking branch 'upstream/master' into refactor

13 years agoMake it so the github extension updates.
Brendan Dahl [Sat, 7 Jan 2012 00:20:11 +0000 (16:20 -0800)]
Make it so the github extension updates.

13 years agoDisable default browser check in FF testing
Artur Adib [Fri, 6 Jan 2012 22:28:52 +0000 (17:28 -0500)]
Disable default browser check in FF testing

13 years agoMerge pull request #1035 from notmasteryet/tree-54
Artur Adib [Fri, 6 Jan 2012 18:16:18 +0000 (10:16 -0800)]
Merge pull request #1035 from notmasteryet/tree-54

Fixes thumbnail's drawingRequired

13 years agoMerge pull request #1024 from arturadib/disable-textlayer-opt
Artur Adib [Fri, 6 Jan 2012 13:29:05 +0000 (05:29 -0800)]
Merge pull request #1024 from arturadib/disable-textlayer-opt

disableTextLayer option

13 years agonit
Artur Adib [Fri, 6 Jan 2012 13:27:23 +0000 (08:27 -0500)]
nit

13 years agoFix thumbnail's drawingRequired
notmasteryet [Fri, 6 Jan 2012 00:39:48 +0000 (18:39 -0600)]
Fix thumbnail's drawingRequired

13 years agoMerge pull request #1026 from brendandahl/nativedecode
notmasteryet [Fri, 6 Jan 2012 00:25:21 +0000 (16:25 -0800)]
Merge pull request #1026 from brendandahl/nativedecode

Decode JPEGs using browser when possible

13 years agoMerge remote-tracking branch 'upstream/master' into refactor
Kalervo Kujala [Thu, 5 Jan 2012 20:24:35 +0000 (22:24 +0200)]
Merge remote-tracking branch 'upstream/master' into refactor

13 years agoAdd new unit tests to jsTestDriver.conf.
Kalervo Kujala [Thu, 5 Jan 2012 19:23:07 +0000 (21:23 +0200)]
Add new unit tests to jsTestDriver.conf.

13 years agoMerge remote-tracking branch 'upstream/master' into dev
Kalervo Kujala [Thu, 5 Jan 2012 19:16:15 +0000 (21:16 +0200)]
Merge remote-tracking branch 'upstream/master' into dev

Conflicts:
Makefile
test/unit/unit_test.html

13 years agoOnly set transform when its a non default.
Brendan Dahl [Thu, 5 Jan 2012 19:06:17 +0000 (11:06 -0800)]
Only set transform when its a non default.

13 years agoUse absolute paths in profiles for unit test.
Kalervo Kujala [Thu, 5 Jan 2012 18:58:35 +0000 (20:58 +0200)]
Use absolute paths in profiles for unit test.

13 years agoMerge pull request #1032 from arturadib/master
Artur Adib [Thu, 5 Jan 2012 16:18:42 +0000 (08:18 -0800)]
Merge pull request #1032 from arturadib/master

Updating references

13 years agoUpdate README.md
Artur Adib [Thu, 5 Jan 2012 15:46:32 +0000 (10:46 -0500)]
Update README.md

13 years agoMerge pull request #1022 from notmasteryet/tree-53
Artur Adib [Thu, 5 Jan 2012 15:44:52 +0000 (07:44 -0800)]
Merge pull request #1022 from notmasteryet/tree-53

Fixes this.xref.trailer.get("ID")[0] is undefined

13 years agoSupport for textLayerBuilder
Artur Adib [Thu, 5 Jan 2012 15:42:05 +0000 (10:42 -0500)]
Support for textLayerBuilder

13 years agoMerge branch 'master' into disable-textlayer-opt
Artur Adib [Thu, 5 Jan 2012 15:19:15 +0000 (10:19 -0500)]
Merge branch 'master' into disable-textlayer-opt

13 years agoMerge pull request #958 from jviereck/viewer_improvements
Artur Adib [Thu, 5 Jan 2012 14:14:04 +0000 (06:14 -0800)]
Merge pull request #958 from jviereck/viewer_improvements

Render the next not yet visible page in the background

13 years agoMerge pull request #1030 from brendandahl/promiseerrback
notmasteryet [Thu, 5 Jan 2012 04:08:50 +0000 (20:08 -0800)]
Merge pull request #1030 from brendandahl/promiseerrback

Add error backs for promises.

13 years agoMerge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-53
notmasteryet [Thu, 5 Jan 2012 01:57:08 +0000 (19:57 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-53

Conflicts:
test/test_manifest.json

13 years agoAdd load test
notmasteryet [Thu, 5 Jan 2012 01:55:04 +0000 (19:55 -0600)]
Add load test

13 years agoFix bracket nit.
Brendan Dahl [Thu, 5 Jan 2012 01:22:07 +0000 (17:22 -0800)]
Fix bracket nit.

13 years agoMerge pull request #1028 from brendandahl/easiererrorcv
notmasteryet [Thu, 5 Jan 2012 00:52:52 +0000 (16:52 -0800)]
Merge pull request #1028 from brendandahl/easiererrorcv

Easier copy/paste error message.

13 years agoMerge pull request #1029 from jwagner79/master
notmasteryet [Thu, 5 Jan 2012 00:27:54 +0000 (16:27 -0800)]
Merge pull request #1029 from jwagner79/master

IE9 subarray method not defined

13 years agoAdd error backs for promises.
Brendan Dahl [Thu, 5 Jan 2012 00:13:53 +0000 (16:13 -0800)]
Add error backs for promises.

13 years agoFix subarray error for IE9
Jeff Wagner [Wed, 4 Jan 2012 23:10:25 +0000 (15:10 -0800)]
Fix subarray error for IE9

13 years agoEasier copy/paste error message.
Brendan Dahl [Wed, 4 Jan 2012 22:43:17 +0000 (14:43 -0800)]
Easier copy/paste error message.

13 years agoAdd preDraw() functionality to render the next page in the background
Julian Viereck [Sun, 18 Dec 2011 21:36:36 +0000 (22:36 +0100)]
Add preDraw() functionality to render the next page in the background

13 years agoMerge branch 'master' into disable-textlayer-opt
Artur Adib [Wed, 4 Jan 2012 20:54:52 +0000 (15:54 -0500)]
Merge branch 'master' into disable-textlayer-opt

13 years agoMerge pull request #982 from merkste/opera-css-issues
Brendan Dahl [Wed, 4 Jan 2012 20:52:40 +0000 (12:52 -0800)]
Merge pull request #982 from merkste/opera-css-issues

support for Opera's linear gradients and transitions

13 years agoMerge pull request #954 from notmasteryet/textlayout-ui
Artur Adib [Wed, 4 Jan 2012 20:52:03 +0000 (12:52 -0800)]
Merge pull request #954 from notmasteryet/textlayout-ui

Move text layer UI to viewer.js...

13 years agoFind profile dirs in a better way for unit test.
Kalervo Kujala [Wed, 4 Jan 2012 20:40:43 +0000 (22:40 +0200)]
Find profile dirs in a better way for unit test.