death of recursion check for <object>
Dirk Mueller
mueller@kde.org
Fri, 10 Jan 2003 05:52:47 +0100
Hi,
it seems you removed it:
html_objectimpl.cpp:
+#if APPLE_CHANGES
+ // This check showed up during the KDE 3.0 -> 3.0.1 transition.
+ // We can't figure out exactly what it's supposed to do, but it
prevents
+ // plugins from working properly for us, so we've rolled back to the
way
+ // it was in KDE 3.0.1.
+#else
testcase is something like
foo.html:
<object data=foo.html>
I've merged the current recursion check with the one you improved for
frames. Please see the latest commit to HEAD.
--
Dirk (received 148 mails today)