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

13 years agoMerge pull request #1663 from asraniel/authentication
Yury Delendik [Sun, 13 May 2012 13:49:45 +0000 (06:49 -0700)]
Merge pull request #1663 from asraniel/authentication

HTTP Header support

13 years agoFixes user and owner passwords logic
Yury Delendik [Sun, 13 May 2012 02:34:32 +0000 (21:34 -0500)]
Fixes user and owner passwords logic

13 years agoUpdated Firefox and SeaMonkey's maxVersion
Jakob Miland [Sat, 12 May 2012 17:42:27 +0000 (19:42 +0200)]
Updated Firefox and SeaMonkey's maxVersion

13 years agoSeaMonkey support without SMILE
Jakob Miland [Sat, 12 May 2012 13:16:53 +0000 (15:16 +0200)]
SeaMonkey support without SMILE

13 years agoMerge branch 'master', remote-tracking branch 'origin/master'
Jakob Miland [Sat, 12 May 2012 13:00:43 +0000 (15:00 +0200)]
Merge branch 'master', remote-tracking branch 'origin/master'

13 years agomake the locale stuff a precondition for make extension
Yury Delendik [Fri, 11 May 2012 23:12:48 +0000 (18:12 -0500)]
make the locale stuff a precondition for make extension

13 years agoChange pdfviewer->pdf.js for chrome://;new line
Yury Delendik [Fri, 11 May 2012 22:35:43 +0000 (17:35 -0500)]
Change pdfviewer->pdf.js for chrome://;new line

13 years agoLint errors
Yury Delendik [Fri, 11 May 2012 20:18:46 +0000 (15:18 -0500)]
Lint errors

13 years agoMissing file
Yury Delendik [Fri, 11 May 2012 20:14:50 +0000 (15:14 -0500)]
Missing file

13 years agoRemove unused code
Yury Delendik [Fri, 11 May 2012 19:42:20 +0000 (14:42 -0500)]
Remove unused code

13 years agoLoading extension resources via stringbundle
Yury Delendik [Fri, 11 May 2012 19:39:11 +0000 (14:39 -0500)]
Loading extension resources via stringbundle

13 years agoAdds evaluator tests
Yury Delendik [Thu, 10 May 2012 21:11:27 +0000 (16:11 -0500)]
Adds evaluator tests

13 years agoMerge pull request #1673 from brendandahl/fallback
Yury Delendik [Thu, 10 May 2012 20:10:46 +0000 (13:10 -0700)]
Merge pull request #1673 from brendandahl/fallback

Add fallback option for the extension.

13 years agoMerge pull request #1683 from gavinsharp/master
Brendan Dahl [Thu, 10 May 2012 19:00:39 +0000 (12:00 -0700)]
Merge pull request #1683 from gavinsharp/master

don't use FUEL in pdf.js

13 years agofix review comments from bdahl
Gavin Sharp [Thu, 10 May 2012 17:05:24 +0000 (10:05 -0700)]
fix review comments from bdahl

13 years agoMerge pull request #1677 from igstan/master
Yury Delendik [Thu, 10 May 2012 03:18:06 +0000 (20:18 -0700)]
Merge pull request #1677 from igstan/master

Add Romanian localization

13 years agoIssue 1682: don't use FUEL in pdf.js
Gavin Sharp [Thu, 10 May 2012 00:04:52 +0000 (17:04 -0700)]
Issue 1682: don't use FUEL in pdf.js

13 years agoTwo or more operations can be combined together like qqBT
Dmitry Kataev [Wed, 9 May 2012 17:29:50 +0000 (21:29 +0400)]
Two or more operations can be combined together like qqBT

13 years agoMerge pull request #1670 from yurydelendik/thumbs-alt
Brendan Dahl [Wed, 9 May 2012 16:09:26 +0000 (09:09 -0700)]
Merge pull request #1670 from yurydelendik/thumbs-alt

Accessibility labels for page previews

13 years agoRemove fallback function.
Brendan Dahl [Wed, 9 May 2012 16:02:41 +0000 (09:02 -0700)]
Remove fallback function.

13 years agoSwap Romanian translations for zooming in/out
Ionuț G. Stan [Wed, 9 May 2012 12:38:00 +0000 (15:38 +0300)]
Swap Romanian translations for zooming in/out

13 years agoAdd Romanian localization files
Ionuț G. Stan [Wed, 9 May 2012 10:45:28 +0000 (13:45 +0300)]
Add Romanian localization files

