.. |
images
|
Add spread modes to web viewer
|
2018-05-14 23:10:32 -04:00 |
.eslintrc
|
Enable eslint-plugin-import to prevent unresolved paths
|
2018-11-23 13:50:28 +01:00 |
.gitignore
|
Remove obselete file from .gitignore
|
2015-01-26 16:44:45 +01:00 |
annotation_layer_builder.css
|
Implement creation/modification date for annotations
|
2019-05-05 14:51:03 +02:00 |
annotation_layer_builder.js
|
Consistently use square brackets for optional parameters in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
app_options.js
|
[api-minor] Remove the postMessageTransfers parameter, and thus the ability to manually disable transferring of data, from the API
|
2019-09-05 13:09:54 +02:00 |
app.js
|
Ignore Metadata entries with incorrectly encoded characters, when setting the viewer title (bug 1605526)
|
2019-12-22 17:20:14 +01:00 |
base_viewer.js
|
Fix an incorrect condition in BaseViewer.isPageVisible (PR 10217 follow-up)
|
2019-12-04 13:38:07 +01:00 |
chrome-i18n-allow-access-to-file-urls.json
|
Add translations of "Allow access to file URLs"
|
2015-08-14 18:59:55 +02:00 |
chromecom.js
|
Consistently use square brackets for optional parameters in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
compressed.tracemonkey-pldi-09.pdf
|
Add Makefile. Move some files around to make building the website easier.
|
2011-07-05 10:53:57 -07:00 |
debugger.js
|
[Regression] Fix the FontInspector in the PDFBug debugging tools
|
2019-01-22 13:22:36 +01:00 |
download_manager.js
|
Replace our URL polyfill with the one from core-js
|
2019-09-19 14:09:51 +02:00 |
firefox_print_service.js
|
Remove the data-pdfjsprinting attribute on the <body> when destroying FirefoxPrintService /PDFPrintService instances (issue 10948)
|
2019-07-10 16:49:31 +02:00 |
firefoxcom.js
|
Consistently use @returns for returned data types in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
genericcom.js
|
Refactor the Preferences classes to utilize async methods rather than manually returning Promise s
|
2018-09-03 09:52:36 +02:00 |
genericl10n.js
|
Refactor the IL10n implementations to utilize async methods rather than manually returning Promise s
|
2018-09-03 09:52:36 +02:00 |
grab_to_pan.js
|
Consistently use @returns for returned data types in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
interfaces.js
|
Add a reset method to the PDFHistory implementation
|
2019-12-13 10:38:39 +01:00 |
overlay_manager.js
|
Consistently use square brackets for optional parameters in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
password_prompt.js
|
Enable the consistent-return ESLint rule
|
2019-05-11 14:27:21 +02:00 |
pdf_attachment_viewer.js
|
Move the disableCreateObjectURL option from the global PDFJS object and into getDocument instead
|
2018-03-01 18:11:17 +01:00 |
pdf_cursor_tools.js
|
Consistently use @type for getter data types in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
pdf_document_properties.js
|
Enable the consistent-return ESLint rule
|
2019-05-11 14:27:21 +02:00 |
pdf_find_bar.js
|
Tweak the DOMTokenList.toggle polyfill (issue 10460)
|
2019-01-16 20:15:44 +01:00 |
pdf_find_controller.js
|
Consistently use @type for getter data types in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
pdf_find_utils.js
|
Add initial support for "Whole words" searching in the viewer
|
2018-09-10 11:59:29 +02:00 |
pdf_history.js
|
Prevent if (!state || false) { in the output, in PDFHistory._popState , for e.g. MOZCENTRAL builds
|
2019-12-13 10:38:39 +01:00 |
pdf_link_service.js
|
Consistently use @type for getter data types in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
pdf_outline_viewer.js
|
Add a way to disable external links.
|
2019-08-21 11:20:41 -07:00 |
pdf_page_view.js
|
Consistently use square brackets for optional parameters in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
pdf_presentation_mode.js
|
Remove the viewer option from the PDFPresentationMode constructor
|
2019-12-06 00:20:56 +01:00 |
pdf_print_service.js
|
Remove document.attachEvent code from web/pdf_print_service.js since it's only necessary for old IE versions
|
2019-11-22 13:46:44 +01:00 |
pdf_rendering_queue.js
|
Use Promise.prototype.finally in the PDFRenderingQueue.renderView method
|
2019-02-25 12:20:51 +01:00 |
pdf_sidebar_resizer.js
|
Consistently use @type for getter data types in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
pdf_sidebar.js
|
Consistently use @type for getter data types in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
pdf_single_page_viewer.js
|
Try to simplify the PDFSinglePageViewer._scrollIntoView method slightly, by unconditionally ensuring that rendering always occurs
|
2019-01-24 12:01:07 +01:00 |
pdf_thumbnail_view.js
|
Consistently use square brackets for optional parameters in JSDoc comments
|
2019-10-13 13:58:17 +02:00 |
pdf_thumbnail_viewer.js
|
Use const in pdf_thumbnail_viewer.js
|
2019-12-23 08:07:12 +01:00 |
pdf_viewer.component.js
|
Remove the attachDOMEventsToEventBus functionality, since EventBus instances are able to re-dispatch events to the DOM (PR 10019, bug 1492849 follow-up)
|
2018-10-31 23:32:39 +01:00 |
pdf_viewer.css
|
Add spread modes to web viewer
|
2018-05-14 23:10:32 -04:00 |
pdf_viewer.js
|
Move additional code/methods into BaseViewer and have the extending classes override/extend methods as necessary
|
2019-01-24 10:31:06 +01:00 |
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
|
Use const in preferences.js
|
2019-12-23 08:06:01 +01:00 |
secondary_toolbar.js
|
Use const in secondary_toolbar.js
|
2019-12-23 08:04:56 +01:00 |
text_layer_builder.css
|
Use span instead of div in the text layer
|
2018-11-18 15:54:08 +01:00 |
text_layer_builder.js
|
Use const in text_layer_builder.js
|
2019-12-23 08:04:35 +01:00 |
toolbar.js
|
Use const in toolbar.js
|
2019-12-23 08:04:13 +01:00 |
ui_utils.js
|
Use const in ui_utils.js
|
2019-12-23 08:00:15 +01:00 |
view_history.js
|
Use const in view_history.js
|
2019-12-23 08:03:12 +01:00 |
viewer_compatibility.js
|
Use const in viewer_compatibility.js
|
2019-12-23 08:02:19 +01:00 |
viewer-snippet-chrome-extension.html
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
2017-05-31 09:22:25 -05:00 |
viewer-snippet-chrome-overlays.html
|
[CRX] Add file chooser as fallback (fixes #9411)
|
2018-03-21 18:21:46 +01:00 |
viewer-snippet-firefox-extension.html
|
Stop bundling the ReadableStream polyfill in MOZCENTRAL builds (PR 10470 follow-up)
|
2019-01-23 20:33:20 +01:00 |
viewer-snippet-minified.html
|
Remove XHTML leftovers from the viewer HTML files
|
2016-02-14 13:23:34 +01:00 |
viewer-snippet.html
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
2017-05-31 09:22:25 -05:00 |
viewer.css
|
border & box-shadow duplications removed
|
2019-10-22 14:25:42 +02:00 |
viewer.html
|
Add initial support for "Whole words" searching in the viewer
|
2018-09-10 11:59:29 +02:00 |
viewer.js
|
Use const in viewer.js
|
2019-12-23 08:02:42 +01:00 |