[webkit-dev] Memory leaks in KJS

2008-09-03 Thread Josh Chia (谢任中)
Hi, After rendering about 200 pages on my platform port of WebKit, I seem to be seeing some memory leaks involving the code in KJS, totalling 30-70MB. I have included a subgraph of the call graph for the leaking functions. I'm not familiar with the KJS code. Is it possible that circular referen

Re: [webkit-dev] Fix for Vector::m_inlineBuffer alignment?

2008-09-03 Thread David Kilzer
It sounds like the first part should go in JavaScriptCore/wtf/Platform.h. Could you open a new bug on and post this as a patch for review? Thanks! Dave On Wed, 9/3/08, Paul Pedriana <[EMAIL PROTECTED]> wrote: > I see that JavaScriptCore/wtf/Vector.h has this: > >

Re: [webkit-dev] WebKit-r36013 does not build on Mac OS X 10.5.4 PPC G5

2008-09-03 Thread David Kilzer
Please keep this discussion on the webkit-dev mailing list in case someone else can help you. I should have typed $BUILD_STYLE instead of $BUILD_TYPE below. (Sorry, was looking at the Xcode output of a different project.) If you're using the build-webkit script, I believe your output should be

[webkit-dev] Fix for Vector::m_inlineBuffer alignment?

2008-09-03 Thread Paul Pedriana
I see that JavaScriptCore/wtf/Vector.h has this: // FIXME: Nothing guarantees this buffer is appropriately aligned to hold objects of type T. char m_inlineBuffer[m_inlineBufferSize]; And I've heard reports about people having alignment crashes on some hardware. Something like the code b

Re: [webkit-dev] Building WebKit WX port for Windows

2008-09-03 Thread Kevin Ollivier
Hi Javed, On Sep 3, 2008, at 2:12 PM, Javed Rabbani wrote: Hello everyone, I am trying to build WebKit WX port on Windows. The build process stops with a fatal error U1077 in cl.exe of Visual Studio 2005. The error code is 0xc135. Can anyone suggest possible cause of this behavi

[webkit-dev] Building WebKit WX port for Windows

2008-09-03 Thread Javed Rabbani
Hello everyone, I am trying to build WebKit WX port on Windows. The build process stops with a fatal error U1077 in cl.exe of Visual Studio 2005. The error code is 0xc135. Can anyone suggest possible cause of this behavior? I would appreciate if someone can guide me with proper way to buil

Re: [webkit-dev] WebKit-r36013 does not build on Mac OS X 10.5.4 PPC G5

2008-09-03 Thread David Kilzer
Platform.h is in JavaScriptCore/wtf/Platform.h. The "JavaScript/Platform.h" include should be resolved to $SYMROOTS/$BUILD_TYPE/JavaScriptCore.framework/PrivateHeaders/Platform.h. Did JavaScriptCore build successfully? Did you build JavaScriptCore first? Have you tried using the WebKitTools/Sc

[webkit-dev] WebKit-r36013 does not build on Mac OS X 10.5.4 PPC G5

2008-09-03 Thread Frank Zerangue
-- comment -- Mac OS X 10.5.4 / XCODE 3.0 / Dual 2.7GHz PowerPC G5 / 2.5 GB RAM -- compiler error messages -- cd /Users/fzerangue/ws/WebKit-r36013/JavaScriptGlue /Developer/usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs - fno-exceptions -fno-rtti -fpascal-strings -fasm-blocks -

[webkit-dev] FrameLoaderClient misses NewWindowAction policy check

2008-09-03 Thread Anton V. Tarasov
Hello Team, Let me ask a question on the browsing policy check mechanism in the WebCore. Comparing these two call stacks: FrameLoader::continueAfterNavigationPolicy FrameLoaderClient::dispatchDecidePolicyForNavigationAction FrameLoader::checkNavigationPolicy FrameLoader::load FrameLoader::cont