816 Commits (a06a974f78b17b8ab72d11a33e9a8a8b2067caa5)

Author SHA1 Message Date
Yury Delendik a06a974f78 Moves rendering queue logic from PDFView 11 years ago
Yury Delendik 7642c39734 Moves pdfDocument.getPage/getTextContent requests out of PDFView 11 years ago
Yury Delendik 7af8748151 Moves viewer code into PDFViewer and some code from PageView. 11 years ago
Yury Delendik 3bce14761a Moves thumbs logic into PDFThumbnailViewer. 11 years ago
Yury Delendik bfefadb87c Moves watchScroll and getVisibleElements from PDFView 11 years ago
Manuel Padrón Martínez 293d566f67 Changed to lowercase everywhere the hashParams is compared 11 years ago
Manuel Padrón Martínez 4623f20221 Lowerize the params to allow case sensitive 11 years ago
Jonas Jenwald ed5fc43510 Add |UnexpectedResponseException| to fix the exception handling when file loading fails because the server responds with a non 404 status message 11 years ago
sangm f4ccb1b61c Bug 1031612 - In PDF Viewer, the buggy XMP title "Untitled" overrides the document info title 11 years ago
Manuel Casas Barrado f40fa1ac2a Bug 1054643 - [B2G][PDF Viewer]PDF Viewer title is shown as blob:... 11 years ago
Jonas Jenwald 2701edc7c6 Change `getDocumentError` in web/viewer.js to use `instanceof` instead of the exception name 11 years ago
Jonas Jenwald ca027ebfdb Fix the exception propagation when rejecting workerReadyCapability 11 years ago
Chris Peterson 81d5bd86ea Replace magic scale value 0 with UNKNOWN_SCALE 11 years ago
Chris Peterson 50a4510ab7 Auto zoom landscape documents to fit their height 11 years ago
Jonas Jenwald 5abe1cae6a Fix Zoom box resizing when it's hidden when the viewer loads (issue 5224) 11 years ago
Fabian Lange 403a4e2bda Debounces scroll events in web viewer. 11 years ago
Yan Or d8bc16362c Bug 1054590 - [pdf.js] Update to use gaia-header 11 years ago
Jonas Jenwald ca1dbda348 Disable the "Go to First/Last Page" buttons when the first/last page is currently active 11 years ago
Jonas Jenwald 3fd6c468b7 Attempt to display the File size quicker in the Document Properties dialog 11 years ago
Jonas Jenwald 4737e1ad8d Remove old unused code from PDFView.close() 11 years ago
Yury Delendik e8af56ffc5 Fixes text-selection example 11 years ago
Hengjie eaa587753b Fix issue where pdfDocument is null 11 years ago
Rob Wu bd25f6be94 Load file:-URLs in the main thread. 11 years ago
Tim van der Meij ea85a2f7a7 Use strict equalities in web/viewer.js 11 years ago
Tim van der Meij dbe22475e1 Converting PDFFindBar and PDFFindController to classes 11 years ago
Rob Wu bb13fb939e Initialize PDFView.url = '' 11 years ago
Lu Wang 91b7030bf4 fix typo 11 years ago
Fabian Lange 6447397c04 Do not run cleanup while printing is ongoing. 11 years ago
Yury Delendik df87df59b6 Increases page cache size when needed 11 years ago
Yury Delendik 6f79aef03a Uplift for B2G bug 1009780 - Improve open mechanism for downloads. 11 years ago
Jonas Jenwald 3ead6e6a94 Disable the developer hash parameters by default in PRODUCTION builds of PDF.js 11 years ago
Jonas Jenwald 1ba31a6cb7 Add pdfBugEnabled to the default preferences 11 years ago
Yury Delendik 7ac1c6b034 Reporting print usage 11 years ago
Jonas Jenwald 5ac4dd9593 Prevent rendering unnecessary pages when the HOME/END keys are pressed 11 years ago
Nicholas Nethercote f852cefdd8 Halve the size of the PageView cache. 11 years ago
Samuel Chantaraud 952545e20f Limit the size of canvases to 5MP (iOS restriction) 11 years ago
Yury Delendik d57f83e087 Reverting back disableWebGL preferences check 11 years ago
Yury Delendik 3b405cf611 Protects PDFJS.disableXXX == true from change 11 years ago
Yury Delendik a338a7966d Fixes drawImage for thumbs 11 years ago
deathy 7d975dfe22 Fix destination name for 'Fit' zoom levels in hash params 11 years ago
Mohammed Abu-alsaad e6546642db Added more preference variables from the available hash parameters 11 years ago
Jonas Jenwald 5cd6dddeee Convert the existing overlays to use the OverlayManager 11 years ago
Samuel Chantaraud 37c3641fad Added Promise.catch 11 years ago
Jonas Jenwald b88c5330a9 Reduce the number of calls to PDFView.getVisiblePages from updateViewarea 11 years ago
Yury Delendik c5eb058b09 Uses rAF to interrupt the operator list execution 11 years ago
Jonas Jenwald c53bcb2992 Add a preference to set the sidebarView on load 11 years ago
Jonas Jenwald 159e86f7ab Ensure that the viewer loads even if there are errors when the preferences are read 11 years ago
Jonas Jenwald 51d6ad7176 Fix the display of the indeterminate progress bar when the loaded percentage is NaN (issue 4696) 11 years ago
Jonas Jenwald 69eafaa58f Add support for setting multiple values at once in ViewHistory 11 years ago
Tim van der Meij 107cd8007f Move DocumentAttachmentsView to its own file 11 years ago