Closed Bug 1743914 Opened 2 years ago Closed 2 years ago

Allow to use Windows UserChoice default mechanisms for additional file extensions, including PDF

Categories

(Firefox :: Installer, enhancement, P2)

Desktop
Windows
enhancement

Tracking

()

RESOLVED FIXED
97 Branch
Tracking Status
firefox97 --- fixed

People

(Reporter: nalexander, Assigned: nalexander)

References

(Blocks 3 open bugs)

Details

(Whiteboard: [fidedi-pdf])

Attachments

(4 files)

Bug 1703578 added a general Windows UserChoice implementation, and used it for "https", "http", ".html", ".htm". This ticket tracks generalizing the interface just a little bit further, to additional file extensions, in particular allowing to set Firefox as the default PDF handler.

Depends on: 1703578
Whiteboard: [fidedi-pdf]

This is a straight-forward extension of the existing UserChoice
mechanism to arbitrary file extensions. This is not a broad
generalization but we don't foresee many extensions beyond the
".pdf" file extension at this time, so let's not over-rotate towards
generality.

This is Windows 10+ only, since we really only care about PDF handling
defaults where Edgium is the OS default.

The model, _isDefaultBrowser, is extremely defensive. I don't think
that level of defensive programming is justified here. If
ShellService.jsm doesn't exist, or doesn't pass through to the
underlying XPCOM shell service, or fails on non-Windows operating
systems -- that's all fine.

Depends on D132658

Could you please not taking over .pdf handler from Acrobat Reader? (It is fine to take over from Edge/Edgium.)

(In reply to Masatoshi Kimura [:emk] from comment #4)

Could you please not taking over .pdf handler from Acrobat Reader? (It is fine to take over from Edge/Edgium.)

:emk: request noted. This particular ticket is about enabling the simplest possible experimentation, just changing what set to default means to include PDF handler. If it's worth it, we'll want to do something where we give users more options around PDF handling. I've been using the term "respectful" to mean that we don't trample non-default (i.e., non MSEdgePDF) user choices.

Severity: -- → S2
Priority: -- → P2
Attachment #9253357 - Attachment description: Bug 1743914 - Part 3: Allow to experiment with setting Firefox as default PDF handler on Windows 10+. r?mhowell!,mardak! → Bug 1743914 - Part 2: Allow to experiment with setting Firefox as default PDF handler on Windows 10+. r?mhowell!,mardak!
Attachment #9253356 - Attachment description: Bug 1743914 - Part 2: Add `isDefaultPDFHandler` to telemetry environment. r?chutten!,mhowell! → Bug 1743914 - Part 3: Telemetry for when Firefox is the default handler. r?chutten!,mhowell!
Attachment #9254456 - Flags: data-review?(chutten)

Comment on attachment 9254456 [details]
1743914-data-review-1.md

DATA COLLECTION REVIEW RESPONSE:

Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?

Yes.

Is there a control mechanism that allows the user to turn the data collection on and off?

Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.

If the request is for permanent data collection, is there someone who will monitor the data over time?

No. This collection will expire in six months.

Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?

Category 1, Technical.

Is the data collection request for default-on or default-off?

Default on for all channels.

Does the instrumentation include the addition of any new identifiers?

No.

Is the data collection covered by the existing Firefox privacy notice?

Yes.

Does the data collection use a third-party collection tool?

No.


Result: datareview+

Attachment #9254456 - Flags: data-review?(chutten) → data-review+
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/20713ede0c08
Part 1: Allow UserChoice to set Firefox as the default handler for arbitrary file extensions. r=mhowell
https://hg.mozilla.org/integration/autoland/rev/7cb74ac80d41
Part 2: Allow to experiment with setting Firefox as default PDF handler on Windows 10+. r=mhowell,Mardak
https://hg.mozilla.org/integration/autoland/rev/088401e43bd4
Part 3: Telemetry for when Firefox is the default handler. r=chutten,mhowell
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57d0f8824e35
Part 1: Allow UserChoice to set Firefox as the default handler for arbitrary file extensions. r=mhowell
https://hg.mozilla.org/integration/autoland/rev/c46d66869d03
Part 2: Allow to experiment with setting Firefox as default PDF handler on Windows 10+. r=mhowell,Mardak
https://hg.mozilla.org/integration/autoland/rev/01e19b8ec15b
Part 3: Telemetry for when Firefox is the default handler. r=chutten,mhowell

This was backed out 'cuz the test API for Nimbus changed overnight. Relanded after rebasing and updating the test API.

Flags: needinfo?(nalexander)
Flags: needinfo?(nalexander)
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/05b9d17d7a0a
Part 1: Allow UserChoice to set Firefox as the default handler for arbitrary file extensions. r=mhowell
https://hg.mozilla.org/integration/autoland/rev/39ca047920ba
Part 2: Allow to experiment with setting Firefox as default PDF handler on Windows 10+. r=mhowell,Mardak
https://hg.mozilla.org/integration/autoland/rev/ce23c0066bac
Part 3: Telemetry for when Firefox is the default handler. r=chutten,mhowell
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
Blocks: 1745791

QA has performed a check on the latest version of Firefox Nightly 97.0a1 (2021-12-14) and can confirm that the browser can be set as the default pdf handler. Firefox is registered as the default pdf handler (checked with registry editor and as well with the Windows default apps settings).
This was tested on Windows 10.

Blocks: 1746527
OS: Unspecified → Windows
Hardware: Unspecified → Desktop
Blocks: 1761504
See Also: → 1781984
Blocks: 1790107
Blocks: 1842290
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: