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
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
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
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
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
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
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
7 matches
Mail list logo