Closed
Bug 2032598
Opened 28 days ago
Closed 2 days ago
Implement Share submenu in the tab context menu on Linux
Categories
(Firefox :: Tabbed Browser, enhancement)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
People
(Reporter: asafko, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
53.93 KB,
image/png
|
Details |
As we bring tab context menus to consistency, we would like to add the Share submenu to the tab context menu on Linux:
- Position: below Bookmark Tab... if
browser.tabs.notes.enabled = false(Tab Notes are not activated via Firefox Labs or a pref flip); Below Add Note ifbrowser.tabs.notes.enabled = true(Notes are activated); - Share menu sub-options for a single tab: Copy Link ; Generate QR code
- Sub-options for multiple tabs selected: Copy X Links; Generate QR code should be greyed out
Telemetry:
We currently use metric browser.ui.interaction.tabs_context to record interactions with the tab context menu.
Let's please continue using this one and record the following labels for this metric:
- click on the top-level Share option | label:
tab-context-share-url(we already record it on Windows and macOS) - copy single link | label:
context-copy-url| was implemented for macOS in 150 - copy multiple links | label:
copy-multiple-links| was implemented for macOS in 150 - generate qr code | label:
generate-qr-code| there's a separate counter implemented for this action, but it seems to be useful to track this within this metric
Noting this was implemented as a part of this ticket
You need to log in
before you can comment on or make changes to this bug.
Description
•