Closed
Bug 635658
Opened 14 years ago
Closed 14 years ago
ContentParent NS_IMPL_ISUPPORTS doesn't include nsIAccelerationListener
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: jdm, Assigned: edsrzf)
References
()
Details
(Whiteboard: [good first bug][mentor=jdm][inbound])
Attachments
(1 file)
1.10 KB,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
This seems incorrect to me.
Comment 1•14 years ago
|
||
It does seem odd to me too.
CCing the patch writer and reviewer.
Comment 2•14 years ago
|
||
sounds like a bug. we probably never QI only static cast to it.
Reporter | ||
Comment 3•14 years ago
|
||
Relevant code in the URL field. This is an easy change of simply adding nsIAccelerationListener to the list of supported interfaces.
Whiteboard: [good first bug]
Reporter | ||
Updated•14 years ago
|
Whiteboard: [good first bug] → [good first bug][mentor=jdm]
Patch attached. nsIAccelerationListener was renamed to nsIDeviceMotionListener at some point after this bug was filed.
Attachment #547639 -
Flags: review?
Reporter | ||
Comment 5•14 years ago
|
||
Comment on attachment 547639 [details] [diff] [review]
Add nsIDeviceMotionListener to ContentParent's NS_IMPL_ISUPPORTS
Nice detective work. Would you mind putting together a new version that follows these guidelines to make checking it in easy: https://developer.mozilla.org/en/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3f ?
Attachment #547639 -
Flags: review? → review+
Hmmm, I thought I'd already done that. What's my patch lacking from those directions?
Reporter | ||
Comment 7•14 years ago
|
||
Oh, weird, I could have sworn is was missing. I'll push this with the r=jdm annotation.
Reporter | ||
Comment 8•14 years ago
|
||
Assignee: nobody → edsrzf
Whiteboard: [good first bug][mentor=jdm] → [good first bug][mentor=jdm][inbound]
Target Milestone: --- → mozilla8
Comment 9•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•