.. |
images
|
optimize png images using zopflipng
|
2016-07-10 17:49:16 +08:00 |
.gitignore
|
Remove obselete file from .gitignore
|
2015-01-26 16:44:45 +01:00 |
annotation_layer_builder.css
|
Button widget annotations: improve unit tests, simplify code and remove labels
|
2016-12-17 20:38:48 +01:00 |
annotation_layer_builder.js
|
Interactive forms: remove global PDFJS usage
|
2016-09-19 00:12:42 +02:00 |
app.js
|
[api-minor] Add a pdfjsNext parameter, and PDFJS_NEXT build flag, to allow backwards incompatible API changes
|
2017-03-13 18:43:43 +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
|
[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)
|
2017-02-10 10:46:44 +01:00 |
compatibility.js
|
Move compatibility code to the shared/compatibility.js.
|
2017-02-23 19:18:44 -06: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
|
Enable babel translation to enable ES module support.
|
2017-03-27 07:25:09 -05:00 |
default_preferences.json
|
Allow automatic print rotation via enablePrintAutoRotate
|
2017-02-08 12:39:24 +01:00 |
dom_events.js
|
Remove the previousPageNumber parameter from the pagechanging /pagechange` events, and stop dispatching the events if the input is out of bounds
|
2016-07-25 10:08:53 +02:00 |
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
|
2017-02-28 12:41:43 +01:00 |
firefox_print_service.js
|
Refactor: configurable page rotation in print job
|
2017-02-07 23:42:36 +01:00 |
firefoxcom.js
|
Enable the spaced-comment ESLint rule
|
2017-01-19 16:41:59 +01:00 |
grab_to_pan.js
|
Use ChildNode.remove instead of ChildNode.ParentNode.removeChild in a couple of places (bug 1334831, issue 8008)
|
2017-02-10 14:39:50 +01:00 |
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
|
2016-12-14 16:19:10 +01:00 |
interfaces.js
|
Interactive forms: remove global PDFJS usage
|
2016-09-19 00:12:42 +02:00 |
overlay_manager.js
|
Moves all document.getElementById lookups into viewer.js
|
2016-04-21 11:39:11 -05:00 |
password_prompt.js
|
Moves all document.getElementById lookups into viewer.js
|
2016-04-21 11:39:11 -05:00 |
pdf_attachment_viewer.js
|
Get rid of element.removeChild(element.firstChild) usage (bug 1345253)
|
2017-03-08 17:29:50 +01:00 |
pdf_document_properties.js
|
Enable the no-else-return ESLint rule
|
2017-01-09 20:27:39 +01:00 |
pdf_find_bar.js
|
Viewer: consistently wrap find bar elements for small screen sizes
|
2017-03-08 23:55:13 +01:00 |
pdf_find_controller.js
|
Enable the no-else-return ESLint rule
|
2017-01-09 20:27:39 +01:00 |
pdf_history.js
|
[Bug 1331081] omit addEventListener/removeEventListener's third parameter when it's false
|
2017-01-17 17:50:21 +01:00 |
pdf_link_service.js
|
Append the contents of FileAttachment annotations to the attachments view of the sidebar, for easier access to the embedded files
|
2017-01-31 22:26:16 +01:00 |
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
|
2017-03-08 17:41:11 +01:00 |
pdf_page_view.js
|
Merge pull request #8157 from Snuffleupagus/api-RenderTask-cancel-Error
|
2017-04-04 09:38:47 -05:00 |
pdf_presentation_mode.js
|
Replaces all preprocessor directives with PDFJSDev calls.
|
2016-10-14 10:57:53 -05:00 |
pdf_print_service.js
|
Refactor: configurable page rotation in print job
|
2017-02-07 23:42:36 +01:00 |
pdf_rendering_queue.js
|
Introduces UMD headers to the web/ folder.
|
2016-04-13 10:09:48 -05:00 |
pdf_sidebar.js
|
Display a notification on the sidebarToggle button for PDF documents with outline/attachments
|
2017-01-30 15:39:04 +01:00 |
pdf_thumbnail_view.js
|
Remove ids from viewer page and thumbnail divs
|
2017-01-23 07:46:39 -07:00 |
pdf_thumbnail_viewer.js
|
Remove ids from viewer page and thumbnail divs
|
2017-01-23 07:46:39 -07:00 |
pdf_viewer.component.js
|
Replacing custom bundling with webpack2.
|
2017-02-08 16:32:15 -06:00 |
pdf_viewer.css
|
Better components examples.
|
2016-04-28 13:30:03 -05:00 |
pdf_viewer.js
|
Allow automatic print rotation via enablePrintAutoRotate
|
2017-02-08 12:39:24 +01:00 |
pdfjs.js
|
Changing the order of logical conditions to prefer 'window' in the case where webpack is not used.
|
2017-03-11 19:28:45 -08:00 |
preferences.js
|
Removes web/default_preferences.js file.
|
2017-01-10 08:33:32 -06:00 |
secondary_toolbar.js
|
Fix errors reported by the no-extra-bind ESLint rule
|
2016-12-12 20:35:50 +01:00 |
text_layer_builder.css
|
Use default line height for the text layer
|
2015-12-02 23:00:12 +01:00 |
text_layer_builder.js
|
Replaces all preprocessor directives with PDFJSDev calls.
|
2016-10-14 10:57:53 -05:00 |
toolbar.js
|
Refactor toolbar (and secondary toolbar).
|
2016-11-18 12:51:15 -06:00 |
ui_utils.js
|
Set title using logic similar as download name
|
2017-02-06 00:48:46 +01:00 |
view_history.js
|
Rename the ViewHistory localStorage (and sessionStorage) key from database to pdfjs.history , and migrate existing data on read (issue 7760)
|
2016-11-21 21:03:37 +01:00 |
viewer-snippet-chrome-extension.html
|
Remove type="text/javascript" from script tags.
|
2014-05-13 02:41:01 +02:00 |
viewer-snippet-chrome-overlays.html
|
Add translations of "Allow access to file URLs"
|
2015-08-14 18:59:55 +02:00 |
viewer-snippet-firefox-extension.html
|
Remove XHTML leftovers from the viewer HTML files
|
2016-02-14 13:23:34 +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
|
Remove XHTML leftovers from the viewer HTML files
|
2016-02-14 13:23:34 +01:00 |
viewer.css
|
Remove unnecessary .toolbarButton.group CSS class
|
2017-03-10 13:49:24 +01:00 |
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
|
2017-03-12 09:59:44 +01:00 |
viewer.js
|
Replaces RequireJS to SystemJS.
|
2017-02-27 08:32:39 -06:00 |