1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-13 18:42:11 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
nowrep
04ec0cfcef Showing decoded url in locationbar now instead of percent encoded.
- it will now show urls with non-ascii characters prettier
- however it will NOT decode url domain from punycode back to unicode
2012-02-15 14:06:28 +01:00
nowrep
a9f9876a25 Support for opening popup windows from JavaScript.
- it is now possible to detect and open popup windows
  from window.open() javascript method.
- craeted classes PopupWindow, PopupWebView and PopupWebPage
  for this purpose
- PopupWebView inherits from WebView
- PopupWebPage inherits from WebPage
2012-01-21 20:24:36 +01:00