]>
git.parisson.com Git - pdf.js.git/log
Brendan Dahl [Tue, 29 May 2012 16:44:24 +0000 (09:44 -0700)]
Merge pull request #1766 from yurydelendik/encryptmeta
Suppress metadata decryption
Yury Delendik [Tue, 29 May 2012 16:01:46 +0000 (11:01 -0500)]
Removing log
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
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
Tomer Cohen [Mon, 28 May 2012 22:23:45 +0000 (01:23 +0300)]
Hebrew (he) localization
Yury Delendik [Mon, 28 May 2012 00:00:13 +0000 (19:00 -0500)]
Skipping incorrectly encoded metadata
Yury Delendik [Sun, 27 May 2012 23:03:04 +0000 (18:03 -0500)]
Suppress metadata decryption
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
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
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
Brendan Dahl [Fri, 25 May 2012 21:52:00 +0000 (14:52 -0700)]
Prevent fallback when not ff extension.
Brendan Dahl [Fri, 25 May 2012 20:22:43 +0000 (13:22 -0700)]
Trigger todo on forms.
Brendan Dahl [Fri, 25 May 2012 20:07:07 +0000 (13:07 -0700)]
Add todo comment.
Brendan Dahl [Fri, 25 May 2012 20:03:13 +0000 (13:03 -0700)]
Change unsupported feature message.
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
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
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.
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
Brendan Dahl [Wed, 23 May 2012 23:54:55 +0000 (16:54 -0700)]
Fix notification from showing up in wrong window.
Brendan Dahl [Wed, 23 May 2012 23:16:48 +0000 (16:16 -0700)]
Remove disable option. Change download wording to open.
Brendan Dahl [Wed, 23 May 2012 22:57:14 +0000 (15:57 -0700)]
Use different id's for moz central and extension.
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
Yury Delendik [Wed, 23 May 2012 00:38:21 +0000 (17:38 -0700)]
Merge pull request #1740 from yurydelendik/locale-cs
Czech locale
Sam [Wed, 23 May 2012 00:33:39 +0000 (19:33 -0500)]
Czech locale
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
Artur Adib [Tue, 22 May 2012 23:20:24 +0000 (19:20 -0400)]
addr reviewer comments
Artur Adib [Tue, 22 May 2012 22:56:12 +0000 (18:56 -0400)]
Fixed moz-central manifest; bundling Mochitests
Yury Delendik [Tue, 22 May 2012 03:15:09 +0000 (22:15 -0500)]
Adjust heuristic to properly handle unicode characters
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
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
Yury Delendik [Mon, 21 May 2012 20:23:49 +0000 (15:23 -0500)]
Comment for knownCommands
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
Yury Delendik [Mon, 21 May 2012 18:08:42 +0000 (13:08 -0500)]
Don't print toolbar and not loaded pages
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
Yury Delendik [Mon, 21 May 2012 15:59:43 +0000 (10:59 -0500)]
Simplify small screen CSS logic
Yury Delendik [Mon, 21 May 2012 00:18:01 +0000 (17:18 -0700)]
Merge pull request #1727 from xavier114fch/zh-TW
Traditional Chinese Translation
Yury Delendik [Sun, 20 May 2012 22:12:58 +0000 (17:12 -0500)]
Replaces browse button with a icon
Yury Delendik [Sun, 20 May 2012 19:05:23 +0000 (14:05 -0500)]
Add prefixes for literals
Yury Delendik [Sun, 20 May 2012 18:44:03 +0000 (13:44 -0500)]
Allow parsing of the "glued" commands
Xavier Fung [Sun, 20 May 2012 18:29:27 +0000 (02:29 +0800)]
Traditional Chinese Translation
Yury Delendik [Sun, 20 May 2012 13:09:19 +0000 (06:09 -0700)]
Merge pull request #1725 from yurydelendik/locale-ja
Japanese locale
Haebaru [Sun, 20 May 2012 13:07:37 +0000 (08:07 -0500)]
Japanese locale
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
Jean-Bernard marcon [Sun, 20 May 2012 07:37:50 +0000 (09:37 +0200)]
small fix in French translation
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
yfdyh000 [Sun, 20 May 2012 01:50:54 +0000 (20:50 -0500)]
Chinese (Simplified) locale
Yury Delendik [Sat, 19 May 2012 16:23:44 +0000 (09:23 -0700)]
Merge pull request #1722 from yurydelendik/locale-fr
French locale
goofy-bz [Sat, 19 May 2012 16:22:28 +0000 (11:22 -0500)]
finetuned tooltips
goofy-bz [Sat, 19 May 2012 13:58:59 +0000 (08:58 -0500)]
French locale
Yury Delendik [Fri, 18 May 2012 21:51:55 +0000 (16:51 -0500)]
Removes the CID data from the CFF font
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
Yury Delendik [Fri, 18 May 2012 16:14:09 +0000 (11:14 -0500)]
Adjusts MacRoman switch heuristics threshold
Yury Delendik [Fri, 18 May 2012 13:59:27 +0000 (08:59 -0500)]
Add localization strings for ru
Yury Delendik [Fri, 18 May 2012 12:28:09 +0000 (05:28 -0700)]
Merge pull request #1715 from saebekassebil/updatedanish
Updated danish locale
Yury Delendik [Fri, 18 May 2012 12:24:54 +0000 (05:24 -0700)]
Merge pull request #1714 from loftux/locale-sv
Swedish locale sv
Saebekassebil [Fri, 18 May 2012 10:33:45 +0000 (12:33 +0200)]
Updated danish locale
Peter Lofgren [Fri, 18 May 2012 06:48:58 +0000 (08:48 +0200)]
Swedish locale sv
Yury Delendik [Fri, 18 May 2012 01:04:24 +0000 (20:04 -0500)]
Fixes extension for Chrome
Yury Delendik [Thu, 17 May 2012 23:34:31 +0000 (18:34 -0500)]
Reference test for 1629
Yury Delendik [Thu, 17 May 2012 22:54:24 +0000 (17:54 -0500)]
Fixes CFF: moves Subrs to Private tail
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
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
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)
Jakob Miland [Thu, 17 May 2012 19:34:39 +0000 (21:34 +0200)]
PasswordException in closure
Jakob Miland [Thu, 17 May 2012 19:00:29 +0000 (21:00 +0200)]
Use substitute of isArrayBuffer
Yury Delendik [Thu, 17 May 2012 01:19:38 +0000 (20:19 -0500)]
Fixes classList and dataset for IE9; background for option element
Jakob Miland [Wed, 16 May 2012 19:03:09 +0000 (21:03 +0200)]
Merge branch 'fixpassword', remote-tracking branch 'origin/master' into fixpassword
Brendan Dahl [Tue, 15 May 2012 23:05:45 +0000 (16:05 -0700)]
Change to info for most gstate settings.
Yury Delendik [Tue, 15 May 2012 19:47:33 +0000 (14:47 -0500)]
Adds styles for small screens
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
Brendan Dahl [Tue, 15 May 2012 18:38:38 +0000 (11:38 -0700)]
Add chrome.properties for moz central build.
Brendan Dahl [Tue, 15 May 2012 17:33:01 +0000 (10:33 -0700)]
Merge upstream. Use new l10n.
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
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.
Jakob Miland [Mon, 14 May 2012 18:58:56 +0000 (20:58 +0200)]
Wrong variable name, fix
Jakob Miland [Mon, 14 May 2012 18:45:07 +0000 (20:45 +0200)]
Support password and add the relevant l10n strings
Brendan Dahl [Mon, 14 May 2012 16:06:41 +0000 (09:06 -0700)]
Merge pull request #1686 from yurydelendik/evaluator-tests
Evaluator tests
Jakob Miland [Mon, 14 May 2012 15:58:10 +0000 (17:58 +0200)]
Merge remote-tracking branch 'origin/master' into fixpassword
Jakob Miland [Mon, 14 May 2012 15:57:28 +0000 (17:57 +0200)]
Merge remote-tracking branch 'yury/owner-password' into fixpassword
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)
Yury Delendik [Sun, 13 May 2012 13:49:45 +0000 (06:49 -0700)]
Merge pull request #1663 from asraniel/authentication
HTTP Header support
Yury Delendik [Sun, 13 May 2012 02:34:32 +0000 (21:34 -0500)]
Fixes user and owner passwords logic
Jakob Miland [Sat, 12 May 2012 17:42:27 +0000 (19:42 +0200)]
Updated Firefox and SeaMonkey's maxVersion
Jakob Miland [Sat, 12 May 2012 13:16:53 +0000 (15:16 +0200)]
SeaMonkey support without SMILE
Jakob Miland [Sat, 12 May 2012 13:00:43 +0000 (15:00 +0200)]
Merge branch 'master', remote-tracking branch 'origin/master'
Yury Delendik [Fri, 11 May 2012 23:12:48 +0000 (18:12 -0500)]
make the locale stuff a precondition for make extension
Yury Delendik [Fri, 11 May 2012 22:35:43 +0000 (17:35 -0500)]
Change pdfviewer->pdf.js for chrome://;new line
Yury Delendik [Fri, 11 May 2012 20:18:46 +0000 (15:18 -0500)]
Lint errors
Yury Delendik [Fri, 11 May 2012 20:14:50 +0000 (15:14 -0500)]
Missing file
Yury Delendik [Fri, 11 May 2012 19:42:20 +0000 (14:42 -0500)]
Remove unused code
Yury Delendik [Fri, 11 May 2012 19:39:11 +0000 (14:39 -0500)]
Loading extension resources via stringbundle
Brendan Dahl [Thu, 10 May 2012 22:54:58 +0000 (15:54 -0700)]
Add firefox ui fallback on error/unsupported feature.
Yury Delendik [Thu, 10 May 2012 21:11:27 +0000 (16:11 -0500)]
Adds evaluator tests
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.
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
Gavin Sharp [Thu, 10 May 2012 17:05:24 +0000 (10:05 -0700)]
fix review comments from bdahl
Yury Delendik [Thu, 10 May 2012 03:18:06 +0000 (20:18 -0700)]
Merge pull request #1677 from igstan/master
Add Romanian localization
Gavin Sharp [Thu, 10 May 2012 00:04:52 +0000 (17:04 -0700)]
Issue 1682: don't use FUEL in pdf.js
Dmitry Kataev [Wed, 9 May 2012 17:29:50 +0000 (21:29 +0400)]
Two or more operations can be combined together like qqBT
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