]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
12 years agoAdds support for the new mozPrintCallback api.
Brendan Dahl [Thu, 28 Jun 2012 16:50:25 +0000 (09:50 -0700)]
Adds support for the new mozPrintCallback api.

12 years agoMerge pull request #1872 from Fitoschido/master
Yury Delendik [Thu, 5 Jul 2012 10:44:47 +0000 (03:44 -0700)]
Merge pull request #1872 from Fitoschido/master

Add Spanish localization

12 years agoMoar small fixes
Adolfo Jayme Barrientos [Thu, 5 Jul 2012 03:44:22 +0000 (22:44 -0500)]
Moar small fixes

Dah.

12 years agoSmall fix
Adolfo Jayme Barrientos [Thu, 5 Jul 2012 03:38:43 +0000 (22:38 -0500)]
Small fix

12 years agoAdd Spanish localization
Adolfo Jayme Barrientos [Thu, 5 Jul 2012 03:32:15 +0000 (22:32 -0500)]
Add Spanish localization

12 years agoMerge pull request #1856 from yurydelendik/wincid-1
Brendan Dahl [Thu, 28 Jun 2012 15:51:14 +0000 (08:51 -0700)]
Merge pull request #1856 from yurydelendik/wincid-1

Warn instead of fail for CID fonts

12 years agoWarn instead of fail for CID fonts
Yury Delendik [Thu, 28 Jun 2012 12:51:18 +0000 (07:51 -0500)]
Warn instead of fail for CID fonts

12 years agoMerge pull request #1849 from kingsquare/master
Yury Delendik [Thu, 28 Jun 2012 10:05:04 +0000 (03:05 -0700)]
Merge pull request #1849 from kingsquare/master

Fix for web worker test in Safari

12 years ago- Feature detection for setProperty feature detection should not return value
Tim de Koning [Thu, 28 Jun 2012 07:14:51 +0000 (09:14 +0200)]
- Feature detection for setProperty feature detection should not return value
- Minor comment update

12 years agoWe should use feature detection. Thanks @brendandahl
Tim de Koning [Wed, 27 Jun 2012 16:30:43 +0000 (18:30 +0200)]
We should use feature detection. Thanks @brendandahl

12 years agoMerge pull request #1831 from brendandahl/priority-rendering
Yury Delendik [Wed, 27 Jun 2012 19:44:58 +0000 (12:44 -0700)]
Merge pull request #1831 from brendandahl/priority-rendering

Change to priority/pausible rendering.

12 years agoMerge pull request #1847 from loftux/locale-sv
Yury Delendik [Wed, 27 Jun 2012 18:59:52 +0000 (11:59 -0700)]
Merge pull request #1847 from loftux/locale-sv

Updated Swedish locale

12 years agoWe should use feature detection. Thanks @brendandahl
Tim de Koning [Wed, 27 Jun 2012 16:30:43 +0000 (18:30 +0200)]
We should use feature detection. Thanks @brendandahl

12 years agoBug, seen by @yurydelendik, thanx!
Tim de Koning [Wed, 27 Jun 2012 15:01:05 +0000 (17:01 +0200)]
Bug, seen by  @yurydelendik, thanx!

12 years agolint compliance
Tim de Koning [Wed, 27 Jun 2012 09:14:14 +0000 (11:14 +0200)]
lint compliance

12 years agoFixed Safari / Iphone / Ipad support further
Tim de Koning [Wed, 27 Jun 2012 09:05:17 +0000 (11:05 +0200)]
Fixed Safari / Iphone / Ipad support further

12 years agoMerge branch 'master' of github.com:kingsquare/pdf.js
Tim de Koning [Wed, 27 Jun 2012 07:28:53 +0000 (09:28 +0200)]
Merge branch 'master' of github.com:kingsquare/pdf.js

12 years agoMerge pull request #1837 from yurydelendik/jbig2-1
Brendan Dahl [Tue, 26 Jun 2012 23:00:32 +0000 (16:00 -0700)]
Merge pull request #1837 from yurydelendik/jbig2-1

JBIG2 implementation

12 years agoFixing web worker feature detection for Safari
Tim de Koning [Tue, 26 Jun 2012 21:07:37 +0000 (23:07 +0200)]
Fixing web worker feature detection for Safari

12 years agoUpdated Swedish locale
Peter Lofgren [Tue, 26 Jun 2012 17:36:05 +0000 (19:36 +0200)]
Updated Swedish locale

