[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 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Pvt. Ltd. does not accept any liability for virus infected mails.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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 privileged or confidential information. If
you are not the intended recipient or received this communication by error,
please notify the sender and delete the message without copying or
disclosing it.

AVIS DE CONFIDENTIALITÉ
Ce message peut contenir de l'information légalement privilégiée ou
confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu par
erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en
détruire le contenu sans le communiquer a d'autres ou le reproduire.


-Original Message-
From: Maciej Stachowiak [mailto:[EMAIL PROTECTED] 
Sent: July 4, 2007 5:44 PM
To: Andrew Murphy
Cc: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Accessing Web Kit DOM properties via Javascript


On Jul 4, 2007, at 11:22 AM, Andrew Murphy wrote:

 Ahh.. I see now.  Thank you for clearing that up for me. :)

 Forgive me for asking but, does anyone know if there is a way to 
 access the true coordinates of page elements?

Yes, you can use offsetTop and offsetLeft properties in combination with
offsetParent. Some Googling will tell you how to make it work.

  - Maciej




 - - - - - - - - -
 -[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 privileged or confidential information. 
 If you are not the intended recipient or received this communication 
 by error, please notify the sender and delete the message without 
 copying or disclosing it.

 AVIS DE CONFIDENTIALITÉ
 Ce message peut contenir de l'information légalement privilégiée ou 
 confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir 
 reçu par erreur ce message, nous vous saurions gré d'en aviser 
 l'émetteur et d'en détruire le contenu sans le communiquer a d'autres 
 ou le reproduire.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Maciej  
 Stachowiak
 Sent: July 3, 2007 5:16 PM
 To: Darin Adler
 Cc: webkit-dev Development
 Subject: Re: [webkit-dev] Accessing Web Kit DOM properties via  
 Javascript


 On Jul 3, 2007, at 2:10 PM, Darin Adler wrote:

 On Jul 3, 2007, at 2:07 PM, Maciej Stachowiak wrote:

 On Jul 3, 2007, at 1:51 PM, Andrew Murphy wrote:

 For example, is it possible to access the coords property of an
 HTMLAnchorElement like this:

 coords only applies to an HTMLAreaElement, not an
 HTMLAnchorElement.

 Are you sure?

 This lists coords for the anchor element: http://www.w3.org/TR/DOM-
 Level-2-HTML/html.html

 You're right, and the coords markup attribute is even allowed for A.
 Looking at the original example more closely, the result is an empty  
 string
 because no coords attribute is set on the A element in the markup.  
 coords
 reflects an attribute value, it does not give the true coordinates  
 of the A
 element. coords is meant for use with client- side image maps, and  
 to my
 knowledge only has an actual effect for AREA, not A.

 Regards,
 Maciej

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date:  
 04/07/2007
 1:40 PM


 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date:  
 04/07/2007
 1:40 PM


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date: 04/07/2007
1:40 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date: 04/07/2007
1:40 PM
 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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?


Thanks, Oleg.

Geoffrey Garen wrote:
I'm investigating possibility to use WebKit as a embedded html  
renderer, but I've failed to find any documentation on API I could  
use for this :(
http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/index.html#/ 
/apple_ref/doc/uid/1164i Geoff


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[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 who knows.
Yahoo! Answers - Check it out.___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[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
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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 table, tr, td, ul, ol, li, 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 any plan to support these in the contentEditable fields of  
a WebView?



Be a better Globetrotter. Get better travel answers from someone  
who knows.

Yahoo! Answers - Check it out.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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 orderFrontTablePanel:


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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-07-06 at 09:56 +0800, wallace lee wrote:
 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
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev