Enable setting Firefox as default PDF reader on Windows
Categories
(Firefox :: Installer, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | verified |
People
(Reporter: dallavalle.h, Assigned: nalexander)
References
Details
(Whiteboard: [pdfjs-c-integration][iu_tracking])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta-
|
Details |
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Comment 5•4 years ago
|
||
The installer is responsible for registering support for default file associations on Windows. We've always intentionally left PDF out of that list, but that decision may be changing soon, so I'm moving this bug so that it can find its way into the installer team's planning.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Comparing to .webp, we already do two of three things needed. This
arranges the last thing: registering the file association.
Updated•4 years ago
|
Assignee | ||
Comment 7•4 years ago
|
||
For QA: I tested this by running helper.exe /PostUpdate
, as in https://bugzilla.mozilla.org/show_bug.cgi?id=1629636#c2. That adds the new PDF file association. Verify by running "Settings > Choose file types and protocols opened by each app" before and after; witness ".pdf" can now be handled. Set Firefox as the default for .pdf, close the program, and verifying that opening a .pdf from Explorer launches Firefox.
Updated•4 years ago
|
Comment 9•4 years ago
|
||
bugherder |
Assignee | ||
Comment 10•4 years ago
|
||
Comment on attachment 9150618 [details]
Bug 1506416 - Enable setting Firefox as default PDF reader on Windows. r?mhowell
Beta/Release Uplift Approval Request
- User impact if declined: Continued inability to set Firefox as default PDF reader on Windows.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Install a fresh Nightly on Windows using the Windows installer. Verify that it's possible to set Firefox as default PDF reader following https://bugzilla.mozilla.org/show_bug.cgi?id=1506416#c7.
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This only applies to new users who install via the Windows installer. They can now manually set Firefox as their default PDF reader. We continue to not register Firefox as the default PDF reader automatically in any circumstance.
- String changes made/needed: None.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 11•4 years ago
|
||
- Why is the change risky/not risky? (and alternatives if risky): This only applies to new users who install via the Windows installer.
I realize this is not correct. Users who are automatically upgraded will also be able to register Firefox as the default PDF reader.
They can now manually set Firefox as their default PDF reader. We continue to not register Firefox as the default PDF reader automatically in any circumstance.
Comment 12•4 years ago
|
||
Comment on attachment 9150618 [details]
Bug 1506416 - Enable setting Firefox as default PDF reader on Windows. r?mhowell
Sorry, it doesn't seem crucial for an RC build, let's have it ride the trains
Comment 13•4 years ago
|
||
Reproduced the initial state using an old nightly before this fix, verified that latest Nightly 78.0a1 from today is now detected as a default option for pdf files and is successfully used as such, in Windows 10 and 7.
Description
•