Re: [webkit-dev] FTP directory support

2015-01-05 Thread Benjamin Poulain
Isn't it used by iOS? I remember fixing a bug for it last year. Benjamin On 1/4/15, 6:22 PM, Darin Adler wrote: Hi folks. Is anyone using the FTP directory support in WebKit? This is implemented in html/FTPDirectoryDocument.cpp and Sam Weinig and I think it’s currently not actively used by

Re: [webkit-dev] FTP directory support

2015-01-05 Thread Darin Adler
On Jan 5, 2015, at 12:54 AM, Benjamin Poulain benja...@webkit.org wrote: Isn't it used by iOS? I remember fixing a bug for it last year. Yes, another engineer from Apple told me it is. — Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] FTP directory support

2015-01-04 Thread Darin Adler
Hi folks. Is anyone using the FTP directory support in WebKit? This is implemented in html/FTPDirectoryDocument.cpp and Sam Weinig and I think it’s currently not actively used by any port, but I’d like to understand if that’s right or not. If you are taking advantage of this, please let us