...
Created attachment 418322 [details] Patch
Comment on attachment 418322 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418322&action=review > Source/cmake/OptionsWin.cmake:90 > + WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FTPDIR PRIVATE OFF) Nice. However, this is a breaking change. But, I think no WinCairo users are affected.
Comment on attachment 418322 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418322&action=review > Source/WebCore/platform/network/curl/CurlContext.cpp:534 > +#if ENABLE(FTPDIR) All upstream curl ports disable FTDIR now. You can remove this unused code if you want.
<rdar://problem/73840873>
Committed r272171: <https://trac.webkit.org/changeset/272171> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418322 [details].