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 Do the necessary stuff to package pulseaudio's headers and make it (in theory, not yet in practice) optional. 2010-02-22 16:50:26 +00:00
linux_volume_catcher.cpp slightly reduce the overhead of 'EXT-5601: Linux: volume adjustment of web-based media / Flash' 2010-02-23 13:11:38 +00:00
linux_volume_catcher_pa_syms.inc more work on dynamic grabbing of PA syms. 2010-02-22 15:50:49 +00:00
linux_volume_catcher_paglib_syms.inc more work on dynamic grabbing of PA syms. 2010-02-22 15:50:49 +00:00
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