Add Page Action Menu use counter pref for share buttons
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox87 | --- | verified |
People
(Reporter: mikedeboer, Assigned: mak)
References
(Blocks 1 open bug)
Details
(Whiteboard: [proton-address-bar])
Attachments
(1 file)
For Proton onboarding purposes, we should add an IntPrefs like
browser.engagement.pam-copyURL.used-count
browser.engagement.pam-emailLink.used-count
browser.engagement.pam-shareURL.used-count
(proposed names by UX) right where thebrowser_ui_interaction_pageaction_panel.[copyURL|emailLink|shareURL]
keyed scalar telemetry probes are incremented.
These prefs do not need to be added to firefox.js.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
To be consistent with the .has-used prefs, I went with:
browser.engagement.pageAction-panel-copyURL.used-count
browser.engagement.pageAction-panel-emailLink.used-count
browser.engagement.pageAction-panel-pinTab.used-count
browser.engagement.pageAction-panel-screenshots_mozilla_org.used-count
browser.engagement.pageAction-panel-shareURL.used-count
Comment 4•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
•
|
||
(In reply to Florencia Di Ciocco, QA from comment #5)
Hi Marco, How can I verify this bug?
- Click on page action buttons like: copy url, email link, pin tab, screenshot, share url
- check the corresponding pref gets increased, the prefs are in comment 2
Comment 7•5 years ago
|
||
Thanks Marco. Do I need any specific pref on? Because I have browser.proton.enabled, browser.proton.urlbar.enabled, and browser.proton.urlbar.enabled set on true, but I still see the following keyed scalar:
"browser.ui.interaction.pageaction_panel": {
"pinTab": 1,
"copyURL": 1,
"shareURL": 1,
"screenshots-mozilla-org": 1,
"emailLink": 1
},
I'm working on 87.0b2.
Assignee | ||
Comment 8•5 years ago
•
|
||
(In reply to Florencia Di Ciocco, QA from comment #7)
Thanks Marco. Do I need any specific pref on? Because I have browser.proton.enabled, browser.proton.urlbar.enabled, and browser.proton.urlbar.enabled set on true, but I still see the following keyed scalar:
This does not require proton, and it's not telemetry, just look for prefs in about:config.
Comment 9•5 years ago
|
||
Ups, thanks. I've verified this on Beta 87.0b3 and I see the new prefs. I've updated the bug status.
Description
•