Closed
Bug 1048888
Opened 11 years ago
Closed 11 years ago
GEL::mLongTapTimeoutTask and mMaxTapTimeoutTask are never initialized
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file)
|
1.05 KB,
patch
|
botond
:
review+
|
Details | Diff | Splinter Review |
GestureEventListener doesn't initialize the mLongTapTimeoutTask and mMaxTapTimeoutTask fields on construction. So calling CancelMaxTapTimeoutTask before a max-tap timeout is set can crash.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8467756 -
Flags: review?(botond)
| Assignee | ||
Comment 2•11 years ago
|
||
Try push including this patch: https://tbpl.mozilla.org/?tree=Try&rev=f4fa0f5c97e4
Updated•11 years ago
|
Attachment #8467756 -
Flags: review?(botond) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
| Assignee | ||
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•