Add generic wxFileSystem support to wxWebView using wxWebViewFSHandler.
authorSteve Lamerton <steve.lamerton@gmail.com>
Tue, 11 Sep 2012 09:26:58 +0000 (09:26 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Tue, 11 Sep 2012 09:26:58 +0000 (09:26 +0000)
commit0bfd90b3e73c6df033d2ba09005a7b22fb42c161
tree7775623c74a09b9cfd5703295fe2bb7bdc7c0211
parente52aec972c61d03c631ae46ad676992980978638
Add generic wxFileSystem support to wxWebView using wxWebViewFSHandler.

Closes #14623.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc7_webview.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_webview.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_webview.vcproj
build/msw/wx_webview.dsp
docs/changes.txt
include/wx/webviewfshandler.h [new file with mode: 0644]
interface/wx/fs_mem.h
interface/wx/webview.h
interface/wx/webviewfshandler.h [new file with mode: 0644]
samples/webview/webview.cpp
src/common/webviewfshandler.cpp [new file with mode: 0644]