phoenix-firestorm/indra/media_plugins
Monroe Linden e1517318c5 Fix for EXT-6615 (SL webkit no longer reports "Second Life" in the HTTP_USER_AGENT)
The issue here is that initBrowserWindow() was doing the wrong thing if it got called after the set_user_agent message was received.

Made the handler for the set_user_agent message save the string in a member variable (mUserAgent).

Initialize mUserAgent to the default string in the MediaPluginWebKit constructor.

initBrowserWindow() now sets the user agent string from mUserAgent instead of from a literal.
2010-03-29 18:36:47 -07:00
..
base Add Doxygen comments 2009-12-03 08:47:59 -08:00
example Fix for build error in media_plugin_example.cpp. 2010-03-16 16:45:25 -07:00
gstreamer010 Merge from viewer-2-0 2010-03-23 14:08:11 +00:00
quicktime Added an "init" message in LLPLUGIN_MESSAGE_CLASS_MEDIA, and made LLPluginClassMedia queue it up before initializing its LLPluginProcessParent. 2010-03-16 16:42:31 -07:00
webkit Fix for EXT-6615 (SL webkit no longer reports "Second Life" in the HTTP_USER_AGENT) 2010-03-29 18:36:47 -07:00
CMakeLists.txt Adds an example plugin and corresponding changes to 2009-10-30 10:48:10 -07:00