[WebKit-devel] [Bug 212597] Dead links and about:blanks

Dawit Alemayehu adawit at kde.org
Mon Nov 2 22:03:47 CET 2009


https://bugs.kde.org/show_bug.cgi?id=212597


Dawit Alemayehu <adawit at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Dawit Alemayehu <adawit kde org>  2009-11-02 22:03:46 ---
SVN commit 1044014 by adawit:

* Fixed history navigation once and for all (famous last words). Unlike the
QWebHistory
  based solution, this fix works whether or not the webkitpart gets unloaded
during
  navigation.
* Do not export symbols from WebView and WebPage as they are internal classes.
* Removed setStatusBarTextProxy from WebKitPart as it should not be a public
interface.
* Removed the browserExtension function since the parent KParts::ReadonlyPart
already provides it.
* Removed the WebPage::updateHistory signal from WebPage because there is
saveFrameStateRequested in QWebPage.
* Consolidated loadError and navigationRequestFinished signals in WebPage to
simplfy things.
* Fixed "about:blank" url handling to show blank page instead of disregarding
it like we do now.
* Fixed handling of ctrl+click and middle click on url links. Now they are
always opened in a new tab.

BUG: 212597


 M  +140 -154  webkitpart.cpp  
 M  +12 -13    webkitpart.h  
 M  +68 -4     webkitpart_ext.cpp  
 M  +4 -2      webkitpart_ext.h  
 M  +120 -47   webpage.cpp  
 M  +55 -28    webpage.h  
 M  +1 -4      webview.cpp  
 M  +1 -2      webview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1044014

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the WebKit-devel mailing list