Add wxFileSystemHandler for "data" scheme
This notably allows embedding images directly in HTML. Closes #24138.
This commit is contained in:
parent
68eaff5c02
commit
ca405352e0
14 changed files with 306 additions and 1 deletions
|
|
@ -580,6 +580,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
src/common/secretstore.cpp
|
||||
src/common/lzmastream.cpp
|
||||
src/common/uilocale.cpp
|
||||
src/common/fs_data.cpp
|
||||
</set>
|
||||
<set var="BASE_AND_GUI_CMN_SRC" hints="files">
|
||||
src/common/event.cpp
|
||||
|
|
@ -755,6 +756,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
wx/lzmastream.h
|
||||
wx/localedefs.h
|
||||
wx/uilocale.h
|
||||
wx/fs_data.h
|
||||
</set>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue