/
githubmirror
/
pdf.js
ОбзорДокументацияВойти
/
githubmirror
/
pdf.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
pdf.js/
web/
..
images

[Editor] Update the loading icon when wait for ML to take into account prefered-reduced-motion setting

2 года назад
.gitignore

Remove obselete file from .gitignore

12 лет назад
alt_text_manager.js

Remove event listeners with `AbortSignal` in the `AltTextManager` class

2 года назад
annotation_editor_layer_builder.css

[Editor] Improve drawing on a touch screen.

2 года назад
annotation_editor_layer_builder.js

[Editor] Don't commit the current drawing while zooming

2 года назад
annotation_editor_params.js

[Editor] Add the telemetry for the new alt text (bug 1912500)

2 года назад
annotation_layer_builder.css

Disable link annotations during text selection

2 года назад
annotation_layer_builder.js

[Editor] Make the stamp annotations alt text readable by either VO or NVDA (bug 1912001)

2 года назад
app.js

Disable touch-zooming, in the viewer, if `AbortSignal.any` is unsupported (PR 19216 follow-up)

2 года назад
app_options.js

Merge pull request #18594 from Snuffleupagus/rm-enableHighlightEditor-pref

2 года назад
base_tree_viewer.js

Limit base-class initialization checks to development and TESTING modes

2 года назад
caret_browsing.js

Update the `CaretBrowsingMode` toolbar-height if the `toolbarDensity` preference changes (PR 18786 follow-up)

2 года назад
chrome-i18n-allow-access-to-file-urls.json

Add translations of "Allow access to file URLs"

11 лет назад
chromecom.js

Use JSON imports instead of PDFJSDev.json

2 года назад
compressed.tracemonkey-pldi-09.pdf

Add Makefile. Move some files around to make building the website easier.

15 лет назад
debugger.css

Fix the textLayer-opacity when using the FontInspector (PR 17533 follow-up)

3 года назад
debugger.mjs

[Debugger] Add some info about substitution font

3 года назад
dialog.css

Break messageBar class out

2 года назад
download_manager.js

Do not stringify errors when logging them

2 года назад
draw_layer_builder.css

[Editor] Add a new base class to allow to add a drawing in the SVG layer.

2 года назад
draw_layer_builder.js

[Editor] Add a new editor to highlight some text in a pdf (bug 1866119)

3 года назад
editor_undo_bar.js

Pop open a message when user deletes an annotation

2 года назад
event_utils.js

Add the possibility to dispatch some pdf.js events at the chrome level (bug 1904585)

2 года назад
external_services.js

Limit base-class initialization checks to development and TESTING modes

2 года назад
firefox_print_service.js

[api-minor] Implement basic support for OptionalContent `Usage` dicts (issue 5764, bug 1826783)

2 года назад
firefoxcom.js

Do not stringify errors when logging them

2 года назад
generic_scripting.js

Use a limit, in more places, when splitting strings

3 года назад
genericcom.js

[Editor] Corrrectly get the words from the alt-text when reporting the telemetry (bug 1929311)

2 года назад
genericl10n.js

Only use the l10n fallback bundle when normal ftl-file fetching failed (issue 18264)

2 года назад
grab_to_pan.js

Use the `stopEvent` helper function everywhere possible

2 года назад
interfaces.js

Stop sending the unused `options` parameter to various download-methods in the viewer

2 года назад
l10n.js

Do not stringify errors when logging them

2 года назад
message_bar.css

