]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
13 years agoUsing sans-serif instead of loaded fonts; fix IE9 dataset compatibility shim
notmasteryet [Fri, 10 Feb 2012 18:55:11 +0000 (12:55 -0600)]
Using sans-serif instead of loaded fonts; fix IE9 dataset compatibility shim

13 years agoMerge pull request #1193 from brendandahl/amo2
notmasteryet [Wed, 8 Feb 2012 23:19:15 +0000 (15:19 -0800)]
Merge pull request #1193 from brendandahl/amo2

Unload the pdfstreamconverter on shutdown.

13 years agoUnload the pdfstreamconverter on shutdown.
Brendan Dahl [Wed, 8 Feb 2012 22:59:30 +0000 (14:59 -0800)]
Unload the pdfstreamconverter on shutdown.

13 years agoUpdate README.md
Brendan Dahl [Wed, 8 Feb 2012 22:40:40 +0000 (14:40 -0800)]
Update README.md

13 years agoMerge pull request #1192 from brendandahl/fixscript
notmasteryet [Wed, 8 Feb 2012 21:19:28 +0000 (13:19 -0800)]
Merge pull request #1192 from brendandahl/fixscript

Fix closing script tag.

13 years agoFix closing script tag.
Brendan Dahl [Wed, 8 Feb 2012 21:09:21 +0000 (13:09 -0800)]
Fix closing script tag.

13 years agoMerge pull request #1189 from brendandahl/amobump
Brendan Dahl [Wed, 8 Feb 2012 18:24:22 +0000 (10:24 -0800)]
Merge pull request #1189 from brendandahl/amobump

Fix version number for amo.

13 years agoFix version number for amo.
Brendan Dahl [Wed, 8 Feb 2012 18:20:54 +0000 (10:20 -0800)]
Fix version number for amo.

13 years agoMerge pull request #1188 from brendandahl/amobump
notmasteryet [Wed, 8 Feb 2012 17:59:55 +0000 (09:59 -0800)]
Merge pull request #1188 from brendandahl/amobump

Bump max firefox version.

13 years agoBump max firefox version.
Brendan Dahl [Wed, 8 Feb 2012 17:23:38 +0000 (09:23 -0800)]
Bump max firefox version.

13 years agoMerge pull request #1157 from arturadib/issue1133
notmasteryet [Wed, 8 Feb 2012 13:40:20 +0000 (05:40 -0800)]
Merge pull request #1157 from arturadib/issue1133

Implement Lab colorspace

13 years agoMerge pull request #1184 from brendandahl/amo2
notmasteryet [Wed, 8 Feb 2012 05:46:24 +0000 (21:46 -0800)]
Merge pull request #1184 from brendandahl/amo2

Address AMO Review Concerns Round 2

13 years agoFix some nits.
Brendan Dahl [Wed, 8 Feb 2012 01:54:40 +0000 (17:54 -0800)]
Fix some nits.

13 years agoSwitch to constant for max database length.
Brendan Dahl [Wed, 8 Feb 2012 00:44:03 +0000 (16:44 -0800)]
Switch to constant for max database length.

13 years agoMake the add-on truly restartless.
Brendan Dahl [Wed, 8 Feb 2012 00:39:07 +0000 (16:39 -0800)]
Make the add-on truly restartless.

13 years agoMerge pull request #1181 from brendandahl/license
Artur Adib [Tue, 7 Feb 2012 17:42:46 +0000 (09:42 -0800)]
Merge pull request #1181 from brendandahl/license

Add Artur and me to the license.

13 years agoAdd Artur and me to the license.
Brendan Dahl [Tue, 7 Feb 2012 17:39:56 +0000 (09:39 -0800)]
Add Artur and me to the license.

13 years agoProtect against a malicious setDatabase. Remove unneeded save data.
Brendan Dahl [Tue, 7 Feb 2012 05:04:53 +0000 (21:04 -0800)]
Protect against a malicious setDatabase. Remove unneeded save data.

13 years agoMerge remote-tracking branch 'mozilla/master' into issue1133
Artur Adib [Tue, 7 Feb 2012 00:11:52 +0000 (16:11 -0800)]
Merge remote-tracking branch 'mozilla/master' into issue1133

