Re: [webkit-dev] webkit

2008-08-28 Thread Oliver Dole
Hello, On 8/28/08, nishit sharma <[EMAIL PROTECTED]> wrote: > Hi All, > > i have posted this before but didn't get the reply thats why i am posting > again. > > After running WebKit i am stucking at > WebKitWebView* webView = > WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, NULL)); > functio

[webkit-dev] number of parallel conncetions

2008-08-28 Thread ramin rezaii
Is it possible to increase the number of parallel connections in Webkit/Safari? for example in mozilla is possible to do so by typing about:config in the address bar. Any help is greatly appreciated, -R ___ webkit-dev mailing list webkit-dev@lists.webki

Re: [webkit-dev] downloading src

2008-08-28 Thread David Kilzer
What operating system are you using ("uname -a")? Which version of the Subversion client are you using ("svn --version")? If it's 1.3.x, please install a newer version. It had timeout issues checking out large repositories, as I recall. Dave On Thu, 8/28/08, Jack Wootton <[EMAIL PROTECTED]>

Re: [webkit-dev] getting back to sub-classes of gobjects

2008-08-28 Thread Luke Kenneth Casson Leighton
> > btw just to reassure you: i really _do_ mean thank you for such a simple > > answer: this is the first time, this week, that i've done gobject > programming, > > and i didn't exactly start with a small unambitious task ha ha :) > > Big go go go here! From a PyGTK enthusiast ;-) ha ha t

Re: [webkit-dev] downloading src

2008-08-28 Thread Jack Wootton
OK, so I decided to start over and remove the entire WebKit directory. Now I get the following error when attempting to download / checkout the src using the following command: svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit /** Start error ***/

[webkit-dev] webkit

2008-08-28 Thread nishit sharma
Hi All, i have posted this before but didn't get the reply thats why i am posting again. After running WebKit i am stucking at WebKitWebView* webView = WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, NULL)); function whose defintion i am not getting in the source code and due to this i am una

[webkit-dev] getting back to sub-classes of gobjects

2008-08-28 Thread Luke Kenneth Casson Leighton
> On Wed, 27 Aug 2008 21:52:31 + (UTC) > "Luke Kenneth Casson Leighton" wrote: > > now, of course, i have the reverse problem: i need to get _back_ to the > > sub-class gobject instance. > G_OBJECT_TYPE()? :) ori - thank you: such a simple answer :) now i have to work out _how_ to use that