Fix unused css variables (follow-up of #18900)

2 года назад
new_alt_text_manager.js

[Editor] Corrrectly get the words from the alt-text when reporting the telemetry (bug 1929311)

2 года назад
overlay_manager.js

Remove the `OverlayManager.unregister` method since it's completely unused

3 года назад
password_prompt.js

Use "full" localization ids throughout the code-base

2 года назад
pdf_attachment_viewer.js

[api-minor] Improve the `FileSpec` implementation

2 года назад
pdf_cursor_tools.js

Ensure that the CursorTools-buttons are disabled e.g. during editing (PR 15522 follow-up)

2 года назад
pdf_document_properties.js

Move the `getPage` call in `PDFDocumentProperties` class

2 года назад
pdf_find_bar.js

Support toggling the `PDFFindBar` options with the `Enter` key (issue 19175)

2 года назад
pdf_find_controller.js

Very slightly improve the performance when searching in a pdf

2 года назад
pdf_find_utils.js

[api-minor] Don't normalize the text used in the text layer.

3 года назад
pdf_history.js

[CRX] Remove obsolete manifest features

2 года назад
pdf_layer_viewer.js

Re-factor how `PDFLayerViewer` decides if the UI needs to updated on "optionalcontentconfigchanged" events

2 года назад
pdf_link_service.js

Allow /XYZ destinations without zoom parameter (issue 18408)

2 года назад
pdf_outline_viewer.js

[api-minor] Move the page reference/number caching into the API

2 года назад
pdf_page_view.js

Simplify logic to insert canvas as first element

2 года назад
pdf_presentation_mode.js

Remove event listeners with `signal` in web/pdf_presentation_mode.js

2 года назад
pdf_print_service.js

Revoke the blob-URLs used during printing in `PDFPrintService`

2 года назад
pdf_rendering_queue.js

Do not stringify errors when logging them

2 года назад
pdf_scripting_manager.component.js

Use shorter arrow functions where possible

3 года назад
pdf_scripting_manager.js

Do not stringify errors when logging them

2 года назад
pdf_sidebar.js

Remove the sidebar resizing event listeners with an `AbortController`

2 года назад
pdf_single_page_viewer.js

Remove the abstract `BaseViewer`-class

4 года назад
pdf_thumbnail_view.js

[Editor] Take into account the device pixel ratio when drawing an added image

2 года назад
pdf_thumbnail_viewer.js

Add an option to enable/disable hardware acceleration (bug 1902012)

2 года назад
pdf_viewer.component.js

Ensure that `GenericL10n` works if the locale files cannot be loaded

3 года назад
pdf_viewer.css

When zooming replace the css-zoomed canvas by the new one only when rendering is finished

2 года назад
pdf_viewer.js

[Editor] Add the ability to resize an editor in using a pinch gesture

2 года назад
pdfjs.js

Move the pinch stuff in its own file in order to use for editors

2 года назад
preferences.js

Limit base-class initialization checks to development and TESTING modes

2 года назад
print_utils.js

Handle appending consistently in the xfaLayer regardless of rendering intent (PR 17177 follow-up)

3 года назад
secondary_toolbar.js

Ensure that the CursorTools-buttons are disabled e.g. during editing (PR 15522 follow-up)

2 года назад
struct_tree_layer_builder.js

Ensure that serializing of StructTree-data cannot fail during loading

2 года назад
stubs-geckoview.js

[Editor] Add a new dialog for alt-text settings (bug 1909604)

2 года назад
text_accessibility.js

[Editor] Add the parent tag id (if any) to the serialized editors (bug 1845087)

3 года назад
text_highlighter.js

Fix left offset when scrolling to search result

2 года назад
text_layer_builder.css

Make tagged images visible for screen readers (bug 1708040)

2 года назад
text_layer_builder.js

Use the `stopEvent` helper function everywhere possible

2 года назад
toggle_button.css

Fix the RTL-rule for the `editorHighlightShowAll` button, such that it works outside of the Firefox PDF Viewer

2 года назад
toolbar-geckoview.js

[GeckoView] Remove the open-in-app button (bug 1832519)

2 года назад
toolbar.js

Increase the size of the toolbar depending on the uidensity (bug 1171799)

2 года назад
ui_utils.js

[Editor] Take into account the device pixel ratio when drawing an added image

2 года назад
view_history.js

Add a bit more validation in the `ViewHistory` constructor

6 лет назад
viewer-geckoview.css

[GV] Increase the height (48px) of the toolbar in order to fit the a11y recommendations (bug 1838602)

2 года назад
viewer-geckoview.html

Move the various DOM-factories into their own files

2 года назад
viewer-geckoview.js

Upgrade `eslint-plugin-perfectionist` to version 4.2.0

2 года назад
viewer-snippet-chrome-extension.html

[api-minor] Move to Fluent for the localization (bug 1858715)

3 года назад
viewer-snippet-chrome-overlays.html

Convert the existing overlays to use `<dialog>` elements (issue 14698)

4 года назад
viewer-snippet-firefox-extension.html

[api-major] Output JavaScript modules in the builds (issue 10317)

3 года назад
viewer-snippet.html

[api-minor] Move to Fluent for the localization (bug 1858715)

3 года назад
viewer.css

Ensure that the `.toggleButton`, as used in the findbar, always have visible hover/focus state (issue 19165)

2 года назад
viewer.html

Pop open a message when user deletes an annotation

2 года назад
viewer.js

Upgrade `eslint-plugin-perfectionist` to version 4.2.0

2 года назад
xfa_layer_builder.css

Remove unnecessary alpha-value from CSS `rgb` colors

3 года назад
xfa_layer_builder.js

Handle appending consistently in the xfaLayer regardless of rendering intent (PR 17177 follow-up)

3 года назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©