[webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Vinay Verma
Hi, I am working on a browser development using qtwebkit and need to have FTPS support in it. Could anyone provide some information on how to add FTPS support in qtwebkit? Or if anyone have already worked on adding FTPS support to qtwebkit. Any pointers would be of great help. Thanks! Regards,

Re: [webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Vinay Verma
Can I do something like modifying the QFtp code by using socket-connectToHostEncrypted(host, port)instead of socket-connectToHost(host, port);? Any suggestions? Regards, Vinay On Thu, Jul 29, 2010 at 4:38 PM, Vinay Verma vinayve...@gmail.com wrote: Hi, I am working on a browser development

Re: [webkit-help] Porting qtwebkit to ThreadX

2010-06-14 Thread Vinay Verma
Hi, I badly need some pointers on how to port webkit to a new OS. The requirement is to port webkit on ThreadX. I have some experience on web browser development using qtwebkit on Ubuntu but have no idea of how to port it to an RTOS like ThreadX (ARM platform). I would appreciate any

Re: [webkit-help] Porting qtwebkit to ThreadX

2010-06-14 Thread Vinay Verma
client which use webkit, all the above lines required to be considered. But if you just want to build webkit on your platform, just make sure you have all dependencies and build using gtk/qt port. -- Cheers, Sri On Mon, Jun 14, 2010 at 2:59 AM, Vinay Verma vinayve...@gmail.comwrote: Hi