[webkit-dev] SquirrelFish in WebKitGtk

2008-11-27 Thread ying lcs
If I get the source for WebKitGtk, using the documentation described here: http://live.gnome.org/WebKitGtk Does it have SquirrelFish? Thank you for any help. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listin

Re: [webkit-dev] Purpose of script debug-safari?

2008-11-27 Thread Jack Wootton
Apologies for the multiple questions, but this process seems to have presented a few problems for me: Point 1. I don't know if this is the best way to do it but I would have thought most people load the webkit project into VS 2005, and then attempt to run safari and debug it. However the webkit

[webkit-dev] Build webkit(Squirrelfish X) on windows

2008-11-27 Thread KayX
Hi, I'm a newbee to the Webkit open source. Now I'm stucked at getting it built successfully on windows. I tried to follow the steps on webkit.org site, but failed. I got a lot of compile errors complaining about missing hearder files, and then I found someone said it is because the newline endin

Re: [webkit-dev] WebKit partial rendering issue

2008-11-27 Thread Erik Walter
I've seen similar issues on a non-DirectFB port, but it turned out to be related to a bug in the ScrollView::paint() method. It wasn't properly clipping the drawing and when Google was blinking the cursor in the text box, it ends up erasing the whole window instead of just the inner textbo

[webkit-dev] hit testing?

2008-11-27 Thread Mark Wyszomierski
Hi, I'm wondering if webkit exposes any method to do a virtual hit testing via javascript. I'm looking to use some method like: function hittest(int x, int y) { for (all nodes in DOM) { return top-most node that gets intersected; } return null; } N

Re: [webkit-dev] Full Page Zoom Issue

2008-11-27 Thread Holger Freyther
On Thursday 27 November 2008 11:36:51 mwas wrote: > Hi Alp, > > I have used the comments mentioned in > https://bugs.webkit.org/show_bug.cgi?id=14998, Comment #37 you provided for > Zooming Using CSS in the following way > I am new to WebKit, Kindly Guide! Hey, the bug you mention is marked as r

[webkit-dev] Full Page Zoom Issue

2008-11-27 Thread mwas
Hi Alp, I have used the comments mentioned in https://bugs.webkit.org/show_bug.cgi?id=14998, Comment #37 you provided for Zooming Using CSS in the following way void webkit_web_view_scale_transform(WebKitWebView *page,float factor) { WebKitWebFrame *webFrame = webkit_web_frame_new(page); Fra