Generic build of PDF.js library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jonas Jenwald 5fa9cca8dd Refactor `PDFViewer` to extend an abstract `BaseViewer` class 8 years ago
..
images Add icons for the new "Select tool" button 8 years ago
.gitignore Remove obselete file from .gitignore 10 years ago
annotation_layer_builder.css Implement support for stamp annotations 8 years ago
annotation_layer_builder.js Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files 8 years ago
app.js Refactor `PDFViewer` to extend an abstract `BaseViewer` class 8 years ago
base_viewer.js Refactor `PDFViewer` to extend an abstract `BaseViewer` class 8 years ago
chrome-i18n-allow-access-to-file-urls.json Add translations of "Allow access to file URLs" 10 years ago
chromecom.js [CRX] Integrate cursorToolOnLoad pref + migration logic 8 years ago
compatibility.js Move compatibility code to the shared/compatibility.js. 8 years ago
compressed.tracemonkey-pldi-09.pdf Add Makefile. Move some files around to make building the website easier. 14 years ago
debugger.js Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
default_preferences.json Add support for, the API property, PageMode in the viewer (issue 8657) 8 years ago
dom_events.js ES6-ify the code in `web/dom_events.js` 8 years ago
download_manager.js Convert `DownloadManager` to an ES6 class 8 years ago
firefox_print_service.js Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
firefoxcom.js ES6-ify the code in `web/firefoxcom.js` 8 years ago
genericcom.js Replace `var` with `let` in `web/genericcom` and `web/genericl10n` 8 years ago
genericl10n.js Replace `var` with `let` in `web/genericcom` and `web/genericl10n` 8 years ago
grab_to_pan.js Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
interfaces.js Store the rotation in the `PDFHistory` 8 years ago
overlay_manager.js Convert the overlay manager to ES6 syntax 8 years ago
password_prompt.js Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files 8 years ago
pdf_attachment_viewer.js Attempt to delay disabling of the attachment view until FileAttachment annotations of the *initial* page has been parsed 8 years ago
pdf_cursor_tools.js Unify handling of various cursor tools, e.g. the current Hand Tool and a possible future Zoom Tool, in a new `PDFCursorTools` module 8 years ago
pdf_document_properties.js Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files 8 years ago
pdf_find_bar.js Ensure that `PDFFindBar._adjustWidth` is called in all situations where the width of the findbar might have changed 8 years ago
pdf_find_controller.js More robust getPage() error handling. 8 years ago
pdf_history.js Store the rotation in the `PDFHistory` 8 years ago
pdf_link_service.js Merge pull request #8868 from Snuffleupagus/save-rotation 8 years ago
pdf_outline_viewer.js Call the `reset()` methods in the `PDFAttachmentViewer` and `PDFOutlineViewer` constructors 8 years ago
pdf_page_view.js Revert PDFPageView.pdfPage reset. 8 years ago
pdf_presentation_mode.js Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files 8 years ago
pdf_print_service.js Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
pdf_rendering_queue.js Convert the rendering queue to ES6 syntax 8 years ago
pdf_sidebar.js Remove the ability to pass a `scale` parameter in the (optional) `args` object parameter of `PDFViewerApplication.open(file, args)` 8 years ago
pdf_thumbnail_view.js Convert the thumbnail view to ES6 syntax 8 years ago
pdf_thumbnail_viewer.js Slightly refactor the pages rotation handling code in the viewer 8 years ago
pdf_viewer.component.js Refactor `PDFViewer` to extend an abstract `BaseViewer` class 8 years ago
pdf_viewer.css Ensure canvas is really hidden when used with pdfjs-dist. 8 years ago
pdf_viewer.js Refactor `PDFViewer` to extend an abstract `BaseViewer` class 8 years ago
pdfjs.js Fixes pdf.js library source detection. 8 years ago
preferences.js Replace `value === (value | 0)` checks with `Number.isInteger(value)` in the `web/` folder 8 years ago
secondary_toolbar.js Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
text_layer_builder.css Use default line height for the text layer 10 years ago
text_layer_builder.js Convert the text layer builder to ES6 syntax 8 years ago
toolbar.js Remove the `selectScaleOption` helper function, in `Toolbar._updateUIState`, and simply inline its code instead 8 years ago
ui_utils.js Refactor `PDFViewer` to extend an abstract `BaseViewer` class 8 years ago
view_history.js Remove the migration code for old localStorage data in `ViewHistory` 8 years ago
viewer-snippet-chrome-extension.html Wraps mozL10n to async calls; splits firefox and generic l10n libs. 8 years ago
viewer-snippet-chrome-overlays.html Add translations of "Allow access to file URLs" 10 years ago
viewer-snippet-firefox-extension.html Wraps mozL10n to async calls; splits firefox and generic l10n libs. 8 years ago
viewer-snippet-minified.html Remove XHTML leftovers from the viewer HTML files 9 years ago
viewer-snippet.html Wraps mozL10n to async calls; splits firefox and generic l10n libs. 8 years ago
viewer.css Unify handling of various cursor tools, e.g. the current Hand Tool and a possible future Zoom Tool, in a new `PDFCursorTools` module 8 years ago
viewer.html Don't load `compatibility.js` in the viewer while in non-`PRODUCTION` mode 8 years ago
viewer.js ES6-ify the code in `web/app.js` and `web/viewer.js` 8 years ago