Update pdf.js to version 2.7.26
Categories
(Firefox :: PDF Viewer, task)
Tracking
()
People
(Reporter: RyanVM, Assigned: RyanVM)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details |
+++ This bug was initially created as a clone of Bug #1663343 +++
Changes since last update:
#12343 Remove some code/comments relevant for old (pre-Chromium) versions of Opera
#12344 Save form data in XFA datasets when pdf is a mix of acroforms and xfa
#12345 Don't try to save something for a button which is neither a checkbox nor a radio
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
This is a cherry-pick of the following upstream commits:
https://github.com/mozilla/pdf.js/pull/12344
https://github.com/mozilla/pdf.js/pull/12345
Comment 4•4 years ago
|
||
bugherder |
Comment 5•4 years ago
|
||
Comment on attachment 9174562 [details]
Bug 1663803 - Cherry-pick some upstream forms fixes to Firefox 81. r=bdahl
Beta/Release Uplift Approval Request
- User impact if declined: Saving specific PDF in Firefox that contains input data will not be displayed in Adobe Reader in other 3rd party apps.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: See comment https://github.com/mozilla/pdf.js/issues/12319#issue-691891731
- List of other uplifts needed: None
- Risk to taking this patch: Medium
- Why is the change risky/not risky? (and alternatives if risky): This a bit riskier since it adds a new way to save PDF form data that hasn't been widely tested.
- String changes made/needed:
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Verified that https://github.com/mozilla/pdf.js/issues/12319#issue-691891731 is indeed fixed now across platforms (Windows 10 64bit, macOS 10.15 and Ubuntu 18.04). it is not entirely fixed though, see issue https://github.com/mozilla/pdf.js/issues/12355#issue-696921128, that will pe handled separately.
Assignee | ||
Comment 7•4 years ago
|
||
Comment on attachment 9174562 [details]
Bug 1663803 - Cherry-pick some upstream forms fixes to Firefox 81. r=bdahl
Approved for 81.0b9.
Assignee | ||
Comment 8•4 years ago
|
||
bugherder uplift |
Comment 9•4 years ago
|
||
(In reply to Bogdan Maris [:bogdan_maris], Release Desktop QA from comment #6)
Verified that https://github.com/mozilla/pdf.js/issues/12319#issue-691891731 is indeed fixed now across platforms (Windows 10 64bit, macOS 10.15 and Ubuntu 18.04). it is not entirely fixed though, see issue https://github.com/mozilla/pdf.js/issues/12355#issue-696921128, that will pe handled separately.
Also verified in Firefox 81.0b9 across platforms.
Description
•