Re: [webkit-dev] building errors on Win32

2008-10-10 Thread Ariya Hidayat
> 1>Error in tempfile() using /tmp/dftables-.in: Parent directory > (/tmp/) is not writable My take: your Perl acts funny. Solution: just create the /tmp directory by hand (manually, and make it writable). BTW, out of curiosity, did you try to solve the error by yourself first before

Re: [webkit-dev] revised RefPtr document

2008-10-10 Thread Andy Burras
>After a few queries from Google folks I made some minor revisions to the RefPtr >document that I wrote a year and half ago. > >If you want to understand how to use RefPtr, PassRefPtr, and RefCounted, and why >they exist, this document is probably a good pla

[webkit-dev] Font cache cleaning

2008-10-10 Thread Frederic Marmond
Hi people, I just wonder how to clear the font cache, arbitrary. For example, when leaving a site, clear all cached font data, to start loading the new page in a 'clean' environment. I know it may slow down things :) old memory vs speed debate... I tried to call the FontCache::invalidate(); in

Re: [webkit-dev] revised RefPtr document

2008-10-10 Thread Maciej Stachowiak
On Oct 8, 2008, at 9:18 AM, Darin Adler wrote: > Hi folks. > > After a few queries from Google folks I made some minor revisions to > the RefPtr document that I > wrote a year and half ago. > > If you want to understand how to use RefPtr, PassRefPtr, and > R

Re: [webkit-dev] Testing - Compilating Webcore

2008-10-10 Thread Sherif
Hi all, I have 2 questions in the compilation :- Q1: I downloaded yesterday the CVS source of webkittools, called: webkittools/checkout called: update-webkit and started the compilation by: build-webkit 4 errors came in Javascriptcore Q2: if i replace the downloaded Javascriptcore and webc

Re: [webkit-dev] adjust timeout for non-responsive url's

2008-10-10 Thread Julien Chaffraix
On Wed, Oct 8, 2008 at 6:23 PM, Pitaga <[EMAIL PROTECTED]> wrote: > I'd appreciate a pointer to the code that determines the wait time when > attempting to load a page from a non-responsive server. The ResourceRequest class (WebCore/platform/network/ResourceRequestBase.h) has a timeout value that

[webkit-dev] WebKit rendering engine for CD autorun program

2008-10-10 Thread Михаил Шестаков
Hello, I need to create a promo CD that starts automatically when disc is inserted. I have prepared a bunch of HTML files I want to distibute on a CD. These HTML pages are very dynamic and use a lot of JavaScript (JQuery to be more exact). The thing is that I don't want to rely on end user to have

Re: [webkit-dev] WebKit rendering engine for CD autorun program

2008-10-10 Thread Rick
Михаил: I was thinking of creating demos along the same lines. Not for webkit, but for firefox not that it matters. What I was thinking of doing was making a bootable USB key with Ubuntu on it, my demo and all the required support on the 'live' USB key. 16gig USB keys are not expensive, 8gi

Re: [webkit-dev] Cancel a URL request from a webview

2008-10-10 Thread Darin Adler
On Oct 9, 2008, at 11:47 PM, Bill Patterson wrote: > I need a means to cancel a URL request from a webview, preferably in > the > webView:resource:willSendRequest:redirectResponse:fromDataSource: > delegate. If you return nil, WebKit will cancel the request. > I need to do this because I n

Re: [webkit-dev] Webkit over DirectFB: Moving cursor over links snow balls the display

2008-10-10 Thread Pratheesh Gangadhar
On Mon, Oct 6, 2008 at 7:36 PM, Pratheesh Gangadhar < [EMAIL PROTECTED]> wrote: > Hi, > > I am able to run webkit over directfb backend - using GtkLauncher and > Midori browser. The problem I face is that when I open say cnn.com using > this browser and move the cursor over links; it results in ne

Re: [webkit-dev] Cancel a URL request from a webview

2008-10-10 Thread Bill Patterson
That's the way it works for the NSURLConnection willSendRequest. When I tried that in the webView willSendRequest it causes a crash. I haven't looked at the source code, but I just downloaded it to do so. Thanks, Bill On Oct 10, 2008, at 4:26 PM, Darin Adler wrote: > On Oct 9, 2008, at 11:4

Re: [webkit-dev] Cancel a URL request from a webview

2008-10-10 Thread Bill Patterson
Maybe it would work if it was a non-redirected request? Bill On Oct 10, 2008, at 4:26 PM, Darin Adler wrote: > On Oct 9, 2008, at 11:47 PM, Bill Patterson wrote: > >> I need a means to cancel a URL request from a webview, preferably >> in the >> webView:resource:willSendRequest:redirectRespo