RESOLVED FIXED 181961
Use CompletionHandlers for ResourceHandleClient::didReceiveResponseAsync
https://bugs.webkit.org/show_bug.cgi?id=181961
Summary Use CompletionHandlers for ResourceHandleClient::didReceiveResponseAsync
Alex Christensen
Reported 2018-01-22 16:31:32 PST
Use CompletionHandlers for ResourceHandleClient::didReceiveResponseAsync
Attachments
Patch (34.61 KB, patch)
2018-01-22 16:33 PST, Alex Christensen
no flags
Patch (35.76 KB, patch)
2018-01-22 17:05 PST, Alex Christensen
no flags
Patch (35.90 KB, patch)
2018-01-22 18:00 PST, Alex Christensen
no flags
Patch (36.31 KB, patch)
2018-01-23 12:19 PST, Alex Christensen
no flags
Patch (36.14 KB, patch)
2018-01-23 13:37 PST, Alex Christensen
no flags
Patch (37.63 KB, patch)
2018-01-23 14:33 PST, Alex Christensen
no flags
Alex Christensen
Comment 1 2018-01-22 16:33:11 PST
Alex Christensen
Comment 2 2018-01-22 17:05:48 PST
Michael Catanzaro
Comment 3 2018-01-22 17:58:22 PST
Comment on attachment 331981 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=331981&action=review This looks easier to read! r=me if you can get it past the Windows EWS. > Source/WebCore/platform/network/curl/ResourceHandleCurl.cpp:217 > + didReceiveResponse(ResourceResponse(d->m_response), [this, protectedThis = makeRef(*this)] { Failed to run "['perl', 'Tools\\Scripts\\build-webkit', '--release', '--wincairo', '--64-bit']" exit_code: 1 oid (void)> &&)': cannot convert argument 2 from 'WebCore::ResourceHandle::receivedRequestToContinueWithoutCredential::<lambda_af02a6328e703639d69ef207f72ddd9e>' to 'WTF::CompletionHandler<void (void)> &&' ..\..\Source\WebCore\platform\network\curl\ResourceHandleCurl.cpp(222): note: Reason: cannot convert from 'WebCore::ResourceHandle::receivedRequestToContinueWithoutCredential::<lambda_af02a6328e703639d69ef207f72ddd9e>' to 'WTF::CompletionHandler<void (void)>' ..\..\Source\WebCore\platform\network\curl\ResourceHandleCurl.cpp(222): note: use of undefined type 'WTF::CompletionHandler<void (void)>' C:\WebKit-EWS\WebKit\Source\WebCore\platform\network\ResourceHandle.h(110): note: see declaration of 'WTF::CompletionHandler<void (void)>'
Alex Christensen
Comment 4 2018-01-22 18:00:57 PST
Alex Christensen
Comment 5 2018-01-23 12:19:25 PST
Alex Christensen
Comment 6 2018-01-23 13:37:24 PST
Alex Christensen
Comment 7 2018-01-23 14:33:55 PST
Alex Christensen
Comment 8 2018-01-23 15:33:25 PST
Radar WebKit Bug Importer
Comment 9 2018-01-23 15:34:37 PST
Note You need to log in before you can comment on or make changes to this bug.