1901 Commits (6f0cf8c4cb15debe3616de6ddb9e642ff424ff23)

Author SHA1 Message Date
Jonas Jenwald 9f34700e0d Ensure that we don't reset the current page view if the user inputs an invalid page number (PR 7289 follow-up) 9 years ago
Peter Dave Hello 625d637297 optimize png images using zopflipng 9 years ago
Jonas Jenwald a69e862bc4 [Firefox addon] Remove compatibility.js 9 years ago
Jonas Jenwald cb6a7e5503 Remove handling of fallback arguments from `PDFViewerApplication.open` 9 years ago
Jonas Jenwald 2f127df97b Add back moz-specific fullscreen support code for ´MOZCENTRAL` builds (bug 1268749, PR 7273 follow-up) 9 years ago
Jonas Jenwald dd0fe10a52 Consolidate updating of various Toolbar state (e.g. page and scale) in one method in `PDFViewerApplication` 9 years ago
Jonas Jenwald 4342993a3f Ensure that the necessary src/* dependencies are loaded before the viewer, when it's run with `gulp server` (issue 7448) 9 years ago
Rob Wu de85278537 Move Chromium URL rewrite to top of viewer.js 9 years ago
jazzy-em 0a347ec04d Added multiple term search functionality (with default phrase search) 9 years ago
Rob Wu 0be8e72d6f Support syncing of settings in Chrome extension 9 years ago
Jonas Jenwald b354682dd6 [api-minor] Let `LinkAnnotation`/`PDFLinkService_getDestinationHash` return a stringified version of the destination array for explicit destinations 9 years ago
Yury Delendik 185a1f45e7 Fixes AMD name in the web/pdf_viewer.js. 9 years ago
Gioele Masini 1c96cb8862 Added context to compatibility.js to have 'use strict' directive in our context only 9 years ago
Yury Delendik df10513e10 Moves DEFAULT_PREFENCES into JSON format. 9 years ago
Tim van der Meij f4ae277355 Convert the secondary toolbar to a class 9 years ago
Tim van der Meij 6a7012aaca Remove unused variables 9 years ago
Yury Delendik a4c81c203b Enables debugger only when needed. 9 years ago
Rob Wu fc658a718c Remove streamsPrivate usage 9 years ago
Jonas Jenwald b13b78388b Prevent intermittent "Node was not found" errors when removing the `zoomLayer` in `PDFPageView_draw` 9 years ago
Rob Wu 057b4615ba Update grab_to_pan.js 9 years ago
Yury Delendik 9f68e3f1bc Disable pagechange event if page is not changing. 9 years ago
Yury Delendik 32ce369d88 Fixes some static analysis warnings and recommendations 9 years ago
Jonas Jenwald 9dd6017901 Prevent "Prefixed Fullscreen API is deprecated." warnings in the MOZCENTRAL version (issue 7270) 9 years ago
Yury Delendik 4a2c76a34f Adds pre and post UI control change events. 9 years ago
Yury Delendik eb3d1ca003 Removes circular dependency of secondary toolbar on app.js. 9 years ago
Yury Delendik 5f883d763f Better components examples. 9 years ago
Yury Delendik 3e6e294fd4 Refactors PDFFindBar and FirefoxCom find events. 9 years ago
Yury Delendik 7fd3db9977 Adds EventBus. 9 years ago
Yury Delendik 5568a19ee3 Moves bundle target/task to gulpfile.js 9 years ago
Yury Delendik 3132941948 Removes app.js dependency on mozPrintCallback_polyfill.js. 9 years ago
Yury Delendik 3b21b51716 Refactors preferences and PDF opening related chromecom code. 9 years ago
Yury Delendik 148102b626 Refactors firefoxcom dependency on app and l10n. 9 years ago
Yury Delendik 81fc46e666 Refactors FindController dependencies. 9 years ago
Jonas Jenwald 9d7d95ead4 [Bug 1194700] Ensure that the `customScaleOption` is hidden in e10s 9 years ago
Yury Delendik b6c74f2056 Moves all document.getElementById lookups into viewer.js 9 years ago
Tim van der Meij 2b7137ba0a Convert the password prompt to a class 9 years ago
Tim van der Meij b0aca31de8 Convert the hand tool to a class 9 years ago
Jonas Jenwald 9dfda2b908 Expose a few non-classes on `PDFViewerApplication` 9 years ago
Ankit Aggarwal 6ceda3f290 web/viewer.js: Persist the state of sidebar 9 years ago
Jonas Jenwald 5657d082c7 Dispatch a `sidebarviewchanged` event in `PDFSidebar` when the view changes 9 years ago
Jonas Jenwald c98f25145f Export the `DefaultAnnotationLayerFactory` to prevent the viewer components from breaking (PR 7172 followup) 9 years ago
Yury Delendik 50fe8e7c75 Removes PDFView global and pagerender event support. 9 years ago
Yury Delendik 4165cedc9f Replace pdfjsLib with module that represents pdf.js. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Jonas Jenwald 514210814d Prevent the *entire* viewer from zooming, when quickly switching from scrolling to zooming using the mousewheel (PR 7097 followup) 9 years ago
Yury Delendik 1e3e14e6b2 Exposes all functional members via lib exports and use them in viewer. 9 years ago
Yury Delendik 1d12aed5ca Move all PDFJS.xxx settings into display/global. 9 years ago
Manas 6878d7c6d3 Disables zooming when the stream of events that don't have meta/ctrl 9 years ago
Yury Delendik 313b418a20 Prepare viewer.js for async loading and module separation. 9 years ago
Yury Delendik b371785fbb Rename web/viewer.js -> web/app.js 9 years ago