1463 Commits (2c19d99a2e945b42aba53d901b05af0a60f0bd5d)

Author SHA1 Message Date
Fabian Lange 403a4e2bda Debounces scroll events in web viewer. 11 years ago
Nicholas Nethercote eda7dcbb9e Only use data-font-name attributes when necessary. 11 years ago
Jonas Jenwald 61e24c6f45 Small re-factoring of DocumentProperties 11 years ago
Yan Or d8bc16362c Bug 1054590 - [pdf.js] Update to use gaia-header 11 years ago
Nicholas Nethercote 9695958ebc Remove `position: absolute` from text divs. 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
Adolfo Jayme Barrientos ba426f479e Reduce load progress bar’s height to 4 pixels 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
Tom De Wolf a265861ba6 only convert in IE9 if the requested responseType is actually an arraybuffer, otherwise just return the responseText. That way the compatibility.js does not break other frameworks like angular that not always want an array from xhr requests. 11 years ago
Nicholas Nethercote be29fc44e0 Avoid repeated creation of a simple RegExp object. 11 years ago
Yury Delendik e8af56ffc5 Fixes text-selection example 11 years ago
Fabian Lange 39129fc441 Optimize TextLayerBuilder_renderLayer() for text heavy documents. 11 years ago
Hengjie eaa587753b Fix issue where pdfDocument is null 11 years ago
Tim van der Meij 097bf41285 Use strict equalities in web/compatibility.js 11 years ago
Tim van der Meij ddd3c8fc2f Use strict equalities in web/debugger.js 11 years ago
Rob Wu bd25f6be94 Load file:-URLs in the main thread. 11 years ago
Tim van der Meij 7ca6f0839f Use strict equalities in web/document_properties.js 11 years ago
Tim van der Meij ea85a2f7a7 Use strict equalities in web/viewer.js 11 years ago
Tim van der Meij 24cf969422 Use strict equalities in web/ui_utils.js 11 years ago
Rob Wu 00746011a3 Managed preferences for Chrome administrators 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
Yury Delendik 561fc8f98b Adds ImageData set support for legacy safari 11 years ago
Jonas Jenwald 28e194f670 Adjust the tabindices in the viewer 11 years ago
Tim van der Meij 34728ee49b Removing unused code 11 years ago
Fabian Lange 54fb1f7226 Improving CanvasPixelArray polyfill for Android 11 years ago
Fabian Lange 6447397c04 Do not run cleanup while printing is ongoing. 11 years ago
Fabian Lange 9fd6cc7f1e Fixes CanvasPixelArray set polyfill for chrome < 21 (#4974) 11 years ago
Tim van der Meij fa33b9c643 Refactoring PDFFindController in the text layer builder 11 years ago
Tim van der Meij a968da8887 Convert the text layer builder to a class 11 years ago
Tim van der Meij 2a052c4aad Refactoring text layer builder 11 years ago
Tim van der Meij fbfb9458d6 Implement text normalization for page content and queries 11 years ago
Tim van der Meij ec1b58a30a Fix code style issues in pdf_find_controller.js and build strings more efficiently 11 years ago
Yury Delendik c1c950ce74 Fixes AnnotationUtils in the extension build 11 years ago
Yury Delendik bdeca30fbf Splits shared/annotation.js into core/ and display/ 11 years ago
Yury Delendik df87df59b6 Increases page cache size when needed 11 years ago
Yury Delendik dccc709b50 Disables broken rAF on iOS 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
Yury Delendik 0cd28ebfa3 Telemetry for used stream and font types 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 c145f0e063 Add larger zoom values to zoom dropdown box 11 years ago
Jonas Jenwald 5ac4dd9593 Prevent rendering unnecessary pages when the HOME/END keys are pressed 11 years ago
Nicholas Nethercote 5b7df1830d Fix PageView cache re-insertions. 11 years ago
Nicholas Nethercote f852cefdd8 Halve the size of the PageView cache. 11 years ago
Nicholas Nethercote 29d3db4422 Cache pages at the start of drawing, not the end. 11 years ago
Samuel Chantaraud 952545e20f Limit the size of canvases to 5MP (iOS restriction) 11 years ago