Modernize API::DownloadClient
Created attachment 324302 [details] Patch
Created attachment 324305 [details] Patch
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment on attachment 324305 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324305&action=review > Source/WebKit/UIProcess/API/APIDownloadClient.h:42 > +enum class AllowOverwrite { No, Yes }; Kinda weird to put this in the place where we're forward declaring things.
Created attachment 324314 [details] Patch
http://trac.webkit.org/r223730
This revision caused several tests to fail consistently on El Capitan: http/tests/download/anchor-download-no-extension.html http/tests/download/anchor-download-redirect.html http/tests/download/anchor-download-redirect.html http/tests/security/anchor-download-allow-sameorigin.html https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fdownload%2Fanchor-download-no-extension.html https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fdownload%2Fanchor-download-redirect.html https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fdownload%2Farea-download.html https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2Fanchor-download-allow-sameorigin.html https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/r223778%20(3750)/results.html
http://trac.webkit.org/r223798
<rdar://problem/35568704>