unbroke more
This commit is contained in:
@@ -2796,7 +2796,51 @@
|
|||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
<string>String</string>
|
<string>String</string>
|
||||||
<key>Value</key>
|
<key>Value</key>
|
||||||
<string>http://www.secondlife.com</string>
|
<string>http://www.singularityviewer.org</string>
|
||||||
|
</map>
|
||||||
|
<key>BrowserCookiesEnabled</key>
|
||||||
|
<map>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string>Enable Cookes in WebKit</string>
|
||||||
|
<key>Persist</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>Type</key>
|
||||||
|
<string>Boolean</string>
|
||||||
|
<key>Value</key>
|
||||||
|
<string>1</string>
|
||||||
|
</map>
|
||||||
|
<key>BrowserPluginsEnabled</key>
|
||||||
|
<map>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string>Enable Mozilla Plug-Ins in WebKit</string>
|
||||||
|
<key>Persist</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>Type</key>
|
||||||
|
<string>Boolean</string>
|
||||||
|
<key>Value</key>
|
||||||
|
<string>1</string>
|
||||||
|
</map>
|
||||||
|
<key>BrowserJavascriptEnabled</key>
|
||||||
|
<map>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string>Enable JavaScript execution in WebKit</string>
|
||||||
|
<key>Persist</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>Type</key>
|
||||||
|
<string>Boolean</string>
|
||||||
|
<key>Value</key>
|
||||||
|
<string>1</string>
|
||||||
|
</map>
|
||||||
|
<key>PluginAttachDebuggerToPlugins</key>
|
||||||
|
<map>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string>TODO: understand what this actually does -.-sg</string>
|
||||||
|
<key>Persist</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>Type</key>
|
||||||
|
<string>Boolean</string>
|
||||||
|
<key>Value</key>
|
||||||
|
<string>0</string>
|
||||||
</map>
|
</map>
|
||||||
<key>BlockAvatarAppearanceMessages</key>
|
<key>BlockAvatarAppearanceMessages</key>
|
||||||
<map>
|
<map>
|
||||||
|
|||||||
@@ -466,19 +466,6 @@ LLPluginClassMedia* LLViewerMediaImpl::newSourceFromMediaType(std::string media_
|
|||||||
std::string user_data_path = gDirUtilp->getOSUserAppDir();
|
std::string user_data_path = gDirUtilp->getOSUserAppDir();
|
||||||
user_data_path += gDirUtilp->getDirDelimiter();
|
user_data_path += gDirUtilp->getDirDelimiter();
|
||||||
|
|
||||||
// Fix for EXT-5960 - make browser profile specific to user (cache, cookies etc.)
|
|
||||||
// If the linden username returned is blank, that can only mean we are
|
|
||||||
// at the login page displaying login Web page or Web browser test via Develop menu.
|
|
||||||
// In this case we just use whatever gDirUtilp->getOSUserAppDir() gives us (this
|
|
||||||
// is what we always used before this change)
|
|
||||||
std::string linden_user_dir = gDirUtilp->getLindenUserDir();
|
|
||||||
if ( ! linden_user_dir.empty() )
|
|
||||||
{
|
|
||||||
// gDirUtilp->getLindenUserDir() is whole path, not just Linden name
|
|
||||||
user_data_path = linden_user_dir;
|
|
||||||
user_data_path += gDirUtilp->getDirDelimiter();
|
|
||||||
}
|
|
||||||
|
|
||||||
// See if the plugin executable exists
|
// See if the plugin executable exists
|
||||||
llstat s;
|
llstat s;
|
||||||
if(LLFile::stat(launcher_name, &s))
|
if(LLFile::stat(launcher_name, &s))
|
||||||
|
|||||||
Reference in New Issue
Block a user