Bug 92911 - [chromium] Use the event bounding box when constructing a PlatformEvent::GestureLongPress
Summary: [chromium] Use the event bounding box when constructing a PlatformEvent::Gest...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Terry Anderson
URL:
Keywords:
Depends on:
Blocks: 92914
  Show dependency treegraph
 
Reported: 2012-08-01 15:01 PDT by Terry Anderson
Modified: 2012-08-01 16:44 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.68 KB, patch)
2012-08-01 15:36 PDT, Terry Anderson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Terry Anderson 2012-08-01 15:01:37 PDT
When constructing a PlatformEvent::GestureTap in WebInputEventConversion.cpp, use |boundingBox| to specify |m_area|. This information will be used for target fuzzing in long press events.
Comment 1 Terry Anderson 2012-08-01 15:36:27 PDT
Created attachment 155906 [details]
Patch
Comment 2 Adam Barth 2012-08-01 15:51:23 PDT
Comment on attachment 155906 [details]
Patch

Test?
Comment 3 Terry Anderson 2012-08-01 16:22:41 PDT
I will include this change in the patch for https://bugs.webkit.org/show_bug.cgi?id=92914 so that it can be tested along with the other related changes.