[webkit-dev] where does the Webkit catch keyboard/mouse events

2008-12-12 Thread Chen Ren Lei
Dear experts, I am newbie to Webkit, could you explain to me where the Webkit catches keyboard/mouse events? More detailed more appreciated. BRs, Rl ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] How does WebKit draw an underline when an anchor has the mouse focus?

2008-12-12 Thread Ariya Hidayat
Can you please point me to the code where webkit figures out how many lines it needs to draw (1 line for each line of text) and how long of each line need to be drawn. Usually this is something you would figure out by yourself by following the source code. For example: create a simple test

Re: [webkit-dev] where does the Webkit catch keyboard/mouse events

2008-12-12 Thread Ariya Hidayat
I am newbie to Webkit, could you explain to me where the Webkit catches keyboard/mouse events? More detailed more appreciated. Follow the code in WebCore/page/EventHandler.cpp and the platform-specific implementation of the EventHandler class. -- Ariya Hidayat, Software Engineer Qt

Re: [webkit-dev] How does the Webkit respond to javascript method or trigger javascript event

2008-12-12 Thread Ariya Hidayat
I am newbie to Webkit, could you explain to me how the Webkit responds to javascript method or trigger javascript event? More detailed more appreciated. Your best bet is to check out the code in WebCore/bindings/js, for example JSEventListener.cpp. -- Ariya Hidayat, Software Engineer Qt

Re: [webkit-dev] where does the Webkit catch keyboard/mouse events

2008-12-12 Thread Nilesh Patil
Hi Usually i construct it like PlatformMouseEvent pme(point, point, LeftButton, met, 1, false, false, false, false, 0); and call is frame-eventHandler()-handleMousePressEvent(pme); Thanks Regards Niilesh On Fri, Dec 12, 2008 at 2:21 PM, Ariya Hidayat ariya.hida...@trolltech.com wrote: I

Re: [webkit-dev] How does the Webkit respond to javascript method or trigger javascript event

2008-12-12 Thread Nilesh Patil
In addition u can also check JavaScriptCore/kjs/bindings Thanks Regards Niilesh On Fri, Dec 12, 2008 at 2:22 PM, Ariya Hidayat ariya.hida...@trolltech.com wrote: I am newbie to Webkit, could you explain to me how the Webkit responds to javascript method or trigger javascript event? More

[webkit-dev] not enough space error???

2008-12-12 Thread Aman
Hi, Adam and everybody: I received this error the message while building WebCore(release) as someone else before: Linking... fatal error C1083: Cannot open compiler intermediate file: 'C:\cygwin\home\Administrator\webkit\WebKitBuild\lib\WebCore.lib': Not enough space and i saw your post

Re: [webkit-dev] Inspector under windows

2008-12-12 Thread Vincent Deng
Brent, Thanks for your help. I can use SafariTheme now and also the Inspector by copying CFNetwork.resources folder. On Fri, Dec 12, 2008 at 2:52 PM, Brent Fulgham bfulg...@gmail.com wrote: On Dec 11, 2008, at 10:48 PM, Vincent Deng wrote: I installed safari and copied necessary files to