Tim van der Meij
230d8c40e4
Make presentation mode work again in Safari
10 years ago
Tim van der Meij
ac5d1fbb2d
Merge pull request #5785 from Snuffleupagus/bug-1138993
...
Revert PR 5510, except in WebKit browsers, for breaking print preview in Firefox
10 years ago
Tim van der Meij
5319d4fc87
Merge pull request #5829 from timvandermeij/typofix
...
Fixes minor typo from #5826
10 years ago
Tim van der Meij
0ab5bb4b42
Fixes minor typo from #5826
10 years ago
Tim van der Meij
6a77a97785
Merge pull request #5826 from Rob--W/webL10n-update-march-2015
...
WebL10n update (March 2015)
10 years ago
Tim van der Meij
70608be351
Merge pull request #5821 from Snuffleupagus/bug-1140761
...
Correctly detect the presence of the Adobe specific APP14 JPEG marker (bug 1140761)
10 years ago
Rob Wu
537216b872
[webL10n] Apply PDF.js-specific changes
10 years ago
Rob Wu
f20c5ddf99
Update to latest version of webL10n
...
New commits since last update:
- b5e072c...7d351d51b1
- Plus unmerged patch from PDF.js: https://github.com/fabi1cazenave/webL10n/pull/62
(the PDF.js-specific changes will be applied in a separate commit)
10 years ago
Jonas Jenwald
4a9ff471c4
Correctly detect the presence of the Adobe specific APP14 JPEG marker (bug 1140761)
...
According to the specification, http://partners.adobe.com/public/developer/en/ps/sdk/5116.DCT_Filter.pdf#G3.851943 , the content of the marker segment should begin with `Adobe`, and not `Adobe\x00` as the code currently look for.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1140761 .
Fixes the colour conversion part of issues 4090 and 5623.
10 years ago
Yury Delendik
c17ff30d19
Import l10n.
10 years ago
Yury Delendik
da258f8972
Merge pull request #5692 from Rob--W/webl10n-fix
...
[l10n] Treat language as case-insensitive
10 years ago
Yury Delendik
c2dc665332
Merge pull request #5582 from Snuffleupagus/setHash-Fit-values
...
Fix handling of "Fit" zoom values in setHash (issue 5581)
10 years ago
Yury Delendik
f4dbd69e06
Merge pull request #5595 from fkaelberer/useBinarySearchToFindVisibleElements
...
Use binary search in getVisibleElements()
10 years ago
Yury Delendik
e82c84ee74
Merge pull request #5819 from yurydelendik/newchannel2
...
Using newChannel2 instead of newChannel in the extension.
10 years ago
Yury Delendik
ed243cf02f
Using newChannel2 instead of newChannel in the extension.
10 years ago
Gabor Krizsanits
595be5cb4f
Bug 1072350 - Removing CPOWs used by Find events.
10 years ago
Jonas Jenwald
f0d538d7cf
Revert PR 5510, except in WebKit browsers, for breaking print preview in Firefox
...
See https://bugzilla.mozilla.org/show_bug.cgi?id=1138993 .
10 years ago
Tim van der Meij
c69ad5885c
Merge pull request #5770 from Snuffleupagus/opentype-cff
...
Correctly detect OpenType font files with CFF data
10 years ago
Tim van der Meij
dc82ace0a3
Merge pull request #5802 from speedplane/embedded-dont-set-title
...
Embedded Viewer Should Not Override Page Title
10 years ago
Tim van der Meij
2ade23e056
Merge pull request #5806 from Snuffleupagus/issue-5734-test
...
Add a reduced test-case for issue 5734
10 years ago
Tim van der Meij
5eedfff647
Merge pull request #5734 from Hengjie/lower-space-threshold
...
Lower space factor threshold
10 years ago
speedplane
80d85b5fe7
Embedded PDF viewers should not be changing their parent page's title.
10 years ago
Jonas Jenwald
97eb215b5f
Add a reduced test-case for issue 5734
10 years ago
Tim van der Meij
673cdbd05f
Merge pull request #5778 from Snuffleupagus/issue-5421-text
...
Add a |text| test-case for issue 5421
10 years ago
Jonas Jenwald
82f73bc9f4
Add a |text| test-case for issue 5421
...
Prior to PR 4259, we *incorrectly* ignored `toUnicode` for Type3 fonts. Since we now handle that correctly, this patch adds a `text` test-case to prevent regressions.
10 years ago
Jonas Jenwald
fa0f09bcf0
Merge pull request #5771 from timvandermeij/unused-util
...
Remove unused isNull utility function
10 years ago
Jonas Jenwald
43e6de7e38
Merge pull request #5680 from Rob--W/forget-showPreviousViewOnLoad
...
Reset state upon load if showPreviousViewOnLoad
10 years ago
Rob Wu
6a16d7dd44
Reset state upon load if showPreviousViewOnLoad
...
And moved showPreviousViewOnLoad up to PDFViewerApplication.initialize
10 years ago
fkaelberer
a78bb6b946
Use binary search in getVisibleElements()
10 years ago
Tim van der Meij
026b57641f
Remove unused isNull utility function
10 years ago
Tim van der Meij
a033b4bf3d
Merge pull request #5769 from dumyan/findcontroller-nbsp
...
nbsp normalization
10 years ago
Jonas Jenwald
f81fc9091a
Correctly detect OpenType font files with CFF data
...
Fixes 5334.
Fixes 215.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1125614 .
According to the specification, http://www.microsoft.com/typography/otspec/otff.htm , OpenType font files with CFF data should have `OTTO` in the header.
10 years ago
Jonas Jenwald
00ee6bd6b6
Merge pull request #5693 from collinanderson/whitespace
...
cleaned whitespace
10 years ago
Damjan Velickovski
29290f3277
added nbsp normalization
10 years ago
Yury Delendik
4c2640dcf0
Merge pull request #5758 from mjlyons/ext-link-new-window
...
Add option to open external links in new window
10 years ago
Yury Delendik
ce122591b9
Merge pull request #5586 from fkaelberer/updateThumbnailClassesOnlyWhenVisible
...
Update thumbnails only when they are visible (to improve scrolling through large documents)
10 years ago
Yury Delendik
6ead5c4731
Merge pull request #5711 from Snuffleupagus/deprecate-el-property
...
Remove the |el| property in PDFPageView and PDFThumbnailView
10 years ago
Yury Delendik
2e14cc70cc
Merge pull request #5731 from Snuffleupagus/issue-5331
...
Skip fill bytes (0xFF) when decoding JPEG images (issue 5331)
10 years ago
Yury Delendik
a0a94344d7
Merge pull request #5721 from Snuffleupagus/move-findController-resolveFirstPage
...
Move the call to |PDFFindController.resolveFirstPage| into PDFViewer
10 years ago
Yury Delendik
fac79aba64
Merge pull request #5744 from Snuffleupagus/reset-auto-zoom-regression
...
Fix regression that prevents resetting the zoom level to "Automatic" when using the |Ctrl + 0| keys
10 years ago
Yury Delendik
23916b2b14
Merge pull request #5748 from Snuffleupagus/issue-5747
...
Fetch parameters if they are a |Ref| in CalGray/CalRGB color spaces (issue 5747)
10 years ago
Yury Delendik
ec7bab651b
Import L10n files.
10 years ago
Yury Delendik
3b29286cb0
Merge pull request #5763 from yurydelendik/version-1.0.1149
...
Update to version 1.0.1149
10 years ago
Yury Delendik
5bb61bd801
Update to version 1.0.1149
10 years ago
Jonas Jenwald
eed67ea8bb
Remove the |el| property in PDFPageView and PDFThumbnailView
10 years ago
Jonas Jenwald
0a3341dadc
Don't map glyphs to Unicode "Dotted circle" combining mark (bug 1108301)
...
It seems that `0x25CC` is another bad spot for charCodes.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1108301 .
10 years ago
Mike Lyons
d271811740
Add option to open external links in new window
10 years ago
Jonas Jenwald
888cbe0bde
Avoid getting stuck in empty nodes in the Pages tree when calling |Catalog_getPageDict| (issue 5644)
10 years ago
Brendan Dahl
bc7a110743
Merge pull request #5743 from Snuffleupagus/pr-5703-followup
...
Only skip the |!isSymbolicFont| check for TrueType (3, 1) cmap tables if no previous cmap table was found (PR 5703 followup)
10 years ago
Jonas Jenwald
7c8996558a
Fetch parameters if they are a |Ref| in CalGray/CalRGB color spaces (issue 5747)
10 years ago