Closed
Bug 821993
Opened 13 years ago
Closed 8 years ago
nsDOMDeviceStorage::RemoveEventListener doesn't pass through aCapture
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Ms2ger, Unassigned)
References
Details
http://mxr.mozilla.org/mozilla-central/source/dom/devicestorage/nsDeviceStorage.cpp#2270
2270 NS_IMETHODIMP
2271 nsDOMDeviceStorage::RemoveEventListener(const nsAString & aType,
2272 nsIDOMEventListener *aListener,
2273 bool aUseCapture)
2274 {
2275 nsDOMEventTargetHelper::RemoveEventListener(aType, aListener, false);
That 'false' should probably be 'aUseCapture'.
Comment 2•13 years ago
|
||
not really sure, but I suspect you're correct.
Flags: needinfo?(doug.turner)
Comment 3•13 years ago
|
||
Yes. And when fixing this, please add a test.
Comment 4•8 years ago
|
||
FxOS/Gonk has been removed from the codebase. Mass-invalidating FxOS related Device Interface bugs to clean up the component.
If I incorrectly invalidated something, please let me know.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Comment 5•8 years ago
|
||
Bulk correction of resolution of B2G bugs to INCOMPLETE.
Resolution: INVALID → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•