Build infrastructure to be able to test data interaction.
<rdar://problem/30477634>
Created attachment 301239 [details] Patch
Created attachment 301242 [details] Build fix
Created attachment 301323 [details] Add another test case
Comment on attachment 301323 [details] Add another test case View in context: https://bugs.webkit.org/attachment.cgi?id=301323&action=review > Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm:57 > + RetainPtr<DataInteractionSimulator> dataInteractionSimulator = [[DataInteractionSimulator alloc] initWithWebView:webView.get() startLocation:CGPointMake(100, 100) endLocation:CGPointMake(100, 300)]; ADOPT > Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm:70 > + RetainPtr<DataInteractionSimulator> dataInteractionSimulator = [[DataInteractionSimulator alloc] initWithWebView:webView.get() startLocation:CGPointMake(100, 100) endLocation:CGPointMake(100, 300)]; ADOPT > Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm:84 > + RetainPtr<DataInteractionSimulator> dataInteractionSimulator = [[DataInteractionSimulator alloc] initWithWebView:webView.get() startLocation:CGPointMake(100, 100) endLocation:CGPointMake(100, 300)]; ADOPT
Created attachment 301391 [details] Patch for landing
(In reply to comment #5) > Comment on attachment 301323 [details] > Add another test case > > View in context: > https://bugs.webkit.org/attachment.cgi?id=301323&action=review > > > Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm:57 > > + RetainPtr<DataInteractionSimulator> dataInteractionSimulator = [[DataInteractionSimulator alloc] initWithWebView:webView.get() startLocation:CGPointMake(100, 100) endLocation:CGPointMake(100, 300)]; > > ADOPT Whoops, good catch. Fixed! > > > Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm:70 > > + RetainPtr<DataInteractionSimulator> dataInteractionSimulator = [[DataInteractionSimulator alloc] initWithWebView:webView.get() startLocation:CGPointMake(100, 100) endLocation:CGPointMake(100, 300)]; > > ADOPT > > > Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm:84 > > + RetainPtr<DataInteractionSimulator> dataInteractionSimulator = [[DataInteractionSimulator alloc] initWithWebView:webView.get() startLocation:CGPointMake(100, 100) endLocation:CGPointMake(100, 300)]; > > ADOPT
Comment on attachment 301391 [details] Patch for landing Rejecting attachment 301391 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'apply-attachment', '--no-update', '--non-interactive', 301391, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: bKit2Cocoa/image-and-contenteditable.html patching file Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-textarea.html patching file Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm patching file Tools/TestWebKitAPI/cocoa/TestWKWebView.mm patching file Tools/TestWebKitAPI/ios/DataInteractionSimulator.h patching file Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.webkit.org/results/3081168
Created attachment 301393 [details] Patch for landing
Comment on attachment 301391 [details] Patch for landing Needed rebasing.
Comment on attachment 301393 [details] Patch for landing Clearing flags on attachment: 301393 Committed r212254: <http://trac.webkit.org/changeset/212254>