Re: [webkit-dev] How webkit on android implements magnifying glass?

2008-12-17 Thread David Carson
Sam, That function is not implemented in WebKit, it is implemented java code of Android. I would recommend taking a look at the implementation of java android package, android.webkit.* and the chrome of the application, apps.browser.* Android sources are available here: Welcome ‎(Android Ope

Re: [webkit-dev] Re: WebKit Incremental Layout

2008-02-13 Thread David Carson
the main issue that it tries to address is that on really really slow networks, the user goes to a site and takes a long time to load, and they think the browser has stopped working or is not doing anything and give up and cancel the load. By showing some content, some progress, the user can

Re: [webkit-dev] Incremental Layout

2008-02-13 Thread David Carson
You need to have a very very slow connection, a clear cache (content has not been loaded before) to see this. Then try aa.com or cnn.com Cheers Davidc On Feb 13, 2008, at 8:02 AM, zaheer ahmad wrote: hi, can somebody suggest websites where we can see a considerable difference using LOW_BAND

Re: [webkit-dev] Runtime JSObject

2008-01-22 Thread David Carson
events and stop running when a frame load occurs. Cheers Davidc Can you suggest any way by which prevent calling of our handler for each frame refresh. Thanks Ashish On Jan 19, 2008 6:05 PM, David Carson <[EMAIL PROTECTED]> wrote: Ankush, I have run into this same problem too, and

Re: [webkit-dev] Runtime JSObject

2008-01-19 Thread David Carson
Ankush, I have run into this same problem too, and I was pointed to WebFrame::windowObjectCleared(). If you re-attach your handler in that method, everything will work, including frames and iframes. For Mac look at: WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm WebKit/mac/WebCoreSupport/WebFra

Re: [webkit-dev] WebKit qt javascript binding

2007-08-06 Thread David Carson
Rikardo, Although I don't work on the Qt code, I would recommend that you look at the implementation of DumpRenderTree for Qt. That component, which performs the layout tests, binds Qt code to the javascript engine. I believe the code resides under: WebKitTools/DumpRenderTree/DumpRenderTree.qtproj

Re: [webkit-dev] WebKit Project Goals

2007-07-25 Thread David Carson
Maciej, A couple of comments: Maybe in relation to the your licensing email, the LGPL statements should be updated. Is there a tool or tests that can be used to ensure that Performance doesn't regress? With 'Hackability', maybe add something about automated tests help ensure rapid progress.

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-11 Thread David Carson
in the study of feasibility of upgrading WML into KHTML, Any help would be appreciated , I got the error while rebuild solution option i used Thanks in advance Thanks and Regards Amit Gupta On 7/12/07, David Carson <[EMAIL PROTECTED]> wrote: Amit, Can you post the errors that you are

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-11 Thread David Carson
Amit, Can you post the errors that you are seeing? Davidc On Jul 12, 2007, at 2:03 AM, Amit Gupta wrote: Hello, I need to debug Safari Project in windows Environement, I followed the steps as its given in the webkit.org, Like installed CygWin , updagrated V2k5 with the Service pack 1 Patch

[webkit-dev] Which SVN version?

2007-07-06 Thread David Carson
Hi, I was wondering if anyone knows which svn release the iPhone tar ball (http://www.opensource.apple.com/darwinsource/iPhoneJune2007/) is from? Davidc ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webk

Re: [webkit-dev] Downloading Webkit code in SVN

2007-05-17 Thread David Carson
Victor, I just tried this command line, and it seems to work for me: svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit what command line are you using to download WebKit? Davidc On 5/17/07, Victor Perticarrari <[EMAIL PROTECTED]> wrote: Hi, I'm trying to download the WebKit code

Re: [webkit-dev] layout tests

2007-05-15 Thread David Carson
Reem, I forgot to add that there is some documentation here: http://trac.webkit.org/projects/webkit/wiki/Writing%20Layout%20Tests%20for%20DumpRenderTree this does not explain DumpRenderTree, but does explain some of the Javascript interfaces I refereed to below. Cheers Davidc On 5/15/07, David

Re: [webkit-dev] layout tests

2007-05-15 Thread David Carson
Hi Reem, My understanding of DumpRenderTree is that is a component of the script WebKitTools/Scripts/run-webkit-tests. It sets up WebKit to run a particular test case. When I say sets up WebKit, what I mean is that it binds a set of interfaces into javascript, sets the window size to be 800x600, s

Re: [webkit-dev] New name for DumpRenderTree tool?

2007-05-07 Thread David Carson
Sounds good - it does more than just dumping the render tree today. On May 7, 2007, at 2:48 PM, Geoffrey Garen wrote: +1 On May 7, 2007, at 11:28 AM, Darin Adler wrote: I was thinking we should change the tool's name from DumpRenderTree to RunWebKitTest. What do you all think? -- Darin