[webkit-dev] Help making a focus loop test case that works under IE and Gecko?

2007-07-05 Thread Darin Adler
This is a strange place to be asking this, but: Does anyone know how to make JavaScript that advances the currently focused node as hitting the tab key would for IE and for Gecko? Not focusing a particular node, but advancing the focus using the engine's concept of which is the next node th

[webkit-dev] S60 build error : mwldsym2.exe: Undefined symbol:

2007-07-05 Thread Mayur Kankanwadi
Hi All, Fixed it, was caused by one of the variables pointing to a defunct installation folder. --Mayur. DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individua

RE: [webkit-dev] Accessing Web Kit DOM properties via Javascript

2007-07-05 Thread Andrew Murphy
Thank you. :) - - - - - - - - - -[andrew murphy]- flash subject matter expert [EMAIL PROTECTED] delvinia interactive 214 king street west, suite 214 toronto canada M5H 3S6 voice 416.364.1455 ext. 232 fax 416.364.9830 www.delvinia.com CONFIDENTIALITY NOTICE This email message may contain privil

Re: [webkit-dev] Cookies in GDK Port

2007-07-05 Thread sachin J Puranik
Actully, Once you give the file name ,I think by default curl starts saving your cookies as and when you receive them. So i think you need not to call curl_easy_clenup(). I am not sure of this. The best solution i think is disable the cookie handling in the curl. and handle it on your own outside

Re: [webkit-dev] where is a documentation?

2007-07-05 Thread Geoffrey Garen
WebKit also has COM and C++ interfaces. There's no official documentation on them. Geoff On Jul 2, 2007, at 4:02 AM, Oleg Sukhodolsky wrote: The doc is about Objective-C interface. Does this mean that this is the only interface WebKit has? or there is some C/C++/any-other- language one?

[webkit-dev] lists and tables in contentEditable

2007-07-05 Thread piet
NSTextView supports the edition of lists and tables through orderFrontListPanel: and orderFrontTablePanel: Is there any plan to support these in the contentEditable fields of a WebView? - Be a better Globetrotter. Get better travel answers from someone w

[webkit-dev] Seeking for the document of designing webkit or webcore.

2007-07-05 Thread wallace lee
Hi all, I am doing some research about the webkit,especially webcore. I have not found some useful document on the internet,even on webkit.org. If you have the document or information on this aspect,please send to me. It will do great favor for me. Thanks in advance. best wishes. lee.wallace

Re: [webkit-dev] lists and tables in contentEditable

2007-07-05 Thread Oliver Hunt
What do you mean? The contenteditable attribute is already supported on more or less all elements, including , , , , , , etc --Oliver On 5/07/2007, at 6:54 PM, piet wrote: NSTextView supports the edition of lists and tables through orderFrontListPanel: and orderFrontTablePanel: Is there

Re: [webkit-dev] lists and tables in contentEditable

2007-07-05 Thread Maciej Stachowiak
On Jul 5, 2007, at 7:40 PM, Oliver Hunt wrote: What do you mean? The contenteditable attribute is already supported on more or less all elements, including , , , , , , etc We don't have special pop-up panels for list and table editing. However, we do have support for the right operations

Re: [webkit-dev] lists and tables in contentEditable

2007-07-05 Thread Timothy Hatcher
We don't have plans to add support for these yet. But bug reports requesting the features and patches are always are always welcome. — Timothy Hatcher On Jul 5, 2007, at 6:54 PM, piet wrote: NSTextView supports the edition of lists and tables through orderFrontListPanel: and orderFrontTabl

Re: [webkit-dev] Seeking for the document of designing webkit or webcore.

2007-07-05 Thread Shraddhesh Chaturvedi
http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/DisplayWebContent.html http://websvn.kde.org/*checkout*/trunk/KDE/kdelibs/khtml/DESIGN.html?pathrev=496562 The second link is actually about KHTML(rendering library of WebCore). I benefited a lot from it. On Fri, 2007-0