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 6d672c4ba6 [api-minor] Add a `pdfjsNext` parameter, and `PDFJS_NEXT` build flag, to allow backwards incompatible API changes 8 years ago
..
images optimize png images using zopflipng 9 years ago
.gitignore Remove obselete file from .gitignore 10 years ago
annotation_layer_builder.css Button widget annotations: improve unit tests, simplify code and remove labels 8 years ago
annotation_layer_builder.js Interactive forms: remove global PDFJS usage 9 years ago
app.js [api-minor] Add a `pdfjsNext` parameter, and `PDFJS_NEXT` build flag, to allow backwards incompatible API changes 8 years ago
chrome-i18n-allow-access-to-file-urls.json Add translations of "Allow access to file URLs" 10 years ago
chromecom.js [Chromium addon] Prevent errors that break the addon, caused by the `DEFAULT_URL` constant being replaced by a `defaultUrl` viewer configuration parameter (PR 8046 follow-up) 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 Adjust the `brace-style` ESLint rule to disallow single lines (and also enable `no-iterator`) 8 years ago
default_preferences.json Allow automatic print rotation via enablePrintAutoRotate 8 years ago
dom_events.js Remove the `previousPageNumber` parameter from the `pagechanging`/pagechange` events, and stop dispatching the events if the input is out of bounds 9 years ago
download_manager.js Get rid of a couple `eslint-disable` statements in `web/download_manager.js` by instead relying on the preprocessor dead-code removal added in PR 7942 8 years ago
firefox_print_service.js Refactor: configurable page rotation in print job 8 years ago
firefoxcom.js Enable the `spaced-comment` ESLint rule 8 years ago
grab_to_pan.js Use `ChildNode.remove` instead of `ChildNode.ParentNode.removeChild` in a couple of places (bug 1334831, issue 8008) 8 years ago
hand_tool.js Convert the only remaining consumer (in `hand_tool.js`) of the 'localized' event to use the `localized` Promise instead, and only re-dispatch the 'localized' event on the `eventBus` for `GENERIC` builds 8 years ago
interfaces.js Interactive forms: remove global PDFJS usage 9 years ago
overlay_manager.js Moves all document.getElementById lookups into viewer.js 9 years ago
password_prompt.js Moves all document.getElementById lookups into viewer.js 9 years ago
pdf_attachment_viewer.js Get rid of `element.removeChild(element.firstChild)` usage (bug 1345253) 8 years ago
pdf_document_properties.js Enable the `no-else-return` ESLint rule 8 years ago
pdf_find_bar.js Viewer: consistently wrap find bar elements for small screen sizes 8 years ago
pdf_find_controller.js Enable the `no-else-return` ESLint rule 8 years ago
pdf_history.js [Bug 1331081] omit addEventListener/removeEventListener's third parameter when it's false 8 years ago
pdf_link_service.js Append the contents of `FileAttachment` annotations to the attachments view of the sidebar, for easier access to the embedded files 8 years ago
pdf_outline_viewer.js Ensure that the `outlineWithDeepNesting` CSS class is removed when resetting `PDFOutlineViewer`, to prevent incorrect alignment if a new document is opened 8 years ago
pdf_page_view.js Enable the `no-unused-vars` ESLint rule 8 years ago
pdf_presentation_mode.js Replaces all preprocessor directives with PDFJSDev calls. 9 years ago
pdf_print_service.js Refactor: configurable page rotation in print job 8 years ago
pdf_rendering_queue.js Introduces UMD headers to the web/ folder. 9 years ago
pdf_sidebar.js Display a notification on the `sidebarToggle` button for PDF documents with outline/attachments 8 years ago
pdf_thumbnail_view.js Remove ids from viewer page and thumbnail divs 8 years ago
pdf_thumbnail_viewer.js Remove ids from viewer page and thumbnail divs 8 years ago
pdf_viewer.component.js Replacing custom bundling with webpack2. 8 years ago
pdf_viewer.css Better components examples. 9 years ago
pdf_viewer.js Allow automatic print rotation via enablePrintAutoRotate 8 years ago
pdfjs.js Changing the order of logical conditions to prefer 'window' in the case where webpack is not used. 8 years ago
preferences.js Removes web/default_preferences.js file. 8 years ago
secondary_toolbar.js Fix errors reported by the `no-extra-bind` ESLint rule 8 years ago
text_layer_builder.css Use default line height for the text layer 10 years ago
text_layer_builder.js Replaces all preprocessor directives with PDFJSDev calls. 9 years ago
toolbar.js Refactor toolbar (and secondary toolbar). 9 years ago
ui_utils.js Set title using logic similar as download name 8 years ago
view_history.js Rename the `ViewHistory` localStorage (and sessionStorage) key from `database` to `pdfjs.history`, and migrate existing data on read (issue 7760) 9 years ago
viewer-snippet-chrome-extension.html Remove type="text/javascript" from script tags. 11 years ago
viewer-snippet-chrome-overlays.html Add translations of "Allow access to file URLs" 10 years ago
viewer-snippet-firefox-extension.html Remove XHTML leftovers from the viewer HTML files 9 years ago
viewer-snippet-minified.html Remove XHTML leftovers from the viewer HTML files 9 years ago
viewer-snippet.html Remove XHTML leftovers from the viewer HTML files 9 years ago
viewer.css Remove unnecessary `.toolbarButton.group` CSS class 8 years ago
viewer.html Add (and adjust) a couple of findbar `title` attributes, in `viewer.html`, that doesn't agree with the `l10n/en-US/viewer.properties` file 8 years ago
viewer.js Replaces RequireJS to SystemJS. 8 years ago