Michał Gołębiowski
cd33d0717c
Use the tilde (~) consistently in package.json
...
Closes #5407
11 years ago
Michał Gołębiowski
ddec2f2a2a
Fix jsdoc version in package.json to work with npm 2.x.y.
...
Fixes #5340
11 years ago
Brendan Dahl
8445ff1e45
Merge pull request #5402 from yurydelendik/streammem
...
Refactors PdfDataLister buffering.
11 years ago
Yury Delendik
63444aa4b3
Refactors PdfDataLister buffering.
11 years ago
Yury Delendik
55957a7d30
Merge pull request #5395 from Snuffleupagus/getTabForBrowser
...
[Firefox] Use getTabForBrowser instead of _getTabForBrowser if possible
11 years ago
Yury Delendik
21f1a11aee
Merge pull request #5396 from Snuffleupagus/bug-1071709
...
Bug 1071709 - 5-30% TART / Session Restore regressions on Inbound (v.35) september 22 from rev d3a7f765152f
11 years ago
Yury Delendik
1f3ca3df11
Merge pull request #5399 from Snuffleupagus/issue-5398
...
Fix "Automatic Zoom" for landscape documents with very wide pages (issue 5398)
11 years ago
Jonas Jenwald
0ffb54b95f
Add a reduced test case for bug 847420
11 years ago
Jonas Jenwald
670b842e09
Fix "Automatic Zoom" for landscape documents with very wide pages (issue 5398)
11 years ago
Jim Mathies
fc3721ce2d
Bug 1071709 - 5-30% TART / Session Restore regressions on Inbound (v.35) september 22 from rev d3a7f765152f
11 years ago
Jonas Jenwald
a34e7aa8fe
[Firefox] Use getTabForBrowser instead of _getTabForBrowser if possible
11 years ago
Brendan Dahl
c8d729ff39
Merge pull request #5325 from fzembow/findcontrollerfix
...
Update findbar to wrap on initial search
11 years ago
Brendan Dahl
ccd7ae33e4
Merge pull request #5352 from Snuffleupagus/issue-2840
...
Use |toUnicode| when creating the glyph map for standard CIDFontType2 fonts without embedded font file
11 years ago
Yury Delendik
878fad47a7
Merge pull request #5351 from timvandermeij/destinations
...
Require destinations when they are needed and do not fetch all of them in advance
11 years ago
Tim van der Meij
aaa1f2cb11
Implemented NameTree.get() using binary search
11 years ago
Tim van der Meij
b215af30d3
Require destinations when they are needed and do not fetch all of them in advance
11 years ago
Jonas Jenwald
ecbb39f983
Fix loadingBar hiding when disableAutoFetch is enabled (issue 3590)
11 years ago
Jonas Jenwald
cfeb4c1019
Small refactoring of the loadingBar hiding code
11 years ago
Brendan Dahl
8a536ac346
Map missing glyphs in encoding to notdef glyph.
11 years ago
Brendan Dahl
2fc5e6a9ad
Don't map glyphs to unicode non breaking space.
11 years ago
Fil Zembowicz
dcb931dbe0
Use existing page count in nextMatch
11 years ago
Fil Zembowicz
4275481e08
Fix how matches are found in search
...
Instead of keeping track of where the search starts, just
keep track of the number of pages and make sure we don't
visit pages more than once.
11 years ago
Yury Delendik
fb6d87c77b
Merge pull request #5376 from yurydelendik/fontface3
...
Adds optional argument to FontFace contructor call.
11 years ago
Yury Delendik
8bec7ea8bd
Adds optional argument to FontFace contructor call.
11 years ago
Yury Delendik
02b57416f4
Merge pull request #5374 from Snuffleupagus/viewer-cleanup-regression
...
Fix |cleanup| regression in the viewer
11 years ago
Jonas Jenwald
5f83739190
Fix |cleanup| regression in the viewer
11 years ago
Yury Delendik
56d11fc26b
Merge pull request #5364 from Rob--W/firefox-pbu_isWindowPrivate
...
Firefox addon: Use isContentWindowPrivate instead of isWindowPrivate if available
11 years ago
Rob Wu
4fe92f6d01
addon: isWindowPrivate -> isContentWindowPrivate
...
As of Firefox 35, isContentWindowPrivate should be used for DOM windows instead of isWindowPrivate.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1069059 and
http://hg.mozilla.org/mozilla-central/diff/324798b60ba3/toolkit/modules/PrivateBrowsingUtils.jsm
Without this fix, you will get the following error message when Firefox+PDF.js is started:
>
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
ChromeActions.prototype.isInPrivateBrowsing@resource://pdf.js/PdfStreamConverter.jsm:237:12
xhr_onreadystatechange@resource://pdf.js/PdfStreamConverter.jsm:545:30
NetworkManager_requestRange@resource://pdf.js/network.js:95:7
NetworkManager_requestRange@resource://pdf.js/network.js:81:14
RangedChromeActions_requestDataRange@resource://pdf.js/PdfStreamConverter.jsm:596:1
RequestListener.prototype.receive@resource://pdf.js/PdfStreamConverter.jsm:705:5
PdfStreamConverter.prototype.onStartRequest/proxy.onStopRequest/<@resource://pdf.js/PdfStreamConverter.jsm:909:11
FirefoxComClosure/<.request@resource://pdf.js/web/viewer.js:529:14
PdfDataRangeTransport_requestDataRange@resource://pdf.js/web/viewer.js:2977:9
transportDataRange@resource://pdf.js/build/pdf.js:2122:13
messageHandlerComObjOnMessage@resource://pdf.js/build/pdf.js:1219:9
11 years ago
Yury Delendik
dc30dba760
Merge pull request #5371 from Snuffleupagus/disableAutoFetch-regression
...
Fix disableAutoFetch regression in the generic viewer
11 years ago
Tim van der Meij
2b8ff7bd49
Merge pull request #5369 from Snuffleupagus/viewer-temp-pref-names
...
Fix inconsistencies in the preference names used by PDFViewerApplication
11 years ago
Yury Delendik
09b62e8317
Merge pull request #5373 from yurydelendik/issue5372
...
Disables streaming in the extension when length is undefined.
11 years ago
Yury Delendik
c0e933682a
Disables streaming in the extension when length is undefined.
11 years ago
Jonas Jenwald
cb3e5903cb
Fix disableAutoFetch regression in the generic viewer
...
After PR 5263, setting `disableAutoFetch = true` in the generic viewer no longer works correctly, since the entire file loads even with `disableStream = true`.
11 years ago
Jonas Jenwald
a429e88c3b
Fix inconsistencies in the preference names used by PDFViewerApplication
...
Since `preferenceSidebarViewOnLoad` is an enumeration value, it seems better to initialize it with the default one instead of a boolean.
`preferencesPdfBugEnabled` uses a superfluous "s", which is a typo I made when I introduced it.
11 years ago
Yury Delendik
29eb147d42
Merge pull request #4150 from Snuffleupagus/issue-3990
...
Add a page loading indicator to the page number input
11 years ago
Yury Delendik
77631cc84e
Merge pull request #5368 from yurydelendik/fixprintcss
...
Fixes printing regression a10fde1
11 years ago
Yury Delendik
193b55dba0
Fixes printing regression a10fde1
11 years ago
Jonas Jenwald
902b72ba50
Add updated loading-small.png (and corresponding Retina) asset
11 years ago
Jonas Jenwald
b9ef80e167
Add a page loading indicator to the page number input
11 years ago
Yury Delendik
1858fbfe82
Merge pull request #5366 from Rob--W/use-font-loader-api
...
Use font loader api
11 years ago
Yury Delendik
88d5fa0fc3
Fixes examples comments.
11 years ago
Yury Delendik
dfd23b50cb
Merge pull request #5367 from yurydelendik/fixpdfbug
...
Fixes enabling pdfBug
11 years ago
Yury Delendik
5e0b2d383f
Fixes enabling pdfBug
11 years ago
Rob Wu
d0845df971
Use Font Loading API if available
...
http://dev.w3.org/csswg/css-font-loading/
11 years ago
Jonas Jenwald
5c56cdc544
Merge pull request #5363 from yurydelendik/pdfviewecomponent
...
Packages PDFViewer as a UI component.
11 years ago
Yury Delendik
5740b96020
Introduces 'pagesinit' event.
11 years ago
Yury Delendik
b16a406f3a
Packages PDFViewer as a UI component.
11 years ago
Rob Wu
6a230af332
Rename FontFace to FontFaceObject
...
This name clashes with the FontFace constructor from the Font Loading CSS module:
http://dev.w3.org/csswg/css-font-loading/#font-face-constructor
11 years ago
Jonas Jenwald
a10fde165c
Merge pull request #5362 from yurydelendik/css-import
...
Use CSS import to separate pdfviewer styles
11 years ago
Yury Delendik
70a0935737
Move text_layer_builder and pdf_viewer styles out
11 years ago