12 years agoMerge pull request #1843 from kingsquare/master
Brendan Dahl [Tue, 26 Jun 2012 17:11:53 +0000 (10:11 -0700)]
Merge pull request #1843 from kingsquare/master

Dutch localization for pdf.js

12 years agoMake web workers debuggable! This way an error can be caught in the browser when...
Tim de Koning [Tue, 26 Jun 2012 08:12:10 +0000 (10:12 +0200)]
Make web workers debuggable! This way an error can be caught in the browser when the web worker throws an error.
See http://www.nczonline.net/blog/2009/08/25/web-workers-errors-and-debugging/

12 years agoFixes .length and capitalization nits
Yury Delendik [Tue, 26 Jun 2012 05:32:59 +0000 (00:32 -0500)]
Fixes .length and capitalization nits

12 years agoDutch localization for pdf.js
Tim de Koning [Mon, 25 Jun 2012 12:24:58 +0000 (14:24 +0200)]
Dutch localization for pdf.js

12 years agoAdd jbig2 references to examples and make.js
Yury Delendik [Fri, 22 Jun 2012 11:41:28 +0000 (06:41 -0500)]
Add jbig2 references to examples and make.js

12 years agojbig2 ref test
Yury Delendik [Fri, 22 Jun 2012 10:59:53 +0000 (05:59 -0500)]
jbig2 ref test

12 years agoReplaces throw to error() and uses shadow()
Yury Delendik [Fri, 22 Jun 2012 10:55:19 +0000 (05:55 -0500)]
Replaces throw to error() and uses shadow()

12 years agoRemoving huffman tables; decoding context refactoring
Yury Delendik [Fri, 22 Jun 2012 10:36:56 +0000 (05:36 -0500)]
Removing huffman tables; decoding context refactoring

12 years agoFixes template 2; implements end of stripe
Yury Delendik [Fri, 22 Jun 2012 05:50:04 +0000 (00:50 -0500)]
Fixes template 2; implements end of stripe

12 years agoImplements refinement
Yury Delendik [Thu, 21 Jun 2012 22:26:24 +0000 (17:26 -0500)]
Implements refinement

12 years agoMerge pull request #1808 from brendandahl/ui-update
Artur Adib [Wed, 20 Jun 2012 15:36:21 +0000 (08:36 -0700)]
Merge pull request #1808 from brendandahl/ui-update

UI update from shorlanders comments.

12 years agoMerge upstream.
Brendan Dahl [Tue, 19 Jun 2012 16:02:23 +0000 (09:02 -0700)]
Merge upstream.

12 years agoRemove unneeded scroll when we first load a page.
Brendan Dahl [Mon, 18 Jun 2012 21:12:00 +0000 (14:12 -0700)]
Remove unneeded scroll when we first load a page.

12 years agoMerge pull request #1693 from benbro/master
Brendan Dahl [Mon, 18 Jun 2012 20:06:45 +0000 (13:06 -0700)]
Merge pull request #1693 from benbro/master

Use a reusable style sheet instead of creating a new tag for each rule.

12 years agoAdds basic symbol dictionary and text region.
Yury Delendik [Mon, 18 Jun 2012 20:03:20 +0000 (15:03 -0500)]
Adds  basic symbol dictionary and text region.

12 years agoRemove space at end of line.
benbro [Mon, 18 Jun 2012 20:02:23 +0000 (23:02 +0300)]
Remove space at end of line.

12 years agoFix missing charset for iframe.
Brendan Dahl [Mon, 18 Jun 2012 17:49:00 +0000 (10:49 -0700)]
Fix missing charset for iframe.

12 years agoChange to priority rendering.
Brendan Dahl [Mon, 18 Jun 2012 16:48:47 +0000 (09:48 -0700)]
Change to priority rendering.

12 years agoMerge pull request #1823 from msujaws/patch-1
Brendan Dahl [Mon, 18 Jun 2012 15:46:41 +0000 (08:46 -0700)]
Merge pull request #1823 from msujaws/patch-1

PDF.js should use a consistent font for its user interface

12 years agoMerge pull request #1816 from merkste/css-prefixes
Brendan Dahl [Mon, 18 Jun 2012 15:40:36 +0000 (08:40 -0700)]
Merge pull request #1816 from merkste/css-prefixes

Added missing css vendor prefixes

12 years agoInitial JBIG2 code
Yury Delendik [Sat, 16 Jun 2012 20:15:42 +0000 (15:15 -0500)]
Initial JBIG2 code

