Closed
Bug 1417102
Opened 7 years ago
Closed 7 years ago
Allow WebExtensions to toggle middlemouse.paste pref
Categories
(WebExtensions :: General, defect, P5)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kernp25, Unassigned)
Details
(Whiteboard: [design-decision-denied][browserSettings])
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20171114100042
Expected results:
This will be useful for auto copy addons that want to enable the build-in middle mouse paste feature.
I have this idea in mind:
The addon has an options page to allow the user to enable this feature. (instead telling them to go to about:config)
(In reply to kernp25 from comment #0)
> (instead telling them to go to about:config)
And ofc this feature only gets activated on browser restart.
Comment 3•7 years ago
|
||
Seems reasonable. Adding it to the API triage.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(bob.silverberg)
Priority: -- → P5
Whiteboard: [design-decision-needed][browserSettings]
Comment 4•7 years ago
|
||
Hi kernp25, this has been added to the agenda for the WebExtensions APIs triage meeting on November 28. Would you be able to join us?
Here’s a quick overview of what to expect at the triage:
* We normally spend 5 minutes per bug
* The more information in the bug, the better
* The goal of the triage is to give a general thumbs up or thumbs down on a proposal; we won't be going deep into implementation details
Relevant Links:
* Wiki for the meeting: https://wiki.mozilla.org/Add-ons/Contribute/Triage
* Meeting agenda: https://docs.google.com/document/d/1MduEIKmXDdj3p94PJDrPPPYvbSfEdrrMF-UhMnHPqEQ/edit#heading=h.edrw957gm8hg
* Vision doc for WebExtensions: https://wiki.mozilla.org/WebExtensions/Vision
Updated•7 years ago
|
Flags: needinfo?(amckay)
Whiteboard: [design-decision-needed][browserSettings] → [design-decision-denied][browserSettings]
Comment 5•7 years ago
|
||
This doesn't seem to meet the criteria for WebExtensions of being useful to a large number of add-ons. I'm not sure what an "auto copy addons" is though. Could you give me some examples?
Flags: needinfo?(amckay)
For example:
https://chrome.google.com/webstore/detail/auto-copy/bijpdibkloghppkbmhcklkogpjaenfkg
https://chrome.google.com/webstore/detail/autocopy-original/geacnbbfmgiinbomobipalmnahbkimim
https://addons.mozilla.org/firefox/addon/copy-on-select/
Flags: needinfo?(amckay)
Comment 7•7 years ago
|
||
Thanks for those examples. I was glad to see there's a WebExtensions version of all those :)
At this point the numbers of users using those add-ons seem pretty low. Augmenting them doesn't seem worth the API and those few who do want it can flip the pref in about:config.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(amckay)
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•