Conflicts:
src/util.js
test/test_manifest.json

13 years agoisDefaultDecode(), as per reviewer comments
Artur Adib [Tue, 7 Feb 2012 00:10:15 +0000 (16:10 -0800)]
isDefaultDecode(), as per reviewer comments

13 years agoBetter way to add custom event listener.
Brendan Dahl [Tue, 7 Feb 2012 00:06:18 +0000 (16:06 -0800)]
Better way to add custom event listener.

13 years agoThrow exception for sync version. Don't use const.
Brendan Dahl [Mon, 6 Feb 2012 21:23:18 +0000 (13:23 -0800)]
Throw exception for sync version. Don't use const.

13 years agoUse services where possible.
Brendan Dahl [Sat, 4 Feb 2012 00:49:44 +0000 (16:49 -0800)]
Use services where possible.

13 years agoMerge pull request #1166 from notmasteryet/ftp
Brendan Dahl [Sat, 4 Feb 2012 00:25:57 +0000 (16:25 -0800)]
Merge pull request #1166 from notmasteryet/ftp

FTP protocol support (#1165)

13 years agoMerge pull request #1120 from arturadib/localStorage-fix
Brendan Dahl [Fri, 3 Feb 2012 19:22:50 +0000 (11:22 -0800)]
Merge pull request #1120 from arturadib/localStorage-fix

Fixes localStorage feature detection

13 years agoMerge pull request #1106 from arturadib/issue-1049
Brendan Dahl [Fri, 3 Feb 2012 19:10:58 +0000 (11:10 -0800)]
Merge pull request #1106 from arturadib/issue-1049

fontMatrix parsing fix, setFont() supports negative sizes

13 years agoFixing test execution / relative URL protocol detection
notmasteryet [Fri, 3 Feb 2012 05:31:12 +0000 (23:31 -0600)]
Fixing test execution / relative URL protocol detection

13 years agoFTP protocol support (#1165)
notmasteryet [Fri, 3 Feb 2012 03:06:13 +0000 (21:06 -0600)]
FTP protocol support (#1165)

13 years agoMerge pull request #1164 from notmasteryet/tree-63
Brendan Dahl [Fri, 3 Feb 2012 02:47:19 +0000 (18:47 -0800)]
Merge pull request #1164 from notmasteryet/tree-63

Fix HTTP redirection for the extension

13 years agoMerge pull request #1161 from jwagner79/ie9svg
notmasteryet [Fri, 3 Feb 2012 01:18:09 +0000 (17:18 -0800)]
Merge pull request #1161 from jwagner79/ie9svg

IE9 SVG control images need viewport defined

13 years agoFix HTTP redirection for the extension
notmasteryet [Fri, 3 Feb 2012 00:29:08 +0000 (18:29 -0600)]
Fix HTTP redirection for the extension

13 years agoIE9 SVG images need viewport defined
Jeff Wagner [Thu, 2 Feb 2012 20:33:28 +0000 (12:33 -0800)]
IE9 SVG images need viewport defined

13 years agoLab color space, closes #1133
Artur Adib [Wed, 1 Feb 2012 22:48:44 +0000 (17:48 -0500)]
Lab color space, closes #1133

13 years agoLabCS infra: args passed OK
Artur Adib [Wed, 1 Feb 2012 21:13:42 +0000 (16:13 -0500)]
LabCS infra: args passed OK

13 years agoLabCS infra working
Artur Adib [Wed, 1 Feb 2012 21:04:12 +0000 (16:04 -0500)]
LabCS infra working

13 years agoMerge pull request #1150 from arturadib/loading-icon
Brendan Dahl [Wed, 1 Feb 2012 20:24:31 +0000 (12:24 -0800)]
Merge pull request #1150 from arturadib/loading-icon

Show animated loading icon until page loads

13 years agoCSS fix
Artur Adib [Wed, 1 Feb 2012 20:19:01 +0000 (15:19 -0500)]
CSS fix

13 years agoMerge branch 'refs/heads/master' into localStorage-fix
Artur Adib [Wed, 1 Feb 2012 17:08:40 +0000 (12:08 -0500)]
Merge branch 'refs/heads/master' into localStorage-fix

Conflicts:
web/viewer.js

13 years agoMerge pull request #1148 from arturadib/readXRefTable
notmasteryet [Wed, 1 Feb 2012 12:40:22 +0000 (04:40 -0800)]
Merge pull request #1148 from arturadib/readXRefTable

Rewrite of readXRefTable [obj.js]

13 years agoMerge pull request #1118 from brendandahl/amowarnings
notmasteryet [Wed, 1 Feb 2012 12:33:51 +0000 (04:33 -0800)]
Merge pull request #1118 from brendandahl/amowarnings

Address AMO Review Concerns

13 years agoMerge pull request #1151 from notmasteryet/sampled
Brendan Dahl [Wed, 1 Feb 2012 04:34:22 +0000 (20:34 -0800)]
Merge pull request #1151 from notmasteryet/sampled

implement sampled functions based on the PDF spec (part 2)

13 years agoFixing interpolation (continuation of #1143)
notmasteryet [Wed, 1 Feb 2012 02:19:44 +0000 (20:19 -0600)]
Fixing interpolation (continuation of #1143)

13 years agoMerge branch 'master' of https://github.com/mozilla/pdf.js into amowarnings
Brendan Dahl [Wed, 1 Feb 2012 01:53:54 +0000 (17:53 -0800)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into amowarnings

13 years agoAddress review concerns.
Brendan Dahl [Wed, 1 Feb 2012 01:53:42 +0000 (17:53 -0800)]
Address review concerns.

13 years agoRemove instead of hide icon
Artur Adib [Tue, 31 Jan 2012 21:53:54 +0000 (16:53 -0500)]
Remove instead of hide icon

13 years agoNew version: show loading icon until page renders
Artur Adib [Tue, 31 Jan 2012 21:49:48 +0000 (16:49 -0500)]
New version: show loading icon until page renders

13 years agoShow animated loading icon if page renders slow
Artur Adib [Tue, 31 Jan 2012 21:20:09 +0000 (16:20 -0500)]
Show animated loading icon if page renders slow

13 years agoMerge pull request #1149 from arturadib/master
Artur Adib [Tue, 31 Jan 2012 21:03:52 +0000 (13:03 -0800)]
Merge pull request #1149 from arturadib/master

Updating bot references

13 years agoUpdate README.md
Artur Adib [Tue, 31 Jan 2012 20:31:26 +0000 (15:31 -0500)]
Update README.md

13 years agoMerge pull request #1135 from notmasteryet/tree-62
Artur Adib [Tue, 31 Jan 2012 20:30:41 +0000 (12:30 -0800)]
Merge pull request #1135 from notmasteryet/tree-62

Fixing standard encoding mapping (bonus symbol encoding)

13 years agoMerge branch 'refs/heads/master' into issue-1049
Artur Adib [Tue, 31 Jan 2012 18:20:05 +0000 (13:20 -0500)]
Merge branch 'refs/heads/master' into issue-1049

Conflicts:
src/canvas.js

13 years agoLint
Artur Adib [Tue, 31 Jan 2012 15:57:32 +0000 (10:57 -0500)]
Lint

13 years agoRemove debugging line
Artur Adib [Tue, 31 Jan 2012 15:50:30 +0000 (10:50 -0500)]
Remove debugging line

13 years agoNew readXRefTable, working
Artur Adib [Tue, 31 Jan 2012 15:49:06 +0000 (10:49 -0500)]
New readXRefTable, working

13 years agoprogress
Artur Adib [Tue, 31 Jan 2012 14:57:12 +0000 (09:57 -0500)]
progress

13 years agoreadXRefTable rewrite, progress
Artur Adib [Tue, 31 Jan 2012 14:01:04 +0000 (09:01 -0500)]
readXRefTable rewrite, progress

13 years agoMerge pull request #1122 from kkujala/refactor
notmasteryet [Tue, 31 Jan 2012 02:35:35 +0000 (18:35 -0800)]
Merge pull request #1122 from kkujala/refactor

Change throws to errors.

13 years agoaddressing reviewer comments, bug fix
Artur Adib [Mon, 30 Jan 2012 14:24:49 +0000 (09:24 -0500)]
addressing reviewer comments, bug fix

13 years agoimplement sampled functions based on the PDF spec
Andreas Gal [Mon, 30 Jan 2012 09:38:28 +0000 (01:38 -0800)]
implement sampled functions based on the PDF spec

13 years agoMerge pull request #1142 from andreasgal/master
notmasteryet [Mon, 30 Jan 2012 02:54:04 +0000 (18:54 -0800)]
Merge pull request #1142 from andreasgal/master

rewrite cmyk to rgb conversion

13 years agofix style and add var declaration
Andreas Gal [Sun, 29 Jan 2012 23:05:26 +0000 (15:05 -0800)]
fix style and add var declaration

13 years agoUse JPX and JPEG in error messages.
Kalervo Kujala [Sun, 29 Jan 2012 20:25:06 +0000 (22:25 +0200)]
Use JPX and JPEG in error messages.

Also throw in workerConsole.

13 years agorewrite CMYK to RGB conversion
Andreas Gal [Sun, 29 Jan 2012 19:09:33 +0000 (11:09 -0800)]
rewrite CMYK to RGB conversion

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

13 years agoMapping well-known chars to the similar equivalents in the normal characters range
notmasteryet [Sat, 28 Jan 2012 02:36:27 +0000 (20:36 -0600)]
Mapping well-known chars to the similar equivalents in the normal characters range

13 years agoFixing symbols encoding
notmasteryet [Sat, 28 Jan 2012 00:53:05 +0000 (18:53 -0600)]
Fixing symbols encoding

13 years agoChange name to reflect what it is now. Change GUID.
Brendan Dahl [Fri, 27 Jan 2012 19:02:27 +0000 (11:02 -0800)]
Change name to reflect what it is now. Change GUID.

13 years agoFix url for thumbnail. (still not working 100)
Brendan Dahl [Fri, 27 Jan 2012 18:53:37 +0000 (10:53 -0800)]
Fix url for thumbnail. (still not working 100)

13 years agoBetter way to listen to events and verify them.
Brendan Dahl [Fri, 27 Jan 2012 18:53:07 +0000 (10:53 -0800)]
Better way to listen to events and verify them.

13 years agoFixing standard encoding mapping
notmasteryet [Fri, 27 Jan 2012 00:51:58 +0000 (18:51 -0600)]
Fixing standard encoding mapping

13 years agoMerge pull request #1131 from notmasteryet/tree-61
Julian Viereck [Thu, 26 Jan 2012 16:56:39 +0000 (08:56 -0800)]
Merge pull request #1131 from notmasteryet/tree-61

Fixing initial scale when named destination is specified

13 years agoFixing initial scale when named destination is specified
notmasteryet [Thu, 26 Jan 2012 03:52:10 +0000 (21:52 -0600)]
Fixing initial scale when named destination is specified

13 years agoMerge pull request #1103 from jviereck/tree-02
notmasteryet [Thu, 26 Jan 2012 03:08:56 +0000 (19:08 -0800)]
Merge pull request #1103 from jviereck/tree-02

Replace some setScale by parseScale calls to update `currentScaleValue` value

13 years agoFix how we're storing settings and change how the save pdf works.
Brendan Dahl [Thu, 26 Jan 2012 01:40:08 +0000 (17:40 -0800)]
Fix how we're storing settings and change how the save pdf works.

13 years agoFix the download button.
Brendan Dahl [Wed, 25 Jan 2012 05:33:03 +0000 (21:33 -0800)]
Fix the download button.

13 years agoMerge pull request #1123 from jwagner79/ie9console
notmasteryet [Wed, 25 Jan 2012 00:31:38 +0000 (16:31 -0800)]
Merge pull request #1123 from jwagner79/ie9console

define console for IE9 when debugging tools is not opened

13 years agoFix the bookmark button and redo the anchor prefix.
Brendan Dahl [Tue, 24 Jan 2012 23:46:53 +0000 (15:46 -0800)]
Fix the bookmark button and redo the anchor prefix.

13 years agoHide the browse bar for the ff extension.
Brendan Dahl [Tue, 24 Jan 2012 23:13:50 +0000 (15:13 -0800)]
Hide the browse bar for the ff extension.

13 years agoFix anchor links.
Brendan Dahl [Tue, 24 Jan 2012 22:55:07 +0000 (14:55 -0800)]
Fix anchor links.

13 years agodefine console for IE9; updated to fix lint errors and comment
Jeff Wagner [Tue, 24 Jan 2012 22:19:41 +0000 (14:19 -0800)]
define console for IE9; updated to fix lint errors and comment

13 years agodefine console for IE9 when debugging tools is not opened
Jeff Wagner [Tue, 24 Jan 2012 20:19:52 +0000 (12:19 -0800)]
define console for IE9 when debugging tools is not opened

13 years agoChange throws to errors.
Kalervo Kujala [Tue, 24 Jan 2012 20:04:59 +0000 (22:04 +0200)]
Change throws to errors.

13 years agoMerge pull request #1110 from notmasteryet/issue-1096
Artur Adib [Tue, 24 Jan 2012 18:02:44 +0000 (10:02 -0800)]
Merge pull request #1110 from notmasteryet/issue-1096

TrueType: changing glyphNameMap and GlyphUnicode lookup order

13 years agoWorkaround for FF bug
Artur Adib [Tue, 24 Jan 2012 15:39:57 +0000 (10:39 -0500)]
Workaround for FF bug

13 years agoFix localStorage feature detection. Close #1099
Artur Adib [Tue, 24 Jan 2012 15:08:18 +0000 (10:08 -0500)]
Fix localStorage feature detection. Close #1099

13 years agoFix lint.
Brendan Dahl [Tue, 24 Jan 2012 01:52:53 +0000 (17:52 -0800)]
Fix lint.

13 years agoSwitch to stream converter for extension.
Brendan Dahl [Tue, 24 Jan 2012 00:50:45 +0000 (16:50 -0800)]
Switch to stream converter for extension.

13 years agoUse ES5 .trim()
Artur Adib [Mon, 23 Jan 2012 20:29:15 +0000 (15:29 -0500)]
Use ES5 .trim()

13 years agoFixing regression errors, better logic
Artur Adib [Mon, 23 Jan 2012 20:23:09 +0000 (15:23 -0500)]
Fixing regression errors, better logic

13 years agoMerge pull request #1101 from aeosynth/issue-1090
notmasteryet [Sun, 22 Jan 2012 19:35:55 +0000 (11:35 -0800)]
Merge pull request #1101 from aeosynth/issue-1090

fix #1090

13 years agoDEFAULT_PYTHON, python2 -> python2.7
James Campos [Sun, 22 Jan 2012 07:13:20 +0000 (23:13 -0800)]
DEFAULT_PYTHON, python2 -> python2.7

13 years agoMerge branch 'master' into issue-1090
James Campos [Sun, 22 Jan 2012 06:56:33 +0000 (22:56 -0800)]
Merge branch 'master' into issue-1090

13 years agoChanging glyphNameMap and GlyphUnicode lookup order
notmasteryet [Sat, 21 Jan 2012 23:18:36 +0000 (17:18 -0600)]
Changing glyphNameMap and GlyphUnicode lookup order

13 years agoLint
Artur Adib [Fri, 20 Jan 2012 23:44:51 +0000 (18:44 -0500)]
Lint

13 years agosetFont() supports negative size, closes #1049
Artur Adib [Fri, 20 Jan 2012 23:41:01 +0000 (18:41 -0500)]
setFont() supports negative size, closes #1049

13 years agoFix innerHtml warnings. Remove compatibility.js from the extension.
Brendan Dahl [Fri, 20 Jan 2012 22:48:57 +0000 (14:48 -0800)]
Fix innerHtml warnings. Remove compatibility.js from the extension.

13 years agoNit
Artur Adib [Fri, 20 Jan 2012 21:25:06 +0000 (16:25 -0500)]
Nit

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 agoMerge pull request #1068 from notmasteryet/jpx6
Brendan Dahl [Fri, 20 Jan 2012 19:32:02 +0000 (11:32 -0800)]
Merge pull request #1068 from notmasteryet/jpx6

JPX decoder