Warning, /libraries/kwebkitpart/TODO is written in an unsupported language. File is not indexed.

0001 * Proper support for KWebKitPart in the following Konqueror plugins:
0002       - adblock    This plugin's GUI needs to be changed to use the KPart plugin
0003                    extensions so that it is not khtml specific. Other than that
0004                    kwebkitpart supports the ad filtering functionalities supported
0005                    by khtml.
0006 
0007 * Add KPartStatusBarExtension support for the following plugins/features:
0008       - Popup blocker (non-plugin)
0009 
0010 * Implement some means of showing information about the webkit rendering engine:
0011       - KWebKitPart's version #
0012       - QtWebKit's version #
0013       - UserAgent string ???
0014 
0015 * Look through all of Konqueror's web configuration options and make sure we
0016   honor all those we possibly can. Here is a non-complete list of features
0017   that are either partially implemented or not implemented at all:
0018       - Change cursor over links (TODO, QtWebKit ???).
0019       - Smooth scrolling support (TODO, QtWebKit ???).
0020       - Underline links support (Partial, does not work as intended).
0021       - Enable access key navigation with Ctrl key (TODO, QtWebKit ???).
0022       - Animations (TODO, QtWebKit ???).
0023       - Draw frames around not completely loaded images (TODO, QtWebKit ???).