9143 Commits (224e3a42a23edf0d11ede2c0ecabf80cc69b2b34)
 

Author SHA1 Message Date
Tim van der Meij 7820f58c49 Merge pull request #7647 from Snuffleupagus/Annotation_appendToOperatorList-pass-in-forms 9 years ago
Yury Delendik 431af8cf85 Merge pull request #7652 from Snuffleupagus/resize-event-handler-prevent-error-before-eventBus-initialized 9 years ago
Jonas Jenwald 1a2f142a14 Prevent errors if the 'resize' event is fired before the `eventBus` has been initialized 9 years ago
Jonas Jenwald 5f16cbd2c0 When rendering forms, don't use `element.value` since it prevents the AnnotationLayer rasterizer (in `test/driver.js`) from parsing the elements correctly 9 years ago
Jonas Jenwald 3a105e37f4 Ensure that `test/driver.js` actually takes the same `Annotation` code-path as the viewer when running `forms` tests (PR 7633 follow-up) 9 years ago
Jonas Jenwald ded01356c7 Pass in the `renderInteractiveForms` parameter to `Annotation_appendToOperatorList`, in `Page_getOperatorList`, instead of to the `Annotation` constructor (PR 7633 follow-up) 9 years ago
Tim van der Meij 6100ab4b18 Text widget annotations: implement comb support 9 years ago
Brendan Dahl 15e1ae4e3f Merge pull request #7639 from Snuffleupagus/bug-1252420 9 years ago
Jonas Jenwald 9e927ded93 Update l10n files 9 years ago
Tim van der Meij c0e82dbc38 Merge pull request #7642 from Rob--W/crx-type-from-content-disposition-header 9 years ago
Tim van der Meij ab1b4cec5d Merge pull request #7640 from timvandermeij/interactive-forms-rm-global 9 years ago
Tim van der Meij 2da2c45889 Interactive forms: remove global PDFJS usage 9 years ago
Tim van der Meij 2d287c867e Merge pull request #7645 from Snuffleupagus/TextWidgetAnnotation-double-rendering 9 years ago
Jonas Jenwald 170871ab3d Prevent rendering `TextWidgetAnnotation`s in both the `core`/`display` layer (issue 7643) 9 years ago
Rob Wu ae74e1bbd6 Deduct file type from content-disposition 9 years ago
Tim van der Meij f062695d62 Merge pull request #7633 from timvandermeij/interactive-forms-tx-flags 9 years ago
Tim van der Meij dbea302a6e Text widget annotations: do not render on canvas as well 9 years ago
Tim van der Meij adf0972ca5 Text widget annotations: improve unit and reference tests 9 years ago
Tim van der Meij f6965fadc0 Text widget annotations: support multiline and read-only fields 9 years ago
Jonas Jenwald aadcbe98c8 Replace empty CharStrings with '.notdef' in `Type1Font_wrap` to prevent OTS from rejecting the font (bug 1252420) 9 years ago
Jonas Jenwald 4acd31f51e Merge pull request #7550 from Snuffleupagus/Type1-toUnicode-builtInEncoding-fallback 9 years ago
Brendan Dahl 834a7ff329 Merge pull request #7636 from yurydelendik/rm-refresh 9 years ago
Yury Delendik 503bf45eca Drops unneeded HTTP refresh header for the extension. 9 years ago
Tim van der Meij 26da2d57ce Merge pull request #7632 from Snuffleupagus/more-efficient-expandTextDivs 9 years ago
Tim van der Meij 3b94ecf563 Merge pull request #7634 from Snuffleupagus/remove-mozDash 9 years ago
Jonas Jenwald 8eaa2cbce3 Remove the deprecated `mozDash`/`mozDashOffset` canvas 2D context methods 9 years ago
Jonas Jenwald cb5f9df0c8 [EnhanceTextSelection] Make `expandTextDivs` more efficient by updating all styles at once instead of piecewise 9 years ago
Jonas Jenwald a7c35025fe Merge pull request #7629 from timvandermeij/interactive-form-unit-tests 9 years ago
Tim van der Meij 323e86c442 Text widget annotations: implement unit testing and sanitize data values 9 years ago
Tim van der Meij 4d1592883d Merge pull request #7626 from yashsriv/lint-fix-url-polyfill 9 years ago
Yash Srivastav 4e428c7675
Fix lint warnings in URL polyfill 9 years ago
Tim van der Meij 03588ccbf7 Merge pull request #7623 from Snuffleupagus/jpx-error 9 years ago
Jonas Jenwald 230b1e3275 Merge pull request #7624 from Snuffleupagus/yury-fake-cloning 9 years ago
Yury Delendik 160b176109 Adding "proper" message port for fake worker. 9 years ago
Jonas Jenwald f620f61887 Change `src/core/jpx.js` to use the `error` utility function instead of using `throw new Error` 9 years ago
Tim van der Meij 6b05cfd1b8 Merge pull request #7622 from timvandermeij/interactive-forms-text 9 years ago
Jonas Jenwald 325f7afcca For embedded Type1 fonts without included `ToUnicode`/`Encoding` data, attempt to improve text selection by using the `builtInEncoding` to amend the `toUnicode` map (issue 6901, issue 7182, issue 7217, bug 917796, bug 1242142) 9 years ago
Tim van der Meij be485f59ab Text widget annotations: implement maximum length and text alignment 9 years ago
Tim van der Meij bf6f5d1cc9 Merge pull request #7621 from Snuffleupagus/more-symbolic-fonts-without-included-encoding-tests 9 years ago
Jonas Jenwald ae2cc9119b Add a couple more, mostly `text`, reference tests for non-embedded symbolic fonts without included encoding information 9 years ago
Jonas Jenwald 1fae435e88 Merge pull request #7546 from Snuffleupagus/issue-7544 9 years ago
Jeremy Press e68f4f855f fixing 7590 by delaying div shrink after mouse up 9 years ago
Jonas Jenwald 0b75f63c03 Don't duplicate the first entry in the `charCodeToGlyphId` map for CIDFontType2 fonts with a `CIDToGIDMap` that already mapped the first entry to a non-zero `glyphId` (issue 7544) 9 years ago
Tim van der Meij b112f9f9f4 Merge pull request #7600 from Snuffleupagus/issue-7598 9 years ago
Tim van der Meij 22c7ff494a Merge pull request #7609 from Snuffleupagus/enhanceTextSelection-pref-hack 9 years ago
Tim van der Meij 23a0264a15 Merge pull request #7619 from Snuffleupagus/SecondaryToolbar-setMaxHeight-events 9 years ago
Jonas Jenwald be8a69a52c Ensure that we provide the `source` parameter when dispatching the button click events in `SecondaryToolbar` (PR 7313 follow-up) 9 years ago
Jonas Jenwald 6e126b31dc Only update the `max-height` of the `SecondaryToolbar` when it's actually visible 9 years ago
Jonas Jenwald e12c48b73f Add a `enhanceTextSelection` preference 9 years ago
Jonas Jenwald ca61ccc533 Merge pull request #7602 from timvandermeij/interactive-forms 9 years ago