Closed
Bug 1109713
Opened 11 years ago
Closed 11 years ago
Create CPOW "geiger counter" add-on to expose CPOW usage via the sound card
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 38
| Tracking | Status | |
|---|---|---|
| e10s | - | --- |
People
(Reporter: mconley, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
18.23 KB,
application/x-xpinstall
|
Details |
This is a neat idea that BenWa came up with, and I think is pretty cool - while we can gather numbers on how many CPOWs are used by a particular add-on, it might be useful (especially or add-on developers) to have a simple way of determining if their add-on is introducing / using CPOWs.
We could construct an add-on that produces a short click or sound every time a CPOW is used - perhaps modulating / pitching that sound based on the time since the last event loop tick.
This could be based on bug 1108689.
This is a crazy idea, and should not block e10s, but it'd be pretty neat.
| Reporter | ||
Updated•11 years ago
|
Blocks: e10s-nofxcpows
| Reporter | ||
Comment 1•11 years ago
|
||
I whipped up an add-on to do this - when it notices "unsafe CPOW usage" in the console, it queues up a Geiger Counter tick sound to play.
| Reporter | ||
Comment 2•11 years ago
|
||
An easy way to test this is to install / enable the add-on and then open a tab. Load a page, and close it - you should hear two ticks, for the TabState unsafe CPOW usage (that's bug 1109875).
I'm also getting a ton of ticks just by writing in this <textarea> on Bugzilla. I got some by swiping back and forth. This thing is already crazy-useful.
| Reporter | ||
Comment 3•11 years ago
|
||
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
You need to log in
before you can comment on or make changes to this bug.
Description
•