Revision 736333
Go back to digest for 18th November 2007Features in KDE Base
Harri Porten committed changes in /trunk/KDE/kdelibs/khtml:
have not finished the implementation so here's just the interface for what is aimed to be a generalized LiveConnect API. To be used in e.g. KHTMLPart::processObjectRequest() like this:
ScriptingInterface *si = qobject_cast<ScriptingInterface*>(part);
if (si) {
si->initScripting(...);
}
File Changes
Modified 2 files
- /trunk/KDE/kdelibs/khtml
- /khtmladaptorpart.cpp
- /khtmladaptorpart.h
2 files changed in total