.. |
images
|
Add icons for the new "Select tool" button
|
8 years ago |
.gitignore
|
…
|
|
annotation_layer_builder.css
|
Annotations: implement support for line annotations
|
8 years ago |
annotation_layer_builder.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
app.js
|
Ensure that the document is rendered on load, no matter what happens, by always calling `PDFViewer.update` *after* the initial position has been set
|
8 years ago |
chrome-i18n-allow-access-to-file-urls.json
|
…
|
|
chromecom.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
compatibility.js
|
Move compatibility code to the shared/compatibility.js.
|
8 years ago |
compressed.tracemonkey-pldi-09.pdf
|
…
|
|
debugger.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
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
|
8 years ago |
dom_events.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
download_manager.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
firefox_print_service.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
firefoxcom.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
genericcom.js
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
8 years ago |
genericl10n.js
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
8 years ago |
grab_to_pan.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
interfaces.js
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
8 years ago |
overlay_manager.js
|
Convert the overlay manager to ES6 syntax
|
8 years ago |
password_prompt.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
pdf_attachment_viewer.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
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
|
8 years ago |
pdf_document_properties.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
pdf_find_bar.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
pdf_find_controller.js
|
Convert the find controller to ES6 syntax
|
8 years ago |
pdf_history.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
pdf_link_service.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
pdf_outline_viewer.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
pdf_page_view.js
|
Merge pull request #8488 from mukulmishra18/streams-getTextContent
|
8 years ago |
pdf_presentation_mode.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
pdf_print_service.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
pdf_rendering_queue.js
|
Convert the rendering queue to ES6 syntax
|
8 years ago |
pdf_sidebar.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
pdf_thumbnail_view.js
|
Convert the thumbnail view to ES6 syntax
|
8 years ago |
pdf_thumbnail_viewer.js
|
Don't allow setting various properties, such as `currentPageNumber`/`currentScale`/`currentScaleValue`/`pagesRotation`, before `{PDFViewer, PDFThumbnailViewer}.setDocument` has been called
|
8 years ago |
pdf_viewer.component.js
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
8 years ago |
pdf_viewer.css
|
Ensure canvas is really hidden when used with pdfjs-dist.
|
8 years ago |
pdf_viewer.js
|
Don't allow setting various properties, such as `currentPageNumber`/`currentScale`/`currentScaleValue`/`pagesRotation`, before `{PDFViewer, PDFThumbnailViewer}.setDocument` has been called
|
8 years ago |
pdfjs.js
|
Removes last UMDs from the modules.
|
8 years ago |
preferences.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
secondary_toolbar.js
|
Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on
|
8 years ago |
text_layer_builder.css
|
…
|
|
text_layer_builder.js
|
Convert the text layer builder to ES6 syntax
|
8 years ago |
toolbar.js
|
Remove the `selectScaleOption` helper function, in `Toolbar._updateUIState`, and simply inline its code instead
|
8 years ago |
ui_utils.js
|
ES6-ify the code in `web/ui_utils.js`
|
8 years ago |
view_history.js
|
Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files
|
8 years ago |
viewer-snippet-chrome-extension.html
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
8 years ago |
viewer-snippet-chrome-overlays.html
|
…
|
|
viewer-snippet-firefox-extension.html
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
8 years ago |
viewer-snippet-minified.html
|
…
|
|
viewer-snippet.html
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
8 years ago |
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
|
8 years ago |
viewer.html
|
Wraps mozL10n to async calls; splits firefox and generic l10n libs.
|
8 years ago |
viewer.js
|
ES6-ify the code in `web/app.js` and `web/viewer.js`
|
8 years ago |