1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
pdf.js/web
Jonas Jenwald 92529e2b11 Refactor the getTempCanvas function in pdf_thumbnail_view.js to a factory, in preparation for ES6 conversion of the thumbnail related code
This patch intends to simplify future ES6 refactoring of the thumbnail code, since the current code isn't going to work well together with proper `Class`es.
2017-05-31 00:18:06 +02:00
..
images Add icons for the new "Select tool" button 2017-05-22 00:51:03 +02:00
.gitignore Remove obselete file from .gitignore 2015-01-26 16:44:45 +01:00
annotation_layer_builder.css Annotations: implement support for line annotations 2017-04-12 23:05:25 +02:00
annotation_layer_builder.js Enable the object-shorthand ESLint rule in web 2017-04-29 20:29:04 +02:00
app.js Convert the overlay manager to ES6 syntax 2017-05-28 21:18:18 +02: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 Convert the overlay manager to ES6 syntax 2017-05-28 21:18:18 +02: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 Replace unnecessary bind(this) statements with arrow functions in web/ files 2017-05-04 17:13:09 +02:00
default_preferences.json Unify handling of various cursor tools, e.g. the current Hand Tool and a possible future Zoom Tool, in a new PDFCursorTools module 2017-05-22 00:51:01 +02:00
dom_events.js Change amd to cjs path in ES6 modules 2017-04-14 10:32:36 -05:00
download_manager.js Refactor the DownloadManager initialization in GENERIC/CHROME builds again (PR 8203 follow-up) 2017-04-17 13:34:30 +02:00
firefox_print_service.js Enable the object-shorthand ESLint rule in web 2017-04-29 20:29:04 +02:00
firefoxcom.js Replace unnecessary bind(this) statements with arrow functions in web/ files 2017-05-04 17:13:09 +02:00
genericcom.js Convert the Preferences to an ES6 class 2017-04-23 21:14:58 +02:00
grab_to_pan.js Convert the files in the /web folder to ES6 modules 2017-04-09 11:55:48 +02:00
interfaces.js Convert the interfaces to ES6 syntax 2017-05-07 22:01:49 +02:00
overlay_manager.js Convert the overlay manager to ES6 syntax 2017-05-28 21:18:18 +02:00
password_prompt.js Convert the overlay manager to ES6 syntax 2017-05-28 21:18:18 +02:00
pdf_attachment_viewer.js Replace unnecessary bind(this) statements with arrow functions in web/ files 2017-05-04 17:13:09 +02:00
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 2017-05-22 00:51:01 +02:00
pdf_document_properties.js Convert the overlay manager to ES6 syntax 2017-05-28 21:18:18 +02:00
pdf_find_bar.js Convert the find bar to ES6 syntax 2017-04-16 23:12:11 +02:00
pdf_find_controller.js Replace unnecessary var self = this statements with arrow functions in web/pdf_find_controller.js 2017-05-10 14:09:20 +02:00
pdf_history.js Import getGlobalEventBus correctly from web/dom_events.js in various /web files, to un-break e.g. the viewer components (PR 8203 follow-up) 2017-04-17 00:54:29 +02:00
pdf_link_service.js Merge pull request #8416 from Snuffleupagus/refactor-PDFLinkService-navigateTo 2017-05-26 22:52:52 +02:00
pdf_outline_viewer.js Convert the attachments/outline view to ES6 syntax 2017-04-23 16:06:15 +02:00
pdf_page_view.js Replace unnecessary var self = this statements with arrow functions in web/pdf_page_view.js and web/pdf_thumbnail_view.js 2017-05-16 13:48:27 +02:00
pdf_presentation_mode.js Convert presentation mode to ES6 syntax 2017-04-27 16:23:29 +02:00
pdf_print_service.js Convert the overlay manager to ES6 syntax 2017-05-28 21:18:18 +02:00
pdf_rendering_queue.js Convert the rendering queue to ES6 syntax 2017-04-27 16:23:30 +02:00
pdf_sidebar.js Convert the sidebar to ES6 syntax 2017-04-23 17:13:51 +02:00
pdf_thumbnail_view.js Refactor the getTempCanvas function in pdf_thumbnail_view.js to a factory, in preparation for ES6 conversion of the thumbnail related code 2017-05-31 00:18:06 +02:00
pdf_thumbnail_viewer.js Refactor the getTempCanvas function in pdf_thumbnail_view.js to a factory, in preparation for ES6 conversion of the thumbnail related code 2017-05-31 00:18:06 +02:00
pdf_viewer.component.js ES6 modules: remove UMD header validation 2017-03-04 21:43:25 +01:00
pdf_viewer.css Better components examples. 2016-04-28 13:30:03 -05:00
pdf_viewer.js Replace unnecessary bind(this) statements with arrow functions in web/ files 2017-05-04 17:13:09 +02:00
pdfjs.js Enable running the ui_utils unit-tests on Travis 2017-04-25 13:37:56 +02:00
preferences.js Re-factor PDFDocumentProperties such that it's properly reset when a new PDF file is opened (issue 8371) 2017-05-07 10:16:03 +02:00
secondary_toolbar.js Unify handling of various cursor tools, e.g. the current Hand Tool and a possible future Zoom Tool, in a new PDFCursorTools module 2017-05-22 00:51:01 +02: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 Replace unnecessary bind(this) statements with arrow functions in web/ files 2017-05-04 17:13:09 +02:00
toolbar.js Enable the object-shorthand ESLint rule in web 2017-04-29 20:29:04 +02:00
ui_utils.js Re-factor PDFDocumentProperties such that it's properly reset when a new PDF file is opened (issue 8371) 2017-05-07 10:16:03 +02:00
view_history.js Re-factor ViewHistory to make it properly asynchronous 2017-04-27 11:49:35 +02: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 Unify handling of various cursor tools, e.g. the current Hand Tool and a possible future Zoom Tool, in a new PDFCursorTools module 2017-05-22 00:51:01 +02:00
viewer.html Unify handling of various cursor tools, e.g. the current Hand Tool and a possible future Zoom Tool, in a new PDFCursorTools module 2017-05-22 00:51:01 +02:00
viewer.js Unify handling of various cursor tools, e.g. the current Hand Tool and a possible future Zoom Tool, in a new PDFCursorTools module 2017-05-22 00:51:01 +02:00