12 years agoMerge pull request #1811 from sbarman/master
Brendan Dahl [Thu, 14 Jun 2012 01:18:38 +0000 (18:18 -0700)]
Merge pull request #1811 from sbarman/master

Adding explicit masking

12 years agoUndo removal of Mode line
sbarman [Wed, 13 Jun 2012 23:09:57 +0000 (16:09 -0700)]
Undo removal of Mode line

12 years agomessage-box needs to use the font property, not the font-family property.
Jared Wein [Wed, 13 Jun 2012 17:47:46 +0000 (10:47 -0700)]
message-box needs to use the font property, not the font-family property.

12 years agoAdded new test pdf to manifest
sbarman [Wed, 13 Jun 2012 17:29:02 +0000 (10:29 -0700)]
Added new test pdf to manifest

12 years agoAdded |button| to the list of elements that message-box should be applied to.
Jared Wein [Wed, 13 Jun 2012 09:27:22 +0000 (02:27 -0700)]
Added |button| to the list of elements that message-box should be applied to.

12 years agoSwitch to using message-box for the body and form elements in the UI of PDF.js. This...
Jared Wein [Wed, 13 Jun 2012 09:15:31 +0000 (02:15 -0700)]
Switch to using message-box for the body and form elements in the UI of PDF.js. This will use the system's native UI font for each platform as well as fix the current inconsistency between the font of the text label for total page count and the text inside of the input element for current page number.

12 years agoAdding call to resolve unfulfilled promise
sbarman [Mon, 11 Jun 2012 22:05:06 +0000 (15:05 -0700)]
Adding call to resolve unfulfilled promise

12 years agoUpdated lint errors
sbarman [Mon, 11 Jun 2012 21:57:58 +0000 (14:57 -0700)]
Updated lint errors

12 years agoadded missing css vendor prefixes and reordered some properties according to cascade
Steffen Märcker [Mon, 11 Jun 2012 09:03:15 +0000 (11:03 +0200)]
added missing css vendor prefixes and reordered some properties according to cascade

12 years agoMerge branch 'master' of https://github.com/mozilla/pdf.js
sbarman [Sat, 9 Jun 2012 05:43:47 +0000 (22:43 -0700)]
Merge branch 'master' of https://github.com/mozilla/pdf.js

12 years agoFix for issue #1796
sbarman [Sat, 9 Jun 2012 05:42:56 +0000 (22:42 -0700)]
Fix for issue #1796

12 years agoUI update from shorlanders comments.
Brendan Dahl [Thu, 7 Jun 2012 20:51:29 +0000 (13:51 -0700)]
UI update from shorlanders comments.

12 years agoMerge pull request #1807 from saebekassebil/mousewheel
Yury Delendik [Thu, 7 Jun 2012 19:41:00 +0000 (12:41 -0700)]
Merge pull request #1807 from saebekassebil/mousewheel

Dismiss native browser zoom, and use PDF.JS zoom instead

12 years agolint errors
Saebekassebil [Thu, 7 Jun 2012 19:39:18 +0000 (21:39 +0200)]
lint errors

12 years agoDismiss native browser zoom, and use PDF.JS zoom instead
Saebekassebil [Thu, 7 Jun 2012 19:27:26 +0000 (21:27 +0200)]
Dismiss native browser zoom, and use PDF.JS zoom instead

12 years agoMerge pull request #1763 from yurydelendik/type3-1
Brendan Dahl [Wed, 6 Jun 2012 16:26:38 +0000 (09:26 -0700)]
Merge pull request #1763 from yurydelendik/type3-1

Type3 smoothing: pre-scale image in the paintImageMaskXObject

12 years agoFixes brackets
Yury Delendik [Tue, 5 Jun 2012 22:56:18 +0000 (17:56 -0500)]
Fixes brackets

12 years agoMerge pull request #1797 from xavier114fch/zh-TW
Yury Delendik [Tue, 5 Jun 2012 17:42:52 +0000 (10:42 -0700)]
Merge pull request #1797 from xavier114fch/zh-TW

Update translation from latest English version of strings

12 years agoUpdate translation from latest English version of strings
Xavier Fung [Tue, 5 Jun 2012 08:20:30 +0000 (16:20 +0800)]
Update translation from latest English version of strings

12 years agoMinor fix to brackets
Xavier Fung [Tue, 5 Jun 2012 08:19:32 +0000 (16:19 +0800)]
Minor fix to brackets

