Overhaul wxWebHandler naming to try and make it consistent with the rest of wxWidgets...
authorSteve Lamerton <steve.lamerton@gmail.com>
Sat, 30 Jul 2011 14:22:15 +0000 (14:22 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Sat, 30 Jul 2011 14:22:15 +0000 (14:22 +0000)
commit9e3d4a32106c8c0f85695f68856da137c14d2b5c
tree091a04af39e6bd9bfe1450567ea7825c7c4cd868
parent153530afb595110592776c461e52be99b1559439
Overhaul wxWebHandler naming to try and make it consistent with the rest of wxWidgets. Split wxWebFileHandler into its own file.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
include/wx/gtk/webview_webkit.h
include/wx/msw/webview_ie.h
include/wx/osx/webview_webkit.h
include/wx/webview.h
include/wx/webviewfilehandler.h [new file with mode: 0644]
samples/web/web.cpp
src/common/webview.cpp
src/common/webviewfilehandler.cpp [copied from src/common/webview.cpp with 68% similarity]
src/msw/webview_ie.cpp