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

[api-minor] Use a Path2D when doing a path operation in the canvas (bug 1946953)

год назад
annotation_storage_spec.js

Annotations - Avoid empty value in text field when storage contains something for it (bug 1719148) - it aims to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1719148; - JS can set a property for a non-rendered annotation using the annotationStorage but the other unset default properties must be used when the annotation is finally rendered; - so this patch just adds the properties already set in the annotationStorage to the default value.

5 лет назад
api_spec.js

[api-minor] Use a Path2D when doing a path operation in the canvas (bug 1946953)

год назад
app_options_spec.js

Add better validation for the "PREFERENCE" kind `AppOptions`

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

Fix autolinking errors due to regex and email validation

год назад
bidi_spec.js

Tweak the Bidi-detection heuristics for very short RTL strings (issue 11656)

5 лет назад
canvas_factory_spec.js

Move the various DOM-factories into their own files

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

Use shorter arrow functions where possible

3 года назад
clitests.json

Enable automatic URL linking

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

[api-minor] Load Node.js packages/polyfills with `process.getBuiltinModule`

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

Inline the default Factory-definitions in `getDocument`

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

Support using ICC profiles in using qcms (bug 860023)

год назад
common_pdfstream_tests.js

Add test cases for redirected responses

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

When updating, write the xref table in the same format as the previous one (bug 1878916)

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

Move the `calculateSHA384` and `calculateSHA512` functions into their own file

год назад
custom_spec.js

Inline the default Factory-definitions in `getDocument`

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

Add a `GlobalColorSpaceCache` to reduce unnecessary re-parsing

год назад
display_utils_spec.js

Use the `toBase64Util` helper function in the unit-tests

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

Fix missing annotation parent in using the one from the Fields entry

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

Add the possibility to compress/decompress the signature data in order to store them in the logins storage in Firefox (bug 1946171)

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

Update Prettier to version 2.0

6 лет назад
evaluator_spec.js

[api-minor] Use a Path2D when doing a path operation in the canvas (bug 1946953)

год назад
event_utils_spec.js

Add `signal`-support in the `EventBus`, and utilize it in the viewer (PR 17964 follow-up)

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

Add test cases for redirected responses

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

Remove the tag for missing font subset when trying to find a substitution

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

Correct PostScript trigonometric operators

3 года назад
jasmine-boot.js

Use arrow function with various Array methods

год назад
message_handler_spec.js

[api-minor] Replace the `PromiseCapability` with `Promise.withResolvers()`

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

Remove the `isEmptyObj` unit-test helper function

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

Replace the `AnnotationStorage.lastModified`-getter with a proper hash-method

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

[api-major] Replace `MissingPDFException` and `UnexpectedResponseException` with one exception

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

[api-major] Replace `MissingPDFException` and `UnexpectedResponseException` with one exception

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

[api-minor] Only support the Fetch API for "remote" PDF documents in Node.js environments

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

Let `Lexer.prototype.getNumber` treat more cases of a single minus sign as zero (bug 1953099)

год назад
pdf.image_decoders_spec.js

[api-minor] Remove the image-related error message prefixes

2 года назад
pdf.worker_spec.js

Add unit-tests to check that more PDF.js APIs expose the expected functionality

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

Introduce `Math.sumPrecise` usage in the code-base

год назад
pdf_find_utils_spec.js

Run `gulp lint --fix`, to account for changes in Prettier version `2.1.x`

6 лет назад
pdf_history_spec.js

Update Prettier to version 2.0

6 лет назад
pdf_spec.js

Introduce a helper function for clamping a value to a range

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

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

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

Remove the abstract `BaseViewer`-class

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

Replace the `forEach` method in `Dict` with "proper" iteration support

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

Let be more tolerant with predefined phone number format

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

[api-minor] Remove the `forceClamped`-functionality in the Streams (issue 14849)

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

Make tagged images visible for screen readers (bug 1708040)

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

Move the various DOM-factories into their own files

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

Inline the default Factory-definitions in `getDocument`

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

Ensure that textLayers can be rendered in parallel, without interfering with each other

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

Move some constants and helper functions `from src/core/fonts.js` and into their own file

5 лет назад
ui_utils_spec.js

[api-minor] Render high-res partial page views when falling back to CSS zoom (bug 1492303)

год назад
unicode_spec.js

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

3 года назад
unit_test.html

[api-major] Add openjpeg.wasm to pdf.js (bug 1935076)

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

Simplify the `getUuid` helper function

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

Fix the MD5 computation in the `src/core/writer.js` file

год назад
xfa_formcalc_spec.js

Fix property chain orders of Operators in isDotExpression and isSomPredicate

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

Prevent duplicate names in unit/integration tests

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

Enable the `import/no-cycle` ESLint plugin rule

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

Take the absolute value of the font size when the annotation contents is in xhtml (bug 1938087)

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

Enable the `unicorn/prefer-string-replace-all` ESLint plugin rule

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