Re: [webkit-dev] freeing static variables

2009-07-29 Thread Zoltan Herczeg
Hi, any thoughts on this? I hope my qestion was clear :) I would like to pack the static declarations into wrapper classes, so we can add platform and/or compilation mode (debug/release) dependent functionality to all static variables (i.e: freeing them on exit). Zoltan > Hi all, > > Valgrind re

Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread Holger Freyther
On Thursday 30 July 2009 02:52:11 Holger Freyther wrote: > On Wednesday 29 July 2009 17:40:59 Zongheng Zhou wrote: > > After I load "www.cnn.com" for 800 times consecutively, the virtual > > memory size of my little program has reached 1600M; while the resident > > memory is 1500M > > This is h

[webkit-dev] 回复: Re: Building Win32/Re lease WebKit: linker error LNK1106

2009-07-29 Thread yypprr
- 原文 - From: Brent Fulgham Subject:Re: [webkit-dev] Building Win32/Release WebKit: linker error LNK1106 Hi, On Wed, Jul 29, 2009 at 12:33 PM, Brodt wrote: > I haven't noticed that the file grows that much, but I saw the memory grow > over

Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread Holger Freyther
On Wednesday 29 July 2009 17:40:59 Zongheng Zhou wrote: > After I load "www.cnn.com" for 800 times consecutively, the virtual memory > size of my little program has reached 1600M; while the resident memory is > 1500M > This is horribleIs this kind of memory leak expected? It would be a gre

Re: [webkit-dev] Building Win32/Release WebKit: linker error LNK1106

2009-07-29 Thread Brent Fulgham
Hi, On Wed, Jul 29, 2009 at 12:33 PM, Brodt wrote: > I haven't noticed that the file grows that much, but I saw the memory grow > over 1 GB while webkit.dll was being linked. [...] On Wed, Jul 29, 2009 at 15:03:39 GMT, yyp...@sohu.com wrote: > D:\Customer\Webkit\lib\WebCore.lib : fatal error LNK1

Re: [webkit-dev] Building Win32/Release WebKit: linker error LNK1106

2009-07-29 Thread Brodt
I haven't noticed that the file grows that much, but I saw the memory grow over 1 GB while webkit.dll was being linked. I had to give the VMWare virtual machine more RAM, otherwise the build failed. Maybe I should also observe the file... Thomas -Original Message- From: yyp...@sohu.c

Re: [webkit-dev] MathML & Webkit

2009-07-29 Thread Eric Seidel
search bugs.webkit.orghttps://bugs.webkit.org/show_bug.cgi?id=3251 On Wed, Jul 29, 2009 at 11:29 AM, Chi-Wai Lau wrote: > Hello there, > > I am new here. I am interested in the current progress of integrating > MathML in Webkit. Could somebody give me a quick update? > > Thanks in advance! > > C

[webkit-dev] MathML & Webkit

2009-07-29 Thread Chi-Wai Lau
Hello there, I am new here. I am interested in the current progress of integrating MathML in Webkit. Could somebody give me a quick update? Thanks in advance! Chi Wai ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailm

Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread tonikitoo (Antonio Gomes)
Something that could be helpful is running your test batch w/ GtkLauncher too to see if the problem is qt-specific (i bet not) or at least to check if it is even worse in qt port than others On Wed, Jul 29, 2009 at 11:40 AM, Zongheng Zhou wrote: > After I load "www.cnn.com" for 800 times consecuti

Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread David Kilzer
On Wednesday, July 29, 2009 8:40:59 AM, Zongheng Zhou wrote: >After I load "www.cnn.com"; for 800 times consecutively, >the virtual memory size of my little program has reached >1600M; while the resident memory is 1500M > >This is horribleIs this kind of memory leak expected? Of course

Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread Zongheng Zhou
After I load "www.cnn.com" for 800 times consecutively, the virtual memory size of my little program has reached 1600M; while the resident memory is 1500M This is horribleIs this kind of memory leak expected? ___ webkit-dev mailing list webkit-dev

[webkit-dev] Building Win32/Release WebKit: linker error LNK1106

2009-07-29 Thread yypprr
Hi, All: I am a newer of WebKit. and when i try to build webkit on windows, i got this following error message when build the webcore project: Performing Pre-Link Event...Creating library...D:\Customer\Webkit\lib\WebCore.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x20

[webkit-dev] freeing static variables

2009-07-29 Thread Zoltan Herczeg
Hi all, Valgrind reports a lot of memory leaks when QtLauncher quits, because many static local variables are not freed. I did a little research and realized there is no consistent way to define static variables in webkit: WebCore/css/CSSSelector.cpp: CSSSelector::extractPseudoType() using a D

Re: [webkit-dev] NeverNull

2009-07-29 Thread Adam Barth
Another approach is to do the opposite: use PossbilyNull for particular pointers that folks commonly forget to null check. The Document pointer in Nodes and the Frame pointer in Documents come to mind... Adam On Wed, Jul 29, 2009 at 12:40 AM, Pierre d'Herbemont wrote: > > On Jul 28, 2009, at 3:

Re: [webkit-dev] NeverNull

2009-07-29 Thread Pierre d'Herbemont
On Jul 28, 2009, at 3:25 PM, Eric Seidel wrote: void doSomething(Foo* foo) { ASSERT(foo); } As a side note, gcc should support nonnull attribute even for C++. That's a way to get some static analysis for free. void doSomething(Foo* foo) __attribute__((nonnull)); Pierre. [1] http://g

[webkit-dev] How to build gnash into webkit?

2009-07-29 Thread deuxliquid
Hi all, I want to add gnash to webkit to run flash movies. How do I do? Can someone help me? Thank you in advance! Hai Chọn ngay địa chỉ email bạn thích! Giờ đã có @ymail.com và @rocketmail.com. http://mail.promotions.yahoo.com/newdomains/vn/___