Commit Graph

4125 Commits

Author SHA1 Message Date
Brendan Dahl
09acd7b2b2 Merge pull request #1926 from yurydelendik/fix-relative-url
Allow relative URLs in getDocument
2012-07-26 13:52:05 -07:00
Yury Delendik
af4bd10c70 Allow relative URLs in getDocument 2012-07-26 12:11:28 -05:00
Brendan Dahl
b3a603c199 Merge pull request #1840 from yurydelendik/loadpdf-1
Moves loading of the binary PDF data to the worker
2012-07-23 16:27:55 -07:00
Haebaru
547cb2ca78 Japanese locale update 2012-07-22 22:29:13 +09:00
Brendan Dahl
7fff630e87 Merge pull request #1892 from brendandahl/seac
Add support for type 1 seac charstring command.
2012-07-20 17:27:18 -07:00
Brendan Dahl
792ef1b14d Support div number format for seac operator. 2012-07-20 15:53:39 -07:00
Brendan Dahl
377a96dda7 Merge pull request #1909 from benbro/master
Prevent the error callback from being called twice when getPdf fails because of a cross domain request.
2012-07-20 15:46:39 -07:00
Brendan Dahl
6ed639e4d8 Merge branch 'master' of github.com:mozilla/pdf.js into seac 2012-07-20 15:12:09 -07:00
Brendan Dahl
a667a874db Merge pull request #1910 from brendandahl/fix-hsbw
Support more type 1 font hsbw formats.
2012-07-20 15:10:45 -07:00
benbro
97e72d5864 Add missing bracket 2012-07-21 00:51:36 +03:00
Brendan Dahl
34eb537160 Add another warning for malformed stack. Fix/add variable names. 2012-07-20 13:48:48 -07:00
Yury Delendik
2242ad9e63 Merge pull request #1915 from brendandahl/marked-content
Don't trigger TODO on marked content.
2012-07-20 13:06:37 -07:00
Brendan Dahl
24a3e0c8cc Don't trigger TODO on marked content. 2012-07-20 09:09:48 -07:00
Brendan Dahl
8fccd19948 Leave div commands on stack and change evaluation. 2012-07-19 18:06:37 -07:00
Yury Delendik
a630aa4edd Merge pull request #1839 from jviereck/textlayer_ctx_measure
Speedup textLayer creation
2012-07-19 15:12:49 -07:00
Yury Delendik
7a0e91af4b removes expandUrl(url); fixes error message 2012-07-19 16:10:26 -05:00
Yury Delendik
c464405713 Merge pull request #1903 from brendandahl/undefined-colorspace
Also check abbreviation for colorspace in jpegs.
2012-07-19 11:26:10 -07:00
Brendan Dahl
8705d8851f Add reftest for undefined colorspace. 2012-07-19 10:58:07 -07:00
Brendan Dahl
ac005ed359 Support more type 1 font hsbw formats. 2012-07-18 16:23:51 -07:00
benbro
f60d7c564f Moved the check for calledErrorBack inside the xhr.onerror function 2012-07-18 22:05:55 +03:00
benbro
813b5e78b0 Prevent the error callback from being called twice 2012-07-18 21:41:36 +03:00
Brendan Dahl
9ae859f594 Fix initial scroll direction detection. 2012-07-18 11:20:20 -07:00
Brendan Dahl
e6b75f4a56 Also check abbreviation for colorspace in jpegs. 2012-07-17 13:42:49 -07:00
Yury Delendik
2965bad38c Merge pull request #1901 from brendandahl/ff16_sync
Sync up a few files with mozcentral.  Address mozcentral review comments.
2012-07-13 17:19:59 -07:00
Brendan Dahl
f16c6f19aa Address moz central comments for ff16. 2012-07-13 16:14:37 -07:00
Brendan Dahl
276d965573 Sync up pdf.js with the mozilla central version. 2012-07-13 15:47:00 -07:00
Yury Delendik
9c012f8a4d Merge pull request #1899 from benbro/master
Catch errors when parsing the localization header.
2012-07-13 10:19:05 -07:00
benbro
a63814e2b9 Changed warning 2012-07-13 18:09:20 +03:00
benbro
278dc81a54 Move the try/catch block deeper 2012-07-13 18:00:55 +03:00
benbro
9de94991e9 Catch errors when parsing the linearization header so we can display corrupted docs 2012-07-13 17:41:20 +03:00
Yury Delendik
c757eedc49 Merge pull request #1884 from brendandahl/mozPrintCallback
Moz print callback
2012-07-12 12:02:18 -07:00
Brendan Dahl
e0378530e2 Use PDFView.error to avoid issues with alert. 2012-07-12 11:58:06 -07:00
Brendan Dahl
d32906adc4 Add back basic printing support for non-moz browsers.
Shadow/cache supports browsing.
Destroy pages on error and only abort if supported.
2012-07-12 10:31:20 -07:00
Brendan Dahl
c98b905e0d Add support for type 1 seac charstring command. 2012-07-11 16:29:07 -07:00
Yury Delendik
4d0b478756 Merge pull request #1890 from pivotal-medici/skip_inherited_properties
Skip properties inherited from array.prototype
2012-07-11 09:21:13 -07:00
Alex Kwiatkowski & Daniel Yankowsky
00dbce612f Skip properties inherited from array.prototype 2012-07-11 11:45:28 -04:00
Artur Adib
81bae99ab0 Merge pull request #1888 from yurydelendik/android-ext
Adds android support to install.rdf
2012-07-11 01:13:56 -07:00
Yury Delendik
2f60f4a0d3 Adds android support to install.rdf 2012-07-10 10:23:36 -05:00
Brendan Dahl
4655ec0c75 Localize print message. Show/hide print button. 2012-07-09 16:04:55 -07:00
Brendan Dahl
f4c16aab9e Merge pull request #1882 from yurydelendik/jpx-segsymbol
Segmentation symbol check for JPX
2012-07-09 14:38:14 -07:00
Brendan Dahl
f98db29e0c Merge pull request #1881 from yurydelendik/jbig2-2
Adds lossless segment types; fixes generic region prediction flag
2012-07-09 14:35:47 -07:00
Yury Delendik
48e115cf30 Implements segmentation symbol check for JPX 2012-07-09 13:59:50 -05:00
Brendan Dahl
7e5a9b7a39 Adds support for the new mozPrintCallback api. 2012-07-09 10:41:52 -07:00
Yury Delendik
f9f715b656 Adds lossless segment types; fixes generic region prediction flag 2012-07-09 12:13:03 -05:00
Yury Delendik
164499b9ed Merge pull request #1872 from Fitoschido/master
Add Spanish localization
2012-07-05 03:44:47 -07:00
Adolfo Jayme Barrientos
9762275b44 Moar small fixes
Dah.
2012-07-04 22:44:22 -05:00
Adolfo Jayme Barrientos
9e8838756b Small fix 2012-07-04 22:38:43 -05:00
Adolfo Jayme Barrientos
f46b8b98ba Add Spanish localization 2012-07-04 22:32:15 -05:00
Brendan Dahl
8f4700d33a Merge pull request #1856 from yurydelendik/wincid-1
Warn instead of fail for CID fonts
2012-06-28 08:51:14 -07:00
Yury Delendik
07a24c5589 Warn instead of fail for CID fonts 2012-06-28 07:51:18 -05:00