12 years agoMerge branch 'zh-TW' of github.com:xavier114fch/pdf.js into zh-TW
Xavier Fung [Tue, 5 Jun 2012 07:09:21 +0000 (15:09 +0800)]
Merge branch 'zh-TW' of github.com:xavier114fch/pdf.js into zh-TW

12 years agoMerge remote-tracking branch 'upstream/master' into zh-TW
Xavier Fung [Tue, 5 Jun 2012 07:05:02 +0000 (15:05 +0800)]
Merge remote-tracking branch 'upstream/master' into zh-TW

12 years agoMerge remote-tracking branch 'upstream/master' into zh-TW
Xavier Fung [Tue, 5 Jun 2012 02:13:08 +0000 (10:13 +0800)]
Merge remote-tracking branch 'upstream/master' into zh-TW

12 years agoMerge pull request #1794 from brendandahl/fix-fallback
Yury Delendik [Tue, 5 Jun 2012 01:23:38 +0000 (18:23 -0700)]
Merge pull request #1794 from brendandahl/fix-fallback

Fix fallback after new download.

12 years agoFix fallback after new download.
Brendan Dahl [Tue, 5 Jun 2012 00:33:27 +0000 (17:33 -0700)]
Fix fallback after new download.

12 years agoMerge branch 'zh-TW' of https://github.com/xavier114fch/pdf.js into zh-TW
Xavier Fung [Mon, 4 Jun 2012 23:55:11 +0000 (07:55 +0800)]
Merge branch 'zh-TW' of https://github.com/xavier114fch/pdf.js into zh-TW

12 years agoMerge pull request #1793 from yurydelendik/ellipsis
Yury Delendik [Mon, 4 Jun 2012 23:49:58 +0000 (16:49 -0700)]
Merge pull request #1793 from yurydelendik/ellipsis

Uses ellipsis instead of dots

12 years agoUses ellipsis instead of dots
Gavin Sharp [Mon, 4 Jun 2012 23:48:59 +0000 (18:48 -0500)]
Uses ellipsis instead of dots

12 years agoMerge pull request #1787 from ikr/master
Yury Delendik [Mon, 4 Jun 2012 23:42:50 +0000 (16:42 -0700)]
Merge pull request #1787 from ikr/master

A new (valid) link for Cyrillic_Alphabets-Chars.pdf test file

12 years agoMerge pull request #1789 from brendandahl/app-pref
Yury Delendik [Mon, 4 Jun 2012 23:40:51 +0000 (16:40 -0700)]
Merge pull request #1789 from brendandahl/app-pref

Addresses review feedback from mozilla central.

12 years agoRemove space at end of line.
Brendan Dahl [Mon, 4 Jun 2012 22:39:50 +0000 (15:39 -0700)]
Remove space at end of line.

12 years agoMerge pull request #1743 from yurydelendik/mobile-1
Artur Adib [Mon, 4 Jun 2012 21:34:02 +0000 (14:34 -0700)]
Merge pull request #1743 from yurydelendik/mobile-1

Add viewport metatag for mobile

12 years agoMerge upstream.
Brendan Dahl [Mon, 4 Jun 2012 18:16:02 +0000 (11:16 -0700)]
Merge upstream.

12 years agoUpdate factory in bootstrap.js.
Brendan Dahl [Mon, 4 Jun 2012 16:45:09 +0000 (09:45 -0700)]
Update factory in bootstrap.js.

12 years agoAddresses review feedback from mozilla central. See bugzilla bug 752676.
Brendan Dahl [Mon, 4 Jun 2012 16:38:22 +0000 (09:38 -0700)]
Addresses review feedback from mozilla central. See bugzilla bug 752676.

12 years agoUpdate translation
Xavier Fung [Mon, 4 Jun 2012 06:35:12 +0000 (14:35 +0800)]
Update translation

12 years agoA new (valid) link for Cyrillic_Alphabets-Chars.pdf test file.
Ivan Krechetov [Sun, 3 Jun 2012 10:15:25 +0000 (12:15 +0200)]
A new (valid) link for Cyrillic_Alphabets-Chars.pdf test file.

The old one returned a 404, and prevented `node make server` from running the first time.

12 years agoMerge pull request #1781 from brendandahl/app-pref
Yury Delendik [Fri, 1 Jun 2012 23:46:48 +0000 (16:46 -0700)]
Merge pull request #1781 from brendandahl/app-pref

GH Portion of the Control pdf.js and Other PDF Plugins using Application Preferences bug

