Move the wxWebFileProtocolHandler from the IE backend to the common source, add the...
authorSteve Lamerton <steve.lamerton@gmail.com>
Thu, 28 Jul 2011 16:49:48 +0000 (16:49 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Thu, 28 Jul 2011 16:49:48 +0000 (16:49 +0000)
commiteff8f7952ed2ecc85b48dd01a047658d7f4eafcb
tree45994728abe20f3e94a676496fe514e90b20b841
parent293656292f058603a996b136eee9c7fefc6d3350
Move the wxWebFileProtocolHandler from the IE backend to the common source, add the RegisterProtocol method to all classes (as a stub in GTK and OSX). Register the file protocol handler in the sample for testing purposes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/webview_webkit.h
include/wx/msw/webview_ie.h
include/wx/osx/webview_webkit.h
include/wx/webview.h
samples/web/web.cpp
src/common/webview.cpp
src/msw/webview_ie.cpp