The class definition of my object has initialize() and finalize().
When i load the page that contains "MyObject obj= new MyObject();" the
object is constructed and the initialize() is called. Unfortunatelly this
object is never garbage collected (not even when the browser is closed).
I tried putti
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 retu
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
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
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
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
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
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, Matt
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
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, k
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 rdar
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\win\Web
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
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: C:
I create several JSObjects like this:
js_object= JSObjectMakeConstructor(context, object_jsclass,
Object_Constructor);
globalObject = JSContextGetGlobalObject(context);
jsstr = JSStringCreateWithUTF8CString("MyObject");
JSObjectSetProperty(context, globalObject, jsstr, js_object,
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
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
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
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
19 matches
Mail list logo