Re: [webkit-dev] Tests in fast/workers/storage/ seem to be leaking NSStrings

2010-10-18 Thread Ryosuke Niwa
Thanks for the information, Simon. - Ryosuke On Sun, Oct 17, 2010 at 9:54 PM, Simon Fraser simon.fra...@apple.comwrote: This is https://bugs.webkit.org/show_bug.cgi?id=40654 which should get fixed by https://bugs.webkit.org/show_bug.cgi?id=40655. Simon On Oct 17, 2010, at 9:47 PM,

Re: [webkit-dev] Focus Crash Relating to MathML

2010-10-18 Thread Alex Milowski
On Sat, Oct 16, 2010 at 3:38 PM, Alex Milowski a...@milowski.org wrote: If anyone has any ideas of this bug:   https://bugs.webkit.org/show_bug.cgi?id=47745 Even more curious is that I just noticed the crash only happens with a debug build. -- --Alex Milowski The excellence of grammar as a

Re: [webkit-dev] Focus Crash Relating to MathML

2010-10-18 Thread Alexey Proskuryakov
18.10.2010, в 12:33, Alex Milowski написал(а): https://bugs.webkit.org/show_bug.cgi?id=47745 Even more curious is that I just noticed the crash only happens with a debug build. The crash is an assertion failure, so it's not surprising that it only occurs in debug builds. Assertions

Re: [webkit-dev] Focus Crash Relating to MathML

2010-10-18 Thread Alex Milowski
On Mon, Oct 18, 2010 at 12:48 PM, Alexey Proskuryakov a...@webkit.org wrote: 18.10.2010, в 12:33, Alex Milowski написал(а):   https://bugs.webkit.org/show_bug.cgi?id=47745 Even more curious is that I just noticed the crash only happens with a debug build. The crash is an assertion

[webkit-dev] Adding Blob support to event.dataTransfer

2010-10-18 Thread Daniel Cheng
I'm planning on adding experimental blob support to DataTransfer. I emailed WHATWG awhile back, and no one replied, so I picked what looked like the most appropriate option and I've implemented it. Does anyone have objections or comments on landing https://bugs.webkit.org/show_bug.cgi?id=47482

Re: [webkit-dev] Adding Blob support to event.dataTransfer

2010-10-18 Thread Ian Hickson
On Mon, 18 Oct 2010, Daniel Cheng wrote: I'm planning on adding experimental blob support to DataTransfer. I emailed WHATWG awhile back, and no one replied, so I picked what looked like the most appropriate option and I've implemented it. Does anyone have objections or comments on landing

Re: [webkit-dev] Regarding cache memory leaks

2010-10-18 Thread Andrei Bucur
I don't know if this is the use case but it should be noted that the CachedResourceLoader (the old DocLoader) never drops the CachedResource handles it has. This prevents resource deletion while the CachedResourceLoader is alive and kicking. This means that modifying the source of an img element

Re: [webkit-dev] Focus Crash Relating to MathML

2010-10-18 Thread Alex Milowski
Most of the MathML rendering objects have a display style property value of inline-block. Whenever these rendering objects are used, somehow the parent container gets marked as having children in need of layout. The MathML math rendering object completes its layout and marks itself as not

[webkit-dev] disable selection of text and images

2010-10-18 Thread Efan...
Hi I am totally new to this group. I want to disable selection of Text and graphics in my QWebView, it seems that there is no way via Qt i can do this , so only option I am left with is to modify webkit code. I am new to webkit code too, but I am willing to put my time and effort to do this, Can

Re: [webkit-dev] Regarding cache memory leaks

2010-10-18 Thread Zaheer Ahmad
On Wed, Oct 13, 2010 at 9:00 PM, sumanrap...@aim.com wrote: Hi Holger, When we use the default cache model i.e 8MB cache size in this case it is storing the images beyond the 8MB that is untill complete RAM memory. How much memory do you have on your system. AFAICT, webkit would need ~80M