phoenix-firestorm/indra/media_plugins/webkit
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
..
CMakeLists.txt
linux_volume_catcher.cpp
linux_volume_catcher_pa_syms.inc
linux_volume_catcher_paglib_syms.inc
media_plugin_webkit.cpp Fix for EXT-6615 (SL webkit no longer reports "Second Life" in the HTTP_USER_AGENT) 2010-03-29 18:36:47 -07:00