WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
135102
Crashes seen in wheel event handling
https://bugs.webkit.org/show_bug.cgi?id=135102
Summary
Crashes seen in wheel event handling
Darin Adler
Reported
2014-07-20 10:39:38 PDT
Crashes seen in wheel event handling
Attachments
Patch
(9.18 KB, patch)
2014-07-20 10:41 PDT
,
Darin Adler
no flags
Details
Formatted Diff
Diff
Patch
(9.84 KB, patch)
2014-07-20 10:44 PDT
,
Darin Adler
bdakin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2014-07-20 10:41:40 PDT
Created
attachment 235186
[details]
Patch
Darin Adler
Comment 2
2014-07-20 10:42:28 PDT
<
rdar://problem/17187096
>
Darin Adler
Comment 3
2014-07-20 10:44:53 PDT
Created
attachment 235187
[details]
Patch
Darin Adler
Comment 4
2014-07-20 12:56:05 PDT
Comment on
attachment 235187
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=235187&action=review
> Source/WebCore/page/EventHandler.cpp:2578 > + // Instead, the handlers should know convert vertical scrolls appropriately.
Oops, typo here. Should be "how to convert".
Beth Dakin
Comment 5
2014-07-20 12:57:00 PDT
Comment on
attachment 235187
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=235187&action=review
> Source/WebCore/page/mac/EventHandlerMac.mm:850 > + // FIXME: I don't understand the lifetime guarantee for this data member.
I think this is a great question, but it feels little oddly phrased as a comment in the context of other WebKit comments. Maybe it's fine, but I think you could also just have: FIXME: What prevents us from deleting this scrollable container while still holding a pointer to it?
Darin Adler
Comment 6
2014-07-20 13:12:16 PDT
Committed
r171283
: <
http://trac.webkit.org/changeset/171283
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug