Re: [webkit-dev] Regarding cache memory leaks

2010-10-18 Thread Zaheer Ahmad
On Wed, Oct 13, 2010 at 9:00 PM, 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 to work with m

[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 a

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 needi

Re: [webkit-dev] Buildbot Performance

2010-10-18 Thread Eric Seidel
The most frequent consumer of the historical data is webkit-patch, which uses it to map from revisions to builds: http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/common/net/buildbot.py#L109 It's used when we're walking back through revisions trying to find when the build broke, o

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 element from

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 land

[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 (onc

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 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 failure,

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 Sat, Oct 16, 2010 at 3:38 PM, Alex Milowski 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 guide is propor

Re: [webkit-dev] Regarding cache memory leaks

2010-10-18 Thread Holger Freyther
On 10/18/2010 02:55 PM, sumanrap...@aim.com wrote: > Hi Holger, Hi, (please keep the mailinglist in the loop) > We have applied the > patch(https://bug-44806-attachments.webkit.org/attachment.cgi?id=68154) to > remove the "deadResources", which is working fine. Because of this patch the > duratio