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] 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

[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] 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 bui

[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@lists.webkit.or

[webkit-dev] Re: Error while building gtk port

2007-12-11 Thread Alp Toker
ankush tiwari wrote: Hi All, I am getting the following error when I am trying to build the latest webkit gtk port. http://bugs.webkit.org/show_bug.cgi?id=16402 Turns out you need qmake from Qt 4.3 or higher. Qt 4.1 won't do, for example. I'm sorry about this. We're hoping to switch to a

[webkit-dev] Changes to keyboard event handling

2007-12-11 Thread Alexey Proskuryakov
I've just landed a patch that brings our keyboard event processing model much closer to that of Internet Explorer: . This fixes some bugs that couldn't be sanely fixed otherwise, and will hopefully make lives of Web developers easier, as th

[webkit-dev] build qmake

2007-12-11 Thread zaheer ahmad
hi, i would like to know if separate source tree is available for qmake. currently we have to build the entire qt source to get to qmake which is unncessary for webkit. search on the web does not suggest there is one. thanks in advance for any inputs. thanks, Zaheer __