Add support for loading resources in custom schemes for the WebKitGTK+ backend.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-05 09:06:45 +00:00
parent 42be0c562b
commit 211da8a57d
2 changed files with 62 additions and 0 deletions

View File

@@ -136,6 +136,9 @@ public:
* user)
*/
bool m_busy;
bool m_guard;
wxString m_vfsurl;
//We use this flag to stop recursion when we load a page from the navigation
//callback, mainly when loading a VFS page