[webkit-dev] could someone give a hand in porting WebKit to Linux?

2007-12-11 Thread Hu XueLian-E7391C
Hi, When porting WebKit to Linux, we encountered many strange questions. Did someone succeed in porting it Linux? If yes, could you share your solution with us? Thanks a lot. BR, Richard Hu ___ webkit-dev mailing list

[webkit-dev] Etag support?

2007-12-11 Thread Andre-John Mas
Hi, Can anyone tell me whether WebKit support the ETAG header? Andre ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Etag support?

2007-12-11 Thread Adam Roben
Hi Andre-John, Andre-John Mas wrote: Can anyone tell me whether WebKit support the ETAG header? To my knowledge, E-tag is handled at the networking level, and so is not implemented in WebKit itself. WebKit on Windows and OS X uses Apple's CFNetwork library, WebKit on Qt uses Qt's networking

Re: [webkit-dev] could someone give a hand in porting WebKit to Linux?

2007-12-11 Thread Mark Rowe
Hi, On 12/12/2007, at 13:22, Hu XueLian-E7391C wrote: When porting WebKit to Linux, we encountered many strange questions. Did someone succeed in porting it Linux? If yes, could you share your solution with us? WebKit runs on Linux using either the Qt and Gtk toolkits. Information on

Re: [webkit-dev] Etag support?

2007-12-11 Thread Mark Rowe
On 12/12/2007, at 13:40, Andre-John Mas wrote: Can anyone tell me whether WebKit support the ETAG header? Cache-related headers are handled by the underlying network libraries that WebKit relies on, so the support may vary per platform. On the Mac and Windows, headers dealing with ETags