Add Set Default PDF handler action to `SpecialMessageActions` API
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | verified |
People
(Reporter: nalexander, Assigned: beth)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
This ticket tracks adding a SET_DEFAULT_PDF_HANDLER action to the SpecialMessageActions API that lets users set Firefox as the default PDF handler. This should be Windows-only, at first.
The work will need to happen around SpecialMessageActions.jsm.
Comment 1•3 years ago
|
||
This might require some ShellService related changes too if we want to specifically set as default pdf without plain default browser. Bug 1790107 added setDefaultPDFHandler as an additional capability of setting default browser and bug 1761504 made it so it checks another condition.
Unclear if this bug wants to follow or override some of the additional checks if the action is "yes set Firefox as pdf handler"
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
Clearing iteration and priority to bring up in triage next week now that product is looking at using this in an experiment soon.
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Comment 4•3 years ago
|
||
| Assignee | ||
Comment 5•3 years ago
|
||
Depends on D169816
| Assignee | ||
Comment 6•3 years ago
|
||
Depends on D169817
Comment 7•3 years ago
|
||
Comment on attachment 9317546 [details]
1805509-data-review.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 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 Firefox 118.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, Interaction.
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+
Comment 9•3 years ago
|
||
Backed out for causing for causing node newtab failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/ba36dea109e7851e4c392dc57e6c7aada3790fbf
Comment 10•3 years ago
|
||
Comment 11•3 years ago
|
||
Backed out for causing browser-chrome and xpc failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/8ff160f42b181a2ccd2be11ca7a632c271c1b639
Updated•3 years ago
|
Comment 12•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Comment 13•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b8f7f5acc520
https://hg.mozilla.org/mozilla-central/rev/48cb34b7d26a
https://hg.mozilla.org/mozilla-central/rev/e75a7ce5891f
Comment 14•3 years ago
|
||
I’m marking this as Verified on 112 since this enhancement was part of the work done on QA-1801, for which we sent a Testing Report.
Description
•