]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
13 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.

13 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.

13 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.

13 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.

13 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

13 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

13 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

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

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

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

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

13 years agoMerge pull request #1701 from brendandahl/fallback-ui
Artur Adib [Tue, 29 May 2012 15:43:31 +0000 (08:43 -0700)]
Merge pull request #1701 from brendandahl/fallback-ui

Fallback UI for Extension

13 years agoMerge pull request #1770 from tomer/master
Yury Delendik [Tue, 29 May 2012 00:06:40 +0000 (17:06 -0700)]
Merge pull request #1770 from tomer/master

Hebrew localization for pdf.js

13 years agoHebrew (he) localization
Tomer Cohen [Mon, 28 May 2012 22:23:45 +0000 (01:23 +0300)]
Hebrew (he) localization

13 years agoSkipping incorrectly encoded metadata
Yury Delendik [Mon, 28 May 2012 00:00:13 +0000 (19:00 -0500)]
Skipping incorrectly encoded metadata

13 years agoSuppress metadata decryption
Yury Delendik [Sun, 27 May 2012 23:03:04 +0000 (18:03 -0500)]
Suppress metadata decryption

13 years agoDecode XML metadata as UTF-8
Nils Maier [Sun, 27 May 2012 20:49:28 +0000 (22:49 +0200)]
Decode XML metadata as UTF-8

XML uses UTF-8 by default, which needs to be decoded to a Javascript
String prior to feeding it to the DOMParser.
In an ideal world, the XML would actually be analyzed and the specified
charset would be used, however that does not seem feasible unless JS
engines get iconv bindings.

Fixes GH-1692

13 years agoMerge pull request #1757 from yurydelendik/print-visible
Julian Viereck [Sun, 27 May 2012 19:40:23 +0000 (12:40 -0700)]
Merge pull request #1757 from yurydelendik/print-visible

Don't print toolbar and not loaded pages

13 years agoMerge pull request #1713 from yurydelendik/chromext-1
Brendan Dahl [Fri, 25 May 2012 22:42:33 +0000 (15:42 -0700)]
Merge pull request #1713 from yurydelendik/chromext-1

Fixes extension for Chrome

13 years agoPrevent fallback when not ff extension.
Brendan Dahl [Fri, 25 May 2012 21:52:00 +0000 (14:52 -0700)]
Prevent fallback when not ff extension.

13 years agoTrigger todo on forms.
Brendan Dahl [Fri, 25 May 2012 20:22:43 +0000 (13:22 -0700)]
Trigger todo on forms.

13 years agoAdd todo comment.
Brendan Dahl [Fri, 25 May 2012 20:07:07 +0000 (13:07 -0700)]
Add todo comment.

13 years agoChange unsupported feature message.
Brendan Dahl [Fri, 25 May 2012 20:03:13 +0000 (13:03 -0700)]
Change unsupported feature message.

13 years agoremoving all async tests
Artur Adib [Fri, 25 May 2012 17:06:55 +0000 (13:06 -0400)]
removing all async tests

13 years agoMerge remote-tracking branch 'mozilla/master' into print-visible
Yury Delendik [Fri, 25 May 2012 12:38:50 +0000 (07:38 -0500)]
Merge remote-tracking branch 'mozilla/master' into print-visible

Conflicts:
web/viewer.css

13 years agoremove svg image
Yury Delendik [Thu, 24 May 2012 21:11:51 +0000 (16:11 -0500)]
remove svg image

13 years agoMerge remote-tracking branch 'mozilla/master' into textsearch
Yury Delendik [Thu, 24 May 2012 21:04:09 +0000 (16:04 -0500)]
Merge remote-tracking branch 'mozilla/master' into textsearch

Conflicts:
extensions/firefox/components/PdfStreamConverter.js

13 years agoMerge branch 'master' of github.com:mozilla/pdf.js into fallback-ui
Brendan Dahl [Thu, 24 May 2012 21:01:10 +0000 (14:01 -0700)]
Merge branch 'master' of github.com:mozilla/pdf.js into fallback-ui

Conflicts:
extensions/firefox/components/PdfStreamConverter.js

13 years agoLocalize the Find button
Yury Delendik [Thu, 24 May 2012 21:00:55 +0000 (16:00 -0500)]
Localize the Find button

13 years agoMerge pull request #1744 from brendandahl/diff-ids
Yury Delendik [Thu, 24 May 2012 20:48:26 +0000 (13:48 -0700)]
Merge pull request #1744 from brendandahl/diff-ids

Use different id's for moz central and extension.

13 years agomc tests- fixing intermittent crashes
Artur Adib [Thu, 24 May 2012 20:11:32 +0000 (16:11 -0400)]
mc tests- fixing intermittent crashes

13 years agoMerge pull request #1734 from yurydelendik/issue-1721
Brendan Dahl [Thu, 24 May 2012 16:44:29 +0000 (09:44 -0700)]
Merge pull request #1734 from yurydelendik/issue-1721

Adjust heuristic to properly handle unicode characters

13 years agoupdating tests
Artur Adib [Thu, 24 May 2012 16:22:46 +0000 (12:22 -0400)]
updating tests

13 years agoFix notification from showing up in wrong window.
Brendan Dahl [Wed, 23 May 2012 23:54:55 +0000 (16:54 -0700)]
Fix notification from showing up in wrong window.

13 years agoRemove disable option. Change download wording to open.
Brendan Dahl [Wed, 23 May 2012 23:16:48 +0000 (16:16 -0700)]
Remove disable option. Change download wording to open.

13 years agoUse different id's for moz central and extension.
Brendan Dahl [Wed, 23 May 2012 22:57:14 +0000 (15:57 -0700)]
Use different id's for moz central and extension.

13 years agoMerge pull request #1716 from yurydelendik/issue-1709
Brendan Dahl [Wed, 23 May 2012 01:09:51 +0000 (18:09 -0700)]
Merge pull request #1716 from yurydelendik/issue-1709

Adjusts MacRoman switch heuristics threshold

13 years agoMerge pull request #1740 from yurydelendik/locale-cs
Yury Delendik [Wed, 23 May 2012 00:38:21 +0000 (17:38 -0700)]
Merge pull request #1740 from yurydelendik/locale-cs

Czech locale

13 years agoCzech locale
Sam [Wed, 23 May 2012 00:33:39 +0000 (19:33 -0500)]
Czech locale

13 years agoMerge pull request #1739 from arturadib/mozcentral-stuff
Yury Delendik [Wed, 23 May 2012 00:20:44 +0000 (17:20 -0700)]
Merge pull request #1739 from arturadib/mozcentral-stuff

Fixed moz-central manifest; bundle Mochitests

13 years agoaddr reviewer comments
Artur Adib [Tue, 22 May 2012 23:20:24 +0000 (19:20 -0400)]
addr reviewer comments

13 years agoFixed moz-central manifest; bundling Mochitests
Artur Adib [Tue, 22 May 2012 22:56:12 +0000 (18:56 -0400)]
Fixed moz-central manifest; bundling Mochitests

13 years agoAdjust heuristic to properly handle unicode characters
Yury Delendik [Tue, 22 May 2012 03:15:09 +0000 (22:15 -0500)]
Adjust heuristic to properly handle unicode characters

13 years agoMerge pull request #1728 from yurydelendik/lexer-1
Artur Adib [Mon, 21 May 2012 20:55:29 +0000 (13:55 -0700)]
Merge pull request #1728 from yurydelendik/lexer-1

Allow parsing of the "glued" commands

13 years agoMerge pull request #1720 from yurydelendik/remove-cid-1
Brendan Dahl [Mon, 21 May 2012 20:48:51 +0000 (13:48 -0700)]
Merge pull request #1720 from yurydelendik/remove-cid-1

Removes the CID data from the CFF font

