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

Enable the ESLint `no-var` rule globally

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

Disable the "should compress and save text" unit-test in Node.js (PR 17202 follow-up)

3 года назад
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

Attempt to further reduce re-parsing for globally cached images (PR 11912, 16108 follow-up)

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

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

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

Fix typo in cff_parser_spec.js

5 лет назад
clitests.json

[api-major] Remove the SVG back-end (PR 15173 follow-up)

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

Move the `isNodeJS`-helper into the `src/shared/util.js` file

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

[api-minor] Let the `cMapPacked` parameter, in `getDocument`, default to `true`

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

Remove obsolete done callbacks from the unit tests

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

Move the `arrayBuffersToBytes` helper function into the worker-thread

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

Enable the `unicorn/prefer-optional-catch-binding` ESLint plugin rule

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

Remove duplicated `destroy`-calls in the "custom ownerDocument" unit-tests

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

Improve `parseAppearanceStream` to handle more "complex" ColorSpaces

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

Move the `isNodeJS`-helper into the `src/shared/util.js` file

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

[Annotation] Fix printing/saving for annotations containing some non-ascii chars and with no fonts to handle them (bug 1666824)

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

[Editor] Improve curve smoothing for Ink tool (bug 1789443)

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

Update Prettier to version 2.0

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

Enable the `unicorn/prefer-optional-catch-binding` ESLint plugin rule

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

Move the `isNodeJS`-helper into the `src/shared/util.js` file

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

Convert done callbacks to async/await in `test/unit/fetch_stream_spec.js`

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

Slightly shorten the `loadedName`-ids used with font-substitutions

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

Correct PostScript trigonometric operators

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

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

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

Change the `createPromiseCapability` helper function into a `PromiseCapability` class

3 года назад
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

Convert done callbacks to async/await in `test/unit/network_spec.js`

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

Slightly improve validation of (some) parameters in `getDocument`

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

Update the ESLint `globals` list (PR 17055 follow-up)

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

Let `Lexer.getNumber` treat more invalid "numbers" as zero (issue 15604)

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

Limit the amount of console "spam" during fuzz tests (PR 17337 follow-up)

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

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

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

Re-format the code to account for `prettier` and `globals` updates

3 года назад
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

[Editor] Add a color picker with predefined colors for highlighting text (bug 1866434)

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

Add a unit-test to ensure that `NullL10n` won't diverge from the `L10n`-class

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

Remove the abstract `BaseViewer`-class

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

Add general iteration support in the `RefSet` and `RefSetCache` classes

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

Set text field value as a string when it's for a date or a time (bug 1868503)

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

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

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

Include the /Lang-property, when it exists, in the StructTree-data (issue 14261)

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

Disable the "should compress and save text" unit-test in Node.js (PR 17202 follow-up)

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

Enable the `no-typeof-undefined` ESLint plugin rule

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

Move the `isNodeJS`-helper into the `src/shared/util.js` file

3 года назад
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

Use `String.prototype.replaceAll()` where appropriate

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

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

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

[api-minor] Re-factor `NullL10n` and remove the hard-coded l10n strings (PR 17115 follow-up)

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

Remove language codes from text strings.

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

Compress the data when saving annotions

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

Fix property chain orders of Operators in isDotExpression and isSomPredicate

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

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

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

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

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

Use even more optional chaining in the code-base

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

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

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