]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove comment about a new frame api as this is now offered.
authorSteve Lamerton <steve.lamerton@gmail.com>
Tue, 5 Jul 2011 14:19:38 +0000 (14:19 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Tue, 5 Jul 2011 14:19:38 +0000 (14:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/webview.h

index 0eeb5c1acfbade5f1c660fa3740e305fa70f3805..368775a10b87eb9f043f324b7ee6d146128adab0 100644 (file)
@@ -305,16 +305,6 @@ public:
     //    virtual bool IsOfflineMode() = 0;                 // maybe?
     //     virtual void SetOfflineMode(bool offline) = 0;   // maybe?
 
-    // TODO: offer API to control the opening of new frames
-    //       (through <a target="..."> as well as through javascript), OR
-    //       provide a behavior consistent across ports.
-    // - OSX : I receive an event for new frames opened with HTML target, and
-    //           currently block them all.
-    // - IE  : An event is recieved for new frames and they are currently 
-    //           blocked
-    // - GTK : All frame open requests are blocked. A slot exists that I could
-    //           connect to to be notified if ever needed
-
     /**
      * Opens a print dialog so that the user may print the currently
      * displayed page.