Projects/WebKit/TODO: Difference between revisions

From KDE TechBase
(ah, javascript policies are already done. fantastic! :))
(another finding)
Line 9: Line 9:
== Long term ==
== Long term ==
Related to Konqueror integration;
Related to Konqueror integration;
* Adblock filter.
* Adblock filter (code is there but the check is disabled in KNetworkAccessManager::createRequest)
* User defined custom stylesheets like e.g. the accessibility stylesheet.
* User defined custom stylesheets like e.g. the accessibility stylesheet.
* Extensions like e.g. Akregator newsfeed and WebArchiver. Some like the uachangerplugin are already working fine.
* Extensions like e.g. Akregator newsfeed and WebArchiver. Some like the uachangerplugin are already working fine.

Revision as of 01:36, 10 November 2008

Short term

  • History issues in KPart
    • Needs additions in QtWebKit. Discussed with Simon Hausmann; addition in QWebHistory: saveState, loadState to keep WebKit history in sync with Konquerors history

Mid term

  • Fix flash and other plugins with WebKit trunk. Infrastructure is there, works also in Qt-only integration of QtWebKit, but not in the KPart. Needs some investigations why.
  • Implement form completion / password save

Long term

Related to Konqueror integration;

  • Adblock filter (code is there but the check is disabled in KNetworkAccessManager::createRequest)
  • User defined custom stylesheets like e.g. the accessibility stylesheet.
  • Extensions like e.g. Akregator newsfeed and WebArchiver. Some like the uachangerplugin are already working fine.