Summary: | [WK2] Support data interaction on links | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> | ||||||||
Component: | WebKit2 | Assignee: | Wenson Hsieh <wenson_hsieh> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | andersca, bdakin, commit-queue, thorton, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Wenson Hsieh
2017-02-14 13:23:22 PST
Created attachment 301568 [details]
First pass
Comment on attachment 301568 [details] First pass View in context: https://bugs.webkit.org/attachment.cgi?id=301568&action=review > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:2554 > + info.adjustedPoint = adjustedPoint; 'adjustedPoint' is a bit vague. > Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm:98 > + RetainPtr<DataInteractionSimulator> dataInteractionSimulator = [[DataInteractionSimulator alloc] initWithWebView:webView.get() startLocation:CGPointMake(100, 100) endLocation:CGPointMake(100, 300)]; Leaks > Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm:111 > + RetainPtr<DataInteractionSimulator> dataInteractionSimulator = [[DataInteractionSimulator alloc] initWithWebView:webView.get() startLocation:CGPointMake(100, 100) endLocation:CGPointMake(100, 300)]; Leaks Created attachment 301575 [details]
Patch for landing
Created attachment 301576 [details]
Patch for landing
Comment on attachment 301576 [details] Patch for landing Clearing flags on attachment: 301576 Committed r212342: <http://trac.webkit.org/changeset/212342> |