1806 Commits (6e126b31dca33df2b33856b667a696b8695179d9)

Author SHA1 Message Date
Jonas Jenwald 6e126b31dc Only update the `max-height` of the `SecondaryToolbar` when it's actually visible 9 years ago
Tim van der Meij e686db250c Render interactive form (AcroForm) text widget annotations 9 years ago
Tim van der Meij eb2ba3287a Revert "Move the `Preferences` initialization/fetching code to the top of `PDFViewerApplication.initialize`, to enable using them when initializing the viewer components" 9 years ago
Tim van der Meij a2525a8ba3 Revert "Add a `enhanceTextSelection` preference to the viewer" 9 years ago
Jonas Jenwald 15e45d772f Add a `enhanceTextSelection` preference to the viewer 9 years ago
Jonas Jenwald ffb876fdf4 Move the `Preferences` initialization/fetching code to the top of `PDFViewerApplication.initialize`, to enable using them when initializing the viewer components 9 years ago
Tim van der Meij 7c961b6b7a Minor code style improvements after #7539 9 years ago
Jonas Jenwald 0db76dc58c Change the `GoToPage` Named Action to select the contents of the `pageNumber` input, rather than just focusing the element 9 years ago
Jeremy Press 6faa84abdb Continuing fairexpand #6663 9 years ago
Jonas Jenwald f3b7fa091d Ensure that the zoom buttons are disabled correctly if the `scale` is smaller/larger than `MIN_SCALE/MAX_SCALE` in `PDFViewerApplication._updateUIToolbar` 9 years ago
Rob Wu 76d29759c5 Avoid window.print in a microtask 9 years ago
Jonas Jenwald 31cd23a6df Remove an obsolete comment for `onAfterDraw` in pdf_viewer.js 9 years ago
Jonas Jenwald 076e25f1ca Prevent destinations with bad left/top values from scrolling the wrong page into view (bug 874482) 9 years ago
Xiliang Chen 6cb77d6580 fix outline may jump to previous page issue 9 years ago
Jonas Jenwald 7706cfa9fe Log an error when the value passed to `set currentPageNumber` is out of bounds (PR 7502 followup) 9 years ago
Jonas Jenwald 50aeb00adf Add validation of the `rotation` argument passed to `set pagesRotation` in `PDFViewer` 9 years ago
Jonas Jenwald b7cb44af88 Remove the `previousPageNumber` parameter from the `pagechanging`/pagechange` events, and stop dispatching the events if the input is out of bounds 9 years ago
Jonas Jenwald f297e4d17c [api-minor] Add a parameter to `PDFPageProxy_getTextContent` that controls whether `PartialEvaluator_getTextContent` will attempt to combine same line text items 9 years ago
klemens 6f03f62327 trivial spelling fixes 9 years ago
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