.. |
images
|
|
|
.eslintrc
|
Enable the no-var ESLint rule in the /web folder
|
2017-11-05 16:53:47 +01:00 |
.gitignore
|
|
|
annotation_layer_builder.css
|
Remove the background compatibility hacks for linkAnnotation in old versions of IE
|
2017-12-27 14:16:28 +01:00 |
annotation_layer_builder.js
|
Move the imageResourcesPath option to a BaseViewer /PDFPageView /AnnotationLayerBuilder option
|
2018-02-13 14:28:38 +01:00 |
app.js
|
Don't block origin-less blob:-URLs in hosted viewer
|
2018-02-23 12:48:52 +01:00 |
base_viewer.js
|
Replace the PDFJS.disableWebGL option with a enableWebGL option passed, via BaseViewer /PDFPageView , to PDFPageProxy.render
|
2018-02-13 16:56:56 +01:00 |
chrome-i18n-allow-access-to-file-urls.json
|
|
|
chromecom.js
|
[CRX] Make textLayerMode pref visible and add migration logic
|
2018-02-22 14:39:58 +01:00 |
compressed.tracemonkey-pldi-09.pdf
|
|
|
debugger.js
|
Remove the undocumented PDFJS.enableStats option
|
2018-02-13 16:56:57 +01:00 |
default_preferences.json
|
Merge pull request #9479 from Snuffleupagus/refactor-viewer-options
|
2018-02-14 22:47:33 +01:00 |
dom_events.js
|
|
|
download_manager.js
|
Remove the non-a.click() case from the DownloadManager
|
2018-02-12 12:50:04 +01:00 |
firefox_print_service.js
|
Use let /const instead of var in the printing code
|
2017-10-22 16:13:14 +02:00 |
firefoxcom.js
|
Pass in the PDFJS.locale option to ExternalServices.createL10n
|
2018-02-13 16:56:56 +01:00 |
genericcom.js
|
Pass in the PDFJS.locale option to ExternalServices.createL10n
|
2018-02-13 16:56:56 +01:00 |
genericl10n.js
|
|
|
grab_to_pan.js
|
Enable the no-var ESLint rule in the /web folder
|
2017-11-05 16:53:47 +01:00 |
interfaces.js
|
Move the imageResourcesPath option to a BaseViewer /PDFPageView /AnnotationLayerBuilder option
|
2018-02-13 14:28:38 +01:00 |
overlay_manager.js
|
|
|
password_prompt.js
|
|
|
pdf_attachment_viewer.js
|
|
|
pdf_cursor_tools.js
|
Remove the enableHandToolOnLoad preference migration code in web/pdf_cursor_tools.js
|
2017-10-17 18:34:33 +02:00 |
pdf_document_properties.js
|
Address the final round of review comments for Content-Disposition filename extraction
|
2018-01-18 17:39:22 +01:00 |
pdf_find_bar.js
|
|
|
pdf_find_controller.js
|
Move public methods above private methods in web/pdf_find_controller.js
|
2018-02-11 20:31:59 +01:00 |
pdf_history.js
|
Drop third parameter to replaceState/pushState
|
2018-01-26 13:23:51 +01:00 |
pdf_link_service.js
|
Move the externalLinkTarget and externalLinkRel options to PDFLinkService options
|
2018-02-13 14:28:40 +01:00 |
pdf_outline_viewer.js
|
Move the externalLinkTarget and externalLinkRel options to PDFLinkService options
|
2018-02-13 14:28:40 +01:00 |
pdf_page_view.js
|
Replace the PDFJS.disableWebGL option with a enableWebGL option passed, via BaseViewer /PDFPageView , to PDFPageProxy.render
|
2018-02-13 16:56:56 +01:00 |
pdf_presentation_mode.js
|
|
|
pdf_print_service.js
|
Enable the mozilla/avoid-removeChild ESLint rule globally
|
2018-02-10 23:24:50 +01:00 |
pdf_rendering_queue.js
|
Replace a few occurences of var with let in already ES6 converted web/ files
|
2017-10-22 16:23:38 +02:00 |
pdf_sidebar_resizer.js
|
Only resize the sidebar with the left mouse button
|
2017-12-02 19:05:17 +01:00 |
pdf_sidebar.js
|
Layout the sidebar in the same vertical position regardless of the viewer width (issue 4052, bug 850591)
|
2017-10-11 18:17:28 +02:00 |
pdf_single_page_viewer.js
|
Implement a PDFSinglePageViewer class (issue 8188)
|
2017-09-23 16:28:04 +02:00 |
pdf_thumbnail_view.js
|
Refactor PDFThumbnailViewer.scrollThumbnailIntoView to avoid unnecessary DOM look-ups
|
2018-02-09 14:43:11 +01:00 |
pdf_thumbnail_viewer.js
|
Refactor PDFThumbnailViewer.scrollThumbnailIntoView to avoid unnecessary DOM look-ups
|
2018-02-09 14:43:11 +01:00 |
pdf_viewer.component.js
|
Use ES6 notation, and replace var with let , in web/pdf_viewer.component.js and web/pdfjs.js
|
2017-11-05 16:53:47 +01:00 |
pdf_viewer.css
|
|
|
pdf_viewer.js
|
|
|
pdfjs.js
|
Use ES6 notation, and replace var with let , in web/pdf_viewer.component.js and web/pdfjs.js
|
2017-11-05 16:53:47 +01:00 |
preferences.js
|
Replace a few occurences of var with let in already ES6 converted web/ files
|
2017-10-22 16:23:38 +02:00 |
secondary_toolbar.js
|
|
|
text_layer_builder.css
|
|
|
text_layer_builder.js
|
|
|
toolbar.js
|
|
|
ui_utils.js
|
Replace the disableTextLayer and enhanceTextSelection options/preferences with a single textLayerMode option/preference
|
2018-02-13 16:56:54 +01:00 |
view_history.js
|
|
|
viewer_compatibility.js
|
Move viewer specific compatibility options from src/shared/compatibility.js and into a separate file
|
2018-02-13 13:41:59 +01:00 |
viewer-snippet-chrome-extension.html
|
|
|
viewer-snippet-chrome-overlays.html
|
|
|
viewer-snippet-firefox-extension.html
|
|
|
viewer-snippet-minified.html
|
|
|
viewer-snippet.html
|
|
|
viewer.css
|
Improve visibility of the findInput placeholder in Chrome
|
2017-12-12 15:34:51 +05:30 |
viewer.html
|
Remove moznomarginboxes
|
2018-01-19 22:05:50 +01:00 |
viewer.js
|
Implement sidebar resizing for modern browsers, by utilizing CSS variables (issue 2072)
|
2017-11-06 15:58:24 +01:00 |