13 years agoComment for knownCommands
Yury Delendik [Mon, 21 May 2012 20:23:49 +0000 (15:23 -0500)]
Comment for knownCommands

13 years agoMerge remote-tracking branch 'mozilla/master' into textsearch
Yury Delendik [Mon, 21 May 2012 19:07:30 +0000 (14:07 -0500)]
Merge remote-tracking branch 'mozilla/master' into textsearch

Conflicts:
l10n/en-US/viewer.properties
web/viewer.html

13 years agoMerge pull request #1712 from yurydelendik/winfont-1
Artur Adib [Mon, 21 May 2012 18:25:47 +0000 (11:25 -0700)]
Merge pull request #1712 from yurydelendik/winfont-1

Moves Subrs to Private tail in CFF top dict

13 years agoDon't print toolbar and not loaded pages
Yury Delendik [Mon, 21 May 2012 18:08:42 +0000 (13:08 -0500)]
Don't print toolbar and not loaded pages

13 years agoMerge pull request #1731 from yurydelendik/browse-icon
Artur Adib [Mon, 21 May 2012 17:38:20 +0000 (10:38 -0700)]
Merge pull request #1731 from yurydelendik/browse-icon

Replaces browse button with a icon

13 years agoMerge remote-tracking branch 'mozilla/master' into textsearch
Yury Delendik [Mon, 21 May 2012 16:32:16 +0000 (11:32 -0500)]
Merge remote-tracking branch 'mozilla/master' into textsearch

Conflicts:
l10n/en-US/viewer.properties
web/viewer.html

13 years agoFixes tab order, temp icon and localization
Yury Delendik [Mon, 21 May 2012 16:23:12 +0000 (11:23 -0500)]
Fixes tab order, temp icon and localization

13 years agoSimplify small screen CSS logic
Yury Delendik [Mon, 21 May 2012 15:59:43 +0000 (10:59 -0500)]
Simplify small screen CSS logic

13 years agoEnable/disable search via about:config pref
Artur Adib [Mon, 21 May 2012 15:15:24 +0000 (11:15 -0400)]
Enable/disable search via about:config pref

13 years agoMerge pull request #1727 from xavier114fch/zh-TW
Yury Delendik [Mon, 21 May 2012 00:18:01 +0000 (17:18 -0700)]
Merge pull request #1727 from xavier114fch/zh-TW

Traditional Chinese Translation

13 years agoReplaces browse button with a icon
Yury Delendik [Sun, 20 May 2012 22:12:58 +0000 (17:12 -0500)]
Replaces browse button with a icon

13 years agoAdd prefixes for literals
Yury Delendik [Sun, 20 May 2012 19:05:23 +0000 (14:05 -0500)]
Add prefixes for literals

13 years agoAllow parsing of the "glued" commands
Yury Delendik [Sun, 20 May 2012 18:44:03 +0000 (13:44 -0500)]
Allow parsing of the "glued" commands

13 years agoTraditional Chinese Translation
Xavier Fung [Sun, 20 May 2012 18:29:27 +0000 (02:29 +0800)]
Traditional Chinese Translation

13 years agoMerge pull request #1725 from yurydelendik/locale-ja
Yury Delendik [Sun, 20 May 2012 13:09:19 +0000 (06:09 -0700)]
Merge pull request #1725 from yurydelendik/locale-ja

Japanese locale

13 years agoJapanese locale
Haebaru [Sun, 20 May 2012 13:07:37 +0000 (08:07 -0500)]
Japanese locale

13 years agoMerge pull request #1724 from goofy-bz/master
Yury Delendik [Sun, 20 May 2012 12:34:28 +0000 (05:34 -0700)]
Merge pull request #1724 from goofy-bz/master

Small translation fix for French locale

13 years agosmall fix in French translation
Jean-Bernard marcon [Sun, 20 May 2012 07:37:50 +0000 (09:37 +0200)]
small fix in French translation

13 years agoMerge pull request #1723 from yurydelendik/locale-zh-CN
Yury Delendik [Sun, 20 May 2012 01:54:18 +0000 (18:54 -0700)]
Merge pull request #1723 from yurydelendik/locale-zh-CN

