gecko-dev/embedding/tests/wxEmbed
2006-02-03 14:18:39 +00:00
..
rc NOT PART OF BUILD. Implement view-source: and hook up status bar on edit app 2004-01-13 22:19:52 +00:00
BrowserFrame.cpp Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
BrowserFrame.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
ChatFrame.cpp bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones 2006-02-03 14:18:39 +00:00
ChatFrame.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
EditorFrame.cpp bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones 2006-02-03 14:18:39 +00:00
EditorFrame.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
EmbedApp.cpp Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoContainer.cpp Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoContainer.h Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
GeckoContainerUI.cpp Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoFrame.cpp Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoFrame.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoProtocolHandler.cpp fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz 2006-01-02 02:30:32 +00:00
GeckoProtocolHandler.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoWindow.cpp Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoWindow.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoWindowCreator.cpp Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
GeckoWindowCreator.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
global.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
MailFrame.cpp bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones 2006-02-03 14:18:39 +00:00
MailFrame.h Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this. 2004-09-12 15:59:33 +00:00
makefile.vc NOT PART OF BUILD. Add Edit menu and cut, copy, paste and select all functionality to browser & editor 2004-01-13 21:42:25 +00:00
README.txt
wxEmbed.def
wxEmbed.dsp
wxEmbed.rc

wxEmbed is a sample application developed with wxWindows to demonstrate
various ways of embedding Gecko. It contains a sample browser and several
other demonstrations of embedded Gecko.

wxEmbed is deliberately not based upon wxMozilla - a 3rd party wrapper
for wxWindows. wxMozilla is the recommended route if you are more interested
in something more robust and cross-platform for wxWindows. wxEmbed is intended
more as a test harness for the embedding functionality of Gecko not an end
solution.

wxMozilla is here:

http://wxmozilla.sourceforge.net/

To build wxEmbed you must:

1. Get the latest 2.4 (at least 2.4.1) release from wxwindows.org
2. Build the debug/release static lib versions
3. cd into wxWindows/contrib and build src/xrc and utils/wxrc
4. Set your WXWIN environment variable to point to the wxWindows dir
5. Build Mozilla
6. Set MOZ_SRC environment variable to point to it.
7. Call nmake /f makefile.vc

If the gods were kind you should now have a wxembed.exe that you can copy to
your Mozilla dist directory and execute.