From mdk at symbies.com Mon Nov 3 07:19:25 2003 From: mdk at symbies.com (Matthew D Krajewski) Date: Mon Nov 3 07:12:10 2003 Subject: JavaScript memory leak fixed? Message-ID: <002701c3a1d2$6e23cd30$6602a8c0@TUX> Hello, Could someone please tell me if the JavaScript memory leak reported way back has been fixed? (I found this bug report on kjs, but I'm not sure if it's the same one. http://bugs.kde.org/show_bug.cgi?id=51370) The HTML pages I'm currently using with Konq/E use JavaScript heavily, and my Zaurus SL-A300 shuts Konq/E down pretty quickly due to lack of memory after loading about ten pages that use the same big JS library. I'm trying to find out if there is a version of the Konq/E or KDE sources that doesn't have the same leak. If it has been fixed (plugged?), should I continue to use the KONQE_1_0_BRANCH branch with KDE 2.2 (updating sources or applying a patch) or must I use the head branch with KDE 3.1? Also, I did apply the patch that Luciano posted (http://lists.kde.org/?l=konq-e&m=104264534021770&w=2) to the ML early this year, but it didn't seem to be effective. Even the test case to confirm the leak that Paul posted (http://lists.kde.org/?l=konq-e&m=103470300716356&w=2) showed there was still a leak. Any comments would be much appreciated. Thanks. - Matt K From raman.dinesh at wipro.com Wed Nov 5 15:00:37 2003 From: raman.dinesh at wipro.com (Dinesh R) Date: Wed Nov 5 15:02:51 2003 Subject: Javascript + bigendian problem Message-ID: <184E80410B37F54F8FAFE5CF9AD757C4B552B9@blr-m2-msg.wipro.com> Hi ! List .. I've successfully compiled konq/e on MIPs Bigendian ...everything is workin fine except for JavaScript. I did compile with the JavaScript support. When tryin to open a sample javscript test page given below
text outside script "Hello World" is not displayed on MIPS based machine, works fine on x86 machine tho'. Am getting the following error msg, can You pls tell me where I am goin wrong. Thanks in advance Smile dinesh ------------------------------------------------------------------------ ------------- debug: ==> parser: processing token BODY KCharsets::setQFontdebug: ==> parser: processing token SCRIPT debug: ==> parser: processing token TEXT debug: ==> parser: processing token /SCRIPT debug: HTMLTokenizer::scriptExecution document.write("hello World"); debug: KHTMLPart::executeScript n=(0) document.write("hello World"); debug: KJScriptImp::evaluatetrue JS: Type error. Undefined value JS: Failed function call attempt on: undefined : Undefined (0x8473ad00) JS: Was property '' JS: of: (Internal function) : Function (0x847151e0) JS: Type error at line 2. Expression is no object. Cannot be called. debug: KHTMLPart::executeScript - done debug: ==> parser: processing token BR debug: ==> parser: processing token TEXT debug: ==> parser: processing token /BODY debug: ==> parser: processing token /HTML debug: KHTMLPart::slotData: debug: TransferJob::slaveFinished() disconnect **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. *************************************************************************** From christian.weickhmann at gmx.de Wed Nov 5 16:41:43 2003 From: christian.weickhmann at gmx.de (Christian Weickhmann) Date: Sun Nov 9 12:21:43 2003 Subject: Javascript + bigendian problem In-Reply-To: <184E80410B37F54F8FAFE5CF9AD757C4B552B9@blr-m2-msg.wipro.com> References: <184E80410B37F54F8FAFE5CF9AD757C4B552B9@blr-m2-msg.wipro.com> Message-ID: <200311051641.44832.christian.weickhmann@gmx.de> Hi! >