From: Braden M. <br...@us...> - 2007-03-06 03:26:00
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18937 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Join the thread spawned by browser::load_url in browser's destructor. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.132 retrieving revision 1.1310.2.133 diff -C2 -d -r1.1310.2.132 -r1.1310.2.133 *** ChangeLog 5 Mar 2007 08:21:07 -0000 1.1310.2.132 --- ChangeLog 6 Mar 2007 03:25:58 -0000 1.1310.2.133 *************** *** 1,4 **** --- 1,18 ---- 2007-03-05 Braden McDaniel <br...@en...> + Join the thread spawned by browser::load_url in browser's + destructor. + + * src/libopenvrml/openvrml/browser.cpp + (openvrml::browser::~browser()): Join the thread that loads the + root scene. + (openvrml::browser::load_url(const std::vector<std::string> &, + const std::vector<std::string> &)): First, join any thread already + loading a root scene. + * src/libopenvrml/openvrml/browser.h + (openvrml::browser): Added member load_root_scene_thread. + + 2007-03-05 Braden McDaniel <br...@en...> + * mozilla-plugin/configure.ac: Added back mozincludedir substitution, which apparently got stomped on at some point. Its |