12 years agoMerge pull request #1786 from brendandahl/blob-download2
Yury Delendik [Fri, 1 Jun 2012 22:23:52 +0000 (15:23 -0700)]
Merge pull request #1786 from brendandahl/blob-download2

Use already downloaded data for the open with/save as dialog.

12 years agoUse already downloaded data for the open with/save as dialog.
Brendan Dahl [Fri, 1 Jun 2012 21:17:09 +0000 (14:17 -0700)]
Use already downloaded data for the open with/save as dialog.

12 years agoMake pdf.js the default pdf viewer for moz central.
Brendan Dahl [Fri, 1 Jun 2012 20:21:45 +0000 (13:21 -0700)]
Make pdf.js the default pdf viewer for moz central.
Update the tests to reflect this.

12 years agoMerge pull request #1783 from yurydelendik/remove-xx
Brendan Dahl [Thu, 31 May 2012 21:54:36 +0000 (14:54 -0700)]
Merge pull request #1783 from yurydelendik/remove-xx

Fixing search button; removing xx culture

12 years agoFixing search button; removing xx culture
Yury Delendik [Thu, 31 May 2012 21:13:27 +0000 (16:13 -0500)]
Fixing search button; removing xx culture

12 years agoMerge pull request #1782 from yurydelendik/review-742099
Brendan Dahl [Thu, 31 May 2012 21:07:31 +0000 (14:07 -0700)]
Merge pull request #1782 from yurydelendik/review-742099

Addressing the bug 742099 review

12 years agoMissing parent
Yury Delendik [Thu, 31 May 2012 21:01:54 +0000 (16:01 -0500)]
Missing parent

12 years agoAddressing the bug 742099 review
Yury Delendik [Thu, 31 May 2012 20:56:38 +0000 (15:56 -0500)]
Addressing the bug 742099 review

12 years agoAdd global pref to enable/disable. Control pdf.js in application preferences. Add...
Brendan Dahl [Thu, 31 May 2012 18:16:06 +0000 (11:16 -0700)]
Add global pref to enable/disable.  Control pdf.js in application preferences.  Add Artur's mochi tests.

12 years agoTODO isn't defined in viewer, just directly call fallback.
Brendan Dahl [Thu, 31 May 2012 18:12:46 +0000 (11:12 -0700)]
TODO isn't defined in viewer, just directly call fallback.

12 years agoSet the style element ID.
benbro [Thu, 31 May 2012 09:05:06 +0000 (12:05 +0300)]
Set the style element ID.

12 years agoUse a style tag with an ID instead of keeping a reference to it.
benbro [Thu, 31 May 2012 09:01:15 +0000 (12:01 +0300)]
Use a style tag with an ID instead of keeping a reference to it.

12 years agoMerge pull request #1775 from xavier114fch/zh-TW
Yury Delendik [Tue, 29 May 2012 18:54:24 +0000 (11:54 -0700)]
Merge pull request #1775 from xavier114fch/zh-TW

Update translation

12 years agoUpdate translation
Xavier Fung [Tue, 29 May 2012 18:47:00 +0000 (02:47 +0800)]
Update translation

12 years agoMerge pull request #1774 from arturadib/mozcentral-test-1
Brendan Dahl [Tue, 29 May 2012 17:58:41 +0000 (10:58 -0700)]
Merge pull request #1774 from arturadib/mozcentral-test-1

Moz-Central tests: Remove all async tests

12 years agoMerge pull request #1674 from mozilla/textsearch
Brendan Dahl [Tue, 29 May 2012 17:16:18 +0000 (10:16 -0700)]
Merge pull request #1674 from mozilla/textsearch

Text search with new API, new UI

12 years agoMerge pull request #1766 from yurydelendik/encryptmeta
Brendan Dahl [Tue, 29 May 2012 16:44:24 +0000 (09:44 -0700)]
Merge pull request #1766 from yurydelendik/encryptmeta

Suppress metadata decryption

12 years agomerging upstream
Artur Adib [Tue, 29 May 2012 16:16:57 +0000 (12:16 -0400)]
merging upstream

12 years agoEXT_PREFIX --> PREF_PREFIX
Artur Adib [Tue, 29 May 2012 16:14:12 +0000 (12:14 -0400)]
EXT_PREFIX --> PREF_PREFIX

12 years agoRemoving log
Yury Delendik [Tue, 29 May 2012 16:01:46 +0000 (11:01 -0500)]
Removing log

12 years agomerge upstream
Artur Adib [Tue, 29 May 2012 15:54:11 +0000 (11:54 -0400)]
merge upstream