[webkit-dev] Max http connection per host ?

2009-07-06 Thread Jérôme Lebel
Hi, I'm trying to change the max http connection count per host in WebKit on OS X. I'm not sure if this mechanism by WebCore or by CFNetwork. I found wkInitializeMaximumHTTPConnectionCountPerHost(), but I'm not sure how it worked (since first parameter is 6 and it returns 4). I tried to

[webkit-dev] print file name and line number while executing javascript

2009-04-22 Thread Jérôme Lebel
Hi, I'm working a very specific platform built on top of Mac OS X. On my own platform I need to use WebKit. In order to have WebKit, I've redone my own webkit framework (in c++) and my own webkit uses webcore framework (almost unchanged) and javascxript core (totally unchanged).

Re: [webkit-dev] print file name and line number while executing javascript

2009-04-22 Thread Jérôme Lebel
I found my solution : the user agent... Since I created my own webkit, I didn't take the time to create the right user agent. Now that I created one (with the right webkit version), google map works correctly. Thanks, Le 22 avr. 09 à 11:58, Jérôme Lebel a écrit : Hi, I'm working a very