]> git.saurik.com Git - wxWidgets.git/commitdiff
Update documentation about custom schemes and virtual file systems.
authorSteve Lamerton <steve.lamerton@gmail.com>
Fri, 12 Aug 2011 10:49:52 +0000 (10:49 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Fri, 12 Aug 2011 10:49:52 +0000 (10:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index 1b82da4864c9b1395e04f13736c7b4ae36534ab0..e192e01ec5fe13395303b1385ac008f1729c65b4 100644 (file)
@@ -172,14 +172,15 @@ public:
     required is 1.3.1 which ships by default with Ubuntu Natty and Debian
     Wheezy and has the package name libwebkitgtk-dev. Custom schemes and 
     virtual files systems are supported under this backend, however embedded
     required is 1.3.1 which ships by default with Ubuntu Natty and Debian
     Wheezy and has the package name libwebkitgtk-dev. Custom schemes and 
     virtual files systems are supported under this backend, however embedded
-    resources such as images and stylesheets are currently extracted to a 
-    temporary file before being loaded.
+    resources such as images and stylesheets are currently loaded using the
+    data:// scheme.
     
     @par wxWEB_VIEW_WEBKIT (OSX)
     
     The OSX WebKit backend uses Apple's 
     <a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html#//apple_ref/doc/uid/20001903">WebView</a>
     
     @par wxWEB_VIEW_WEBKIT (OSX)
     
     The OSX WebKit backend uses Apple's 
     <a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html#//apple_ref/doc/uid/20001903">WebView</a>
-    class. Currently it does not support custom schemes and virtual file systems.
+    class. This backend has full support for custom schemes and virtual file
+    systems.
 
     @section async Asynchronous Notifications
     
 
     @section async Asynchronous Notifications