Chinese (Simplified) locale

13 years agoChinese (Simplified) locale
yfdyh000 [Sun, 20 May 2012 01:50:54 +0000 (20:50 -0500)]
Chinese (Simplified) locale

13 years agoMerge pull request #1722 from yurydelendik/locale-fr
Yury Delendik [Sat, 19 May 2012 16:23:44 +0000 (09:23 -0700)]
Merge pull request #1722 from yurydelendik/locale-fr

French locale

13 years agofinetuned tooltips
goofy-bz [Sat, 19 May 2012 16:22:28 +0000 (11:22 -0500)]
finetuned tooltips

13 years agoFrench locale
goofy-bz [Sat, 19 May 2012 13:58:59 +0000 (08:58 -0500)]
French locale

13 years agoRemoves the CID data from the CFF font
Yury Delendik [Fri, 18 May 2012 21:51:55 +0000 (16:51 -0500)]
Removes the CID data from the CFF font

13 years agoMerge pull request #1717 from yurydelendik/fix-ru-1
Yury Delendik [Fri, 18 May 2012 17:37:12 +0000 (10:37 -0700)]
Merge pull request #1717 from yurydelendik/fix-ru-1

Add localization strings for ru

13 years agoAdjusts MacRoman switch heuristics threshold
Yury Delendik [Fri, 18 May 2012 16:14:09 +0000 (11:14 -0500)]
Adjusts MacRoman switch heuristics threshold

13 years agoAdd localization strings for ru
Yury Delendik [Fri, 18 May 2012 13:59:27 +0000 (08:59 -0500)]
Add localization strings for ru

13 years agoMerge pull request #1715 from saebekassebil/updatedanish
Yury Delendik [Fri, 18 May 2012 12:28:09 +0000 (05:28 -0700)]
Merge pull request #1715 from saebekassebil/updatedanish

Updated danish locale

13 years agoMerge pull request #1714 from loftux/locale-sv
Yury Delendik [Fri, 18 May 2012 12:24:54 +0000 (05:24 -0700)]
Merge pull request #1714 from loftux/locale-sv

Swedish locale sv

13 years agoUpdated danish locale
Saebekassebil [Fri, 18 May 2012 10:33:45 +0000 (12:33 +0200)]
Updated danish locale

13 years agoSwedish locale sv
Peter Lofgren [Fri, 18 May 2012 06:48:58 +0000 (08:48 +0200)]
Swedish locale sv

13 years agoFixes extension for Chrome
Yury Delendik [Fri, 18 May 2012 01:04:24 +0000 (20:04 -0500)]
Fixes extension for Chrome

13 years agoReference test for 1629
Yury Delendik [Thu, 17 May 2012 23:34:31 +0000 (18:34 -0500)]
Reference test for 1629

13 years agoFixes CFF: moves Subrs to Private tail
Yury Delendik [Thu, 17 May 2012 22:54:24 +0000 (17:54 -0500)]
Fixes CFF: moves Subrs to Private tail

13 years agoMerge pull request #1706 from yurydelendik/fix-ie-7
Artur Adib [Thu, 17 May 2012 20:10:26 +0000 (13:10 -0700)]
Merge pull request #1706 from yurydelendik/fix-ie-7

Fixes classList and dataset for IE9; background for option element

13 years agoMerge pull request #1703 from yurydelendik/small-ui
Artur Adib [Thu, 17 May 2012 20:09:42 +0000 (13:09 -0700)]
Merge pull request #1703 from yurydelendik/small-ui

Adds styles for small screens

13 years agoMerge pull request #1698 from saebekassebil/fixpassword
Yury Delendik [Thu, 17 May 2012 20:07:37 +0000 (13:07 -0700)]
Merge pull request #1698 from saebekassebil/fixpassword

Support password protected PDF files (Better commiting)

