Re: [webkit-dev] New Qt Browser Dooble based on Webkit has been released / v.0.00

2008-11-25 Thread Jack Wootton
Does anyone use this? I tried Googling 'Dooble web browser' - but not satisfactory results were returned. I also can't find any information on the role of QT technology in Dooble on the Dooble website. On Tue, Nov 25, 2008 at 5:26 AM, M. Peterson [EMAIL PROTECTED] wrote: http://dooble.sf.net

Re: [webkit-dev] New Qt Browser Dooble based on Webkit has been released / v.0.00

2008-11-25 Thread Jack Wootton
By the last sentence I meant the website in general seems to be missing information and links on the left hand side do not work. On Tue, Nov 25, 2008 at 11:16 AM, Jack Wootton [EMAIL PROTECTED] wrote: Does anyone use this? I tried Googling 'Dooble web browser' - but not satisfactory results

Re: [webkit-dev] Limiting the size of LocalStorage

2008-11-25 Thread Yael.Aharon
Should I file a bug about it? Thanks, Yael -Original Message- From: ext Darin Adler [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 1:13 AM To: Aharon Yael (Nokia-D-MSW/Boston) Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Limiting the size of LocalStorage On Nov

Re: [webkit-dev] webkit documentation

2008-11-25 Thread Jack Wootton
Thanks. I finally managed to download the source by using a different computer. As a result I have created a patch file and updated the bug. I will have to check, but can only assume that although I had admin rights, I was logged in as a user not 'Administrator'. Maybe this caused a problem when

[webkit-dev] loading webkit Visual Studio 2005 project file error

2008-11-25 Thread Jack Wootton
Hello, I attempted to load the file 'WebKit\win\WebKit.vcproj\WebKit.vcproj' using Visual Studio 2005, but received the following error: /***/ The following error has occurred during XML parsing: File:

Re: [webkit-dev] how to destroy JSObjescts?

2008-11-25 Thread Timothy Hatcher
JavaScript objects and the JavaScriptCore API objects (except JSStringRef) are garbage collected. So sometime after the last reference goes away, they will release their memory. In this case when the global object goes away. If you want to release them, you can call JSObjectDeleteProperty

Re: [webkit-dev] loading webkit Visual Studio 2005 project file error

2008-11-25 Thread Matt Lilek
Did you set the WEBKITOUTPUTDIR and WEBKITLIBRARIESDIR environment variables? See http://trac.webkit.org/wiki/BuildingOnWindows#BuildingfromwithinVisualStudio - Matt On Tue, Nov 25, 2008 at 10:14 AM, Jack Wootton [EMAIL PROTECTED]wrote: Hello, I attempted to load the file

[webkit-dev] retreiving favicon on gtk port

2008-11-25 Thread zaheer ahmad
hi all,Iam trying to retrieve the favicon when loading a website. i find that IconLoader::didfinishLoading gets called with valid data followed by a IconLoader::didFail which clears the icon from the database. The comment in didFinishLoading suggests that this is a valid scenario. it points to

[webkit-dev] copy/paste/keychain support?

2008-11-25 Thread Lev Lvovsky
I've recently started using the nightly builds, and I've found that cut/copy/paste don't work when I run the browser running off of the nightly webkit library - I wasn't able to find anything about this online (perhaps I didn't use the right search string) - is this a known issue? Also,

Re: [webkit-dev] retreiving favicon on gtk port

2008-11-25 Thread Brady Eidson
Hi Zaheer, I went ahead and filed https://bugs.webkit.org/show_bug.cgi?id=22489 which represents the radar you referenced. What we saw happening is that you'd get didFinishLoading followed by didFail it's because the SubresourceLoader is getting the main resource of a server-provided 404

Re: [webkit-dev] loading webkit Visual Studio 2005 project file error

2008-11-25 Thread Jack Wootton
Mital Vora pointed me to the solution. I needed to set the environment variable WEBKITLIBRARIESDIR to point to the correct location which included the win directory, so for this was: C:\cygwin\home\Jack Wootton\WebKit\WebKitLibraries\win Many thanks, Jack On Tue, Nov 25, 2008 at 5:05 PM,

[webkit-dev] webkit r38760 degrades performance significantly

2008-11-25 Thread Dave Cronk
webkit r38760 (11/25) degrades performance by about 5%. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] webkit r38760 degrades performance significantly

2008-11-25 Thread Eric Seidel
Performance of what? On what test? http://trac.webkit.org/changeset/38760 doesn't touch any code. :) -eric On Tue, Nov 25, 2008 at 5:46 PM, Dave Cronk [EMAIL PROTECTED] wrote: webkit r38760 (11/25) degrades performance by about 5%. ___ webkit-dev

Re: [webkit-dev] webkit r38760 degrades performance significantly

2008-11-25 Thread Dave Cronk
SunSpider On Tuesday, November 25, 2008, at 08:24PM, Eric Seidel [EMAIL PROTECTED] wrote: Performance of what? On what test? http://trac.webkit.org/changeset/38760 doesn't touch any code. :) -eric On Tue, Nov 25, 2008 at 5:46 PM, Dave Cronk [EMAIL PROTECTED] wrote: webkit r38760 (11/25)

Re: [webkit-dev] webkit r38760 degrades performance significantly

2008-11-25 Thread Dave Cronk
SunSpider On Tuesday, November 25, 2008, at 08:24PM, Eric Seidel [EMAIL PROTECTED] wrote: Performance of what? On what test? http://trac.webkit.org/changeset/38760 doesn't touch any code. :) -eric On Tue, Nov 25, 2008 at 5:46 PM, Dave Cronk [EMAIL PROTECTED] wrote: webkit r38760 (11/25)

Re: [webkit-dev] webkit r38760 degrades performance significantly

2008-11-25 Thread Dave Cronk
SunSpider On Tuesday, November 25, 2008, at 08:24PM, Eric Seidel [EMAIL PROTECTED] wrote: Performance of what? On what test? http://trac.webkit.org/changeset/38760 doesn't touch any code. :) -eric On Tue, Nov 25, 2008 at 5:46 PM, Dave Cronk [EMAIL PROTECTED] wrote: webkit r38760 (11/25)

Re: [webkit-dev] build webkit on windows

2008-11-25 Thread Brent Fulgham
Hi Dmitry, On Nov 25, 2008, at 8:41 PM, Dmitry Markman wrote: I was able to open project and successfully created my own small VS2005 project neither application I built with my project nor application that was built by cygwin was able to open url http://www.apple.com; some COM calls