]>
git.parisson.com Git - pdf.js.git/log
notmasteryet [Sun, 22 Jan 2012 19:56:56 +0000 (13:56 -0600)]
Merge remote-tracking branch 'mozilla/master' into textsearch-1
Conflicts:
src/core.js
src/fonts.js
notmasteryet [Sun, 22 Jan 2012 19:35:55 +0000 (11:35 -0800)]
Merge pull request #1101 from aeosynth/issue-1090
fix #1090
James Campos [Sun, 22 Jan 2012 07:13:20 +0000 (23:13 -0800)]
DEFAULT_PYTHON, python2 -> python2.7
James Campos [Sun, 22 Jan 2012 06:56:33 +0000 (22:56 -0800)]
Merge branch 'master' into issue-1090
Brendan Dahl [Fri, 20 Jan 2012 19:32:02 +0000 (11:32 -0800)]
Merge pull request #1068 from notmasteryet/jpx6
JPX decoder
notmasteryet [Fri, 20 Jan 2012 00:21:04 +0000 (16:21 -0800)]
Merge pull request #1065 from arturadib/lazy-textlayer
Lazy textLayer rendering - pauses after scroll event
notmasteryet [Thu, 19 Jan 2012 23:46:48 +0000 (17:46 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into jpx6
Conflicts:
test/pdfs/.gitignore
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
Artur Adib [Thu, 19 Jan 2012 14:56:08 +0000 (09:56 -0500)]
Update README.md
Artur Adib [Thu, 19 Jan 2012 14:11:48 +0000 (09:11 -0500)]
reviewer comments
Artur Adib [Thu, 19 Jan 2012 13:48:04 +0000 (05:48 -0800)]
Merge pull request #1080 from notmasteryet/runlength
RunLengthDecode implementation
James Campos [Thu, 19 Jan 2012 07:51:45 +0000 (23:51 -0800)]
fix #1090
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.
notmasteryet [Thu, 19 Jan 2012 03:24:30 +0000 (19:24 -0800)]
Merge pull request #1097 from brendandahl/zerowidthline
Fix zero width lines.
notmasteryet [Thu, 19 Jan 2012 02:17:50 +0000 (20:17 -0600)]
Adding jpx.js to examples and Makefile
notmasteryet [Thu, 19 Jan 2012 02:14:43 +0000 (20:14 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into jpx6
Conflicts:
test/test_manifest.json
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
Artur Adib [Wed, 18 Jan 2012 17:07:25 +0000 (12:07 -0500)]
Fix previous commit
Artur Adib [Wed, 18 Jan 2012 16:41:13 +0000 (11:41 -0500)]
Ensure single chars are added to the layer
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
Brendan Dahl [Wed, 18 Jan 2012 04:50:49 +0000 (20:50 -0800)]
Fix zero width lines.
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
Artur Adib [Tue, 17 Jan 2012 19:45:57 +0000 (14:45 -0500)]
Lint
Artur Adib [Tue, 17 Jan 2012 19:44:35 +0000 (14:44 -0500)]
Missing file
Artur Adib [Tue, 17 Jan 2012 19:40:52 +0000 (14:40 -0500)]
Fixes #1055 by falling back to page resources
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.
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
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
notmasteryet [Tue, 17 Jan 2012 00:10:48 +0000 (18:10 -0600)]
Fallback map of the "non-standard" fonts
notmasteryet [Mon, 16 Jan 2012 20:13:38 +0000 (14:13 -0600)]
Fixes type2 fonts conversion (#940)
notmasteryet [Mon, 16 Jan 2012 17:53:59 +0000 (11:53 -0600)]
Replace makeCssRgb.apply in setStrokeColor and setFillColor
notmasteryet [Sun, 15 Jan 2012 21:19:51 +0000 (15:19 -0600)]
Use .sheet property instead of document.styleSheets
notmasteryet [Sun, 15 Jan 2012 20:01:36 +0000 (14:01 -0600)]
Replace makeCssRgb.apply with direct call (avoiding Chrome 16 typed array issue)
notmasteryet [Sat, 14 Jan 2012 19:48:34 +0000 (13:48 -0600)]
Adds tests for RunLengthStream
notmasteryet [Sat, 14 Jan 2012 19:47:14 +0000 (13:47 -0600)]
Implements RunLengthDecode filter
notmasteryet [Sat, 14 Jan 2012 19:24:02 +0000 (13:24 -0600)]
Change the identifier
notmasteryet [Sat, 14 Jan 2012 19:15:16 +0000 (13:15 -0600)]
Fixing inclusion tree when layers are skipped and 0xFF at the packet header end
notmasteryet [Sat, 14 Jan 2012 00:45:19 +0000 (18:45 -0600)]
Light optimization
notmasteryet [Sat, 14 Jan 2012 00:24:31 +0000 (18:24 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into jpx6
notmasteryet [Sat, 14 Jan 2012 00:24:02 +0000 (18:24 -0600)]
Address review comments
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.
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
Kalervo Kujala [Thu, 12 Jan 2012 19:05:12 +0000 (21:05 +0200)]
Fix Makefile to remove all_files.tmp properly.
Kalervo Kujala [Thu, 12 Jan 2012 18:52:26 +0000 (20:52 +0200)]
Revert *~ .gitignore change.
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
Brendan Dahl [Thu, 12 Jan 2012 17:17:30 +0000 (09:17 -0800)]
Copy AMO extension to web
Artur Adib [Thu, 12 Jan 2012 15:15:45 +0000 (10:15 -0500)]
Fix for "Error parsing value of 'letter-spacing'"
Artur Adib [Thu, 12 Jan 2012 14:16:03 +0000 (09:16 -0500)]
Using addEventListener/removeEventListener
notmasteryet [Thu, 12 Jan 2012 04:19:21 +0000 (22:19 -0600)]
Ref test for #1010
notmasteryet [Thu, 12 Jan 2012 02:54:27 +0000 (20:54 -0600)]
fix lint error, remove unnecessary comment
notmasteryet [Thu, 12 Jan 2012 02:14:49 +0000 (20:14 -0600)]
Add example PDF from #268
notmasteryet [Thu, 12 Jan 2012 02:08:46 +0000 (20:08 -0600)]
Migration of the JPX code (from jpx5)
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
Artur Adib [Wed, 11 Jan 2012 21:57:57 +0000 (16:57 -0500)]
Lazy textLayer rendering - pauses after scroll ev
Kalervo Kujala [Wed, 11 Jan 2012 20:16:05 +0000 (22:16 +0200)]
Add reference test directories to .gitignore.
Kalervo Kujala [Wed, 11 Jan 2012 20:05:36 +0000 (22:05 +0200)]
Clean up .gitignore and add tags to it.
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;
Brendan Dahl [Wed, 11 Jan 2012 17:42:40 +0000 (09:42 -0800)]
Update readme to test extension updating.
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
Artur Adib [Wed, 11 Jan 2012 17:19:59 +0000 (09:19 -0800)]
Merge pull request #1038 from brendandahl/extensionupdate
Auto updatable github extension
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
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.
notmasteryet [Wed, 11 Jan 2012 04:01:24 +0000 (22:01 -0600)]
Duplicate short map into private use area
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
Caleb Fidecaro [Wed, 11 Jan 2012 01:55:36 +0000 (14:55 +1300)]
Updated MD5
notmasteryet [Wed, 11 Jan 2012 01:41:45 +0000 (19:41 -0600)]
Converting MacRoman symbols to Unicodes
Caleb Fidecaro [Wed, 11 Jan 2012 00:47:41 +0000 (13:47 +1300)]
Updated link to new location
Kalervo Kujala [Tue, 10 Jan 2012 17:35:26 +0000 (19:35 +0200)]
Add crypto and stream specs to test runner configuration.
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
Kalervo Kujala [Tue, 10 Jan 2012 17:21:43 +0000 (19:21 +0200)]
Use correct default rule for unit test.
notmasteryet [Tue, 10 Jan 2012 03:15:18 +0000 (21:15 -0600)]
fix serif and symbol attribute detection for standard fonts
notmasteryet [Tue, 10 Jan 2012 02:37:39 +0000 (20:37 -0600)]
add liveprogramming as load test
notmasteryet [Tue, 10 Jan 2012 02:08:22 +0000 (20:08 -0600)]
replacing non-existent page content with empty one
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
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
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
Brendan Dahl [Mon, 9 Jan 2012 19:17:36 +0000 (11:17 -0800)]
Fix and add second update comment.
Brendan Dahl [Mon, 9 Jan 2012 19:12:17 +0000 (11:12 -0800)]
Add comment on update link.
Kalervo Kujala [Mon, 9 Jan 2012 18:51:30 +0000 (20:51 +0200)]
Create debug option for the unit test makefile.
Kalervo Kujala [Mon, 9 Jan 2012 18:39:05 +0000 (20:39 +0200)]
Merge remote-tracking branch 'upstream/master' into dev
notmasteryet [Mon, 9 Jan 2012 00:26:01 +0000 (18:26 -0600)]
Add unit tests for calculateMD5, ARCFourCipher, and PredictorStream
notmasteryet [Sun, 8 Jan 2012 23:13:40 +0000 (15:13 -0800)]
Merge pull request #1040 from kkujala/refactor
Add Unit tests for RefSet.
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
notmasteryet [Sun, 8 Jan 2012 20:03:00 +0000 (14:03 -0600)]
fetch/getEntry returns null if the entry is free
Kalervo Kujala [Sat, 7 Jan 2012 20:22:22 +0000 (22:22 +0200)]
Add Unit tests for RefSet.
Brendan Dahl [Sat, 7 Jan 2012 19:41:46 +0000 (11:41 -0800)]
Add the missing update.rdf file.
Kalervo Kujala [Sat, 7 Jan 2012 19:32:16 +0000 (21:32 +0200)]
Merge remote-tracking branch 'upstream/master' into refactor
Brendan Dahl [Sat, 7 Jan 2012 00:20:11 +0000 (16:20 -0800)]
Make it so the github extension updates.
Artur Adib [Fri, 6 Jan 2012 22:28:52 +0000 (17:28 -0500)]
Disable default browser check in FF testing
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
Artur Adib [Fri, 6 Jan 2012 13:29:05 +0000 (05:29 -0800)]
Merge pull request #1024 from arturadib/disable-textlayer-opt
disableTextLayer option
Artur Adib [Fri, 6 Jan 2012 13:27:23 +0000 (08:27 -0500)]
nit
notmasteryet [Fri, 6 Jan 2012 00:39:48 +0000 (18:39 -0600)]
Fix thumbnail's drawingRequired
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
Kalervo Kujala [Thu, 5 Jan 2012 20:24:35 +0000 (22:24 +0200)]
Merge remote-tracking branch 'upstream/master' into refactor
Kalervo Kujala [Thu, 5 Jan 2012 19:23:07 +0000 (21:23 +0200)]
Add new unit tests to jsTestDriver.conf.
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
Brendan Dahl [Thu, 5 Jan 2012 19:06:17 +0000 (11:06 -0800)]
Only set transform when its a non default.
Kalervo Kujala [Thu, 5 Jan 2012 18:58:35 +0000 (20:58 +0200)]
Use absolute paths in profiles for unit test.
Artur Adib [Thu, 5 Jan 2012 16:18:42 +0000 (08:18 -0800)]
Merge pull request #1032 from arturadib/master
Updating references