13 years agoPasswordException in closure
Jakob Miland [Thu, 17 May 2012 19:34:39 +0000 (21:34 +0200)]
PasswordException in closure

13 years agoUse substitute of isArrayBuffer
Jakob Miland [Thu, 17 May 2012 19:00:29 +0000 (21:00 +0200)]
Use substitute of isArrayBuffer

13 years agoFixes classList and dataset for IE9; background for option element
Yury Delendik [Thu, 17 May 2012 01:19:38 +0000 (20:19 -0500)]
Fixes classList and dataset for IE9; background for option element

13 years agoMerge branch 'fixpassword', remote-tracking branch 'origin/master' into fixpassword
Jakob Miland [Wed, 16 May 2012 19:03:09 +0000 (21:03 +0200)]
Merge branch 'fixpassword', remote-tracking branch 'origin/master' into fixpassword

13 years agoMerge branch 'master' of github.com:mozilla/pdf.js into textsearch
Artur Adib [Wed, 16 May 2012 16:51:19 +0000 (12:51 -0400)]
Merge branch 'master' of github.com:mozilla/pdf.js into textsearch

13 years agoChange to info for most gstate settings.
Brendan Dahl [Tue, 15 May 2012 23:05:45 +0000 (16:05 -0700)]
Change to info for most gstate settings.

13 years agoAdds styles for small screens
Yury Delendik [Tue, 15 May 2012 19:47:33 +0000 (14:47 -0500)]
Adds styles for small screens

13 years agoMerge pull request #1694 from yurydelendik/owner-password
Brendan Dahl [Tue, 15 May 2012 18:52:56 +0000 (11:52 -0700)]
Merge pull request #1694 from yurydelendik/owner-password

Fixes user and owner passwords logic

13 years agoAdd chrome.properties for moz central build.
Brendan Dahl [Tue, 15 May 2012 18:38:38 +0000 (11:38 -0700)]
Add chrome.properties for moz central build.

13 years agoMerge upstream. Use new l10n.
Brendan Dahl [Tue, 15 May 2012 17:33:01 +0000 (10:33 -0700)]
Merge upstream. Use new l10n.

13 years agoMerge pull request #1690 from yurydelendik/stringbundle-1
Brendan Dahl [Tue, 15 May 2012 00:24:55 +0000 (17:24 -0700)]
Merge pull request #1690 from yurydelendik/stringbundle-1

Loading extension resources via stringbundle

13 years agoAdd new severity log info(). Change severity of some log messages. Trigger fallback...
Brendan Dahl [Tue, 15 May 2012 00:19:09 +0000 (17:19 -0700)]
Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension.

13 years agoWrong variable name, fix
Jakob Miland [Mon, 14 May 2012 18:58:56 +0000 (20:58 +0200)]
Wrong variable name, fix

13 years agoSupport password and add the relevant l10n strings
Jakob Miland [Mon, 14 May 2012 18:45:07 +0000 (20:45 +0200)]
Support password and add the relevant l10n strings

13 years agoMerge pull request #1686 from yurydelendik/evaluator-tests
Brendan Dahl [Mon, 14 May 2012 16:06:41 +0000 (09:06 -0700)]
Merge pull request #1686 from yurydelendik/evaluator-tests

Evaluator tests

13 years agoMerge remote-tracking branch 'origin/master' into fixpassword
Jakob Miland [Mon, 14 May 2012 15:58:10 +0000 (17:58 +0200)]
Merge remote-tracking branch 'origin/master' into fixpassword

13 years agoMerge remote-tracking branch 'yury/owner-password' into fixpassword
Jakob Miland [Mon, 14 May 2012 15:57:28 +0000 (17:57 +0200)]
Merge remote-tracking branch 'yury/owner-password' into fixpassword

13 years agoMerge pull request #1676 from saebekassebil/seamonkey
Yury Delendik [Sun, 13 May 2012 13:58:11 +0000 (06:58 -0700)]
Merge pull request #1676 from saebekassebil/seamonkey

Support SeaMonkey (without Private Browsing)