From kde-commits Wed Aug 29 07:21:41 2001 From: CVS by mueller Date: Wed, 29 Aug 2001 07:21:41 +0000 To: kde-commits Subject: kdelibs/khtml/html X-MARC-Message: https://marc.info/?l=kde-commits&m=99906998614901 kdelibs/khtml/html html_baseimpl.cpp,1.128,1.129 Author: mueller Wed Aug 29 07:21:31 UTC 2001 Modified Files: html_baseimpl.cpp Log Message: - do not try to load a frame with no src attribute (the null url expanded to the frameset url -> recursion till the depth limit -> assert failure). ### ignore emtpy src urls as well ? - do not cause crashes when we're hitting the depth limit. always assign style element, set display to none when hitting the depth limit (is not really compliant with IE, but who cares?)