Thanks @xhr and @silviupostavaru for helping with this.

commit fcadb2cc7891d33214213011091e2bc8e29bdb51
Author: Ionuț G. Stan <ionut.g.stan@gmail.com>
Date:   Wed May 9 13:41:35 2012 +0300

    Change Romanian localization for "bookmark"

commit b0f152fe88d7591492d09d094608b73605985859
Author: Ionuț G. Stan <ionut.g.stan@gmail.com>
Date:   Wed May 9 13:40:25 2012 +0300

    Don't use titlecase for the Romanian localization

commit f312dd76314db685cc2b4a7e3ae7ecdbc8ca36f0
Author: Ionuț G. Stan <ionut.g.stan@gmail.com>
Date:   Wed May 9 13:38:35 2012 +0300

    Change Romanian localization for "print"

commit 242b1ff9970790b3ec2557239dcdba9a5ef77028
Author: Ionuț G. Stan <ionut.g.stan@gmail.com>
Date:   Wed May 9 13:32:41 2012 +0300

    Add Romanian localization files

13 years agoUse open with/save as dialog for fallback and download.
Brendan Dahl [Tue, 8 May 2012 23:11:50 +0000 (16:11 -0700)]
Use open with/save as dialog for fallback and download.

13 years agoAdd fallback option for the extension.
Brendan Dahl [Tue, 8 May 2012 20:05:33 +0000 (13:05 -0700)]
Add fallback option for the extension.

13 years agoAccessibility labels for page previews
Yury Delendik [Tue, 8 May 2012 19:40:08 +0000 (14:40 -0500)]
Accessibility labels for page previews

13 years agoMerge pull request #1667 from Witia1/master
Yury Delendik [Tue, 8 May 2012 18:39:44 +0000 (11:39 -0700)]
Merge pull request #1667 from Witia1/master

Polish localization

13 years agoMerge pull request #1668 from yurydelendik/build-ff-1
Artur Adib [Tue, 8 May 2012 16:12:54 +0000 (09:12 -0700)]
Merge pull request #1668 from yurydelendik/build-ff-1

Add mozcontral options

13 years agoAdd mozcontral options
Yury Delendik [Tue, 8 May 2012 15:23:55 +0000 (10:23 -0500)]
Add mozcontral options

13 years agofix 4 lint errors
beat [Tue, 8 May 2012 14:34:46 +0000 (16:34 +0200)]
fix 4 lint errors

13 years agoTranslation into Polish
Wojciech Szczęsny [Tue, 8 May 2012 14:31:27 +0000 (16:31 +0200)]
Translation into Polish

13 years agocode style fixes
beat [Tue, 8 May 2012 12:17:51 +0000 (14:17 +0200)]
code style fixes

13 years agoAdded Polish translation
Wojciech Szczęsny [Tue, 8 May 2012 11:14:47 +0000 (13:14 +0200)]
Added Polish translation

13 years agoMerge pull request #1665 from yurydelendik/locale-sr
Yury Delendik [Tue, 8 May 2012 00:30:32 +0000 (17:30 -0700)]
Merge pull request #1665 from yurydelendik/locale-sr

Adds Serbian locale

13 years agoMerge pull request #3 from ioskar/patch-4
Yury Delendik [Tue, 8 May 2012 00:19:42 +0000 (17:19 -0700)]
Merge pull request #3 from ioskar/patch-4

Patch 4

13 years agoMinor translations
ioskar [Tue, 8 May 2012 00:17:02 +0000 (03:17 +0300)]
Minor translations

13 years agoMerge pull request #1662 from yurydelendik/move-de
Yury Delendik [Tue, 8 May 2012 00:02:41 +0000 (17:02 -0700)]
Merge pull request #1662 from yurydelendik/move-de

Rename de-DE to de

13 years agoMerge commit '9960bbd' into locale-sr
Yury Delendik [Mon, 7 May 2012 23:55:22 +0000 (18:55 -0500)]
Merge commit '9960bbd' into locale-sr

13 years agoTranslation
ioskar [Mon, 7 May 2012 23:30:41 +0000 (02:30 +0300)]
Translation

13 years agoTranslation
ioskar [Mon, 7 May 2012 22:48:43 +0000 (01:48 +0300)]
Translation

13 years agoInitial sr locale files
Yury Delendik [Mon, 7 May 2012 22:05:36 +0000 (17:05 -0500)]
Initial sr locale files