From 05eba5d7b82e5b5d9c959415b36125b801266231 Mon Sep 17 00:00:00 2001 From: callum_linden Date: Mon, 20 Nov 2017 16:08:15 -0800 Subject: Pull in CEF 3203 (Dullanan 1.1.888) Chrome 62 build and re-enable WebGL --- autobuild.xml | 14 +++++++------- indra/media_plugins/cef/media_plugin_cef.cpp | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 58c5a01492..5c10db7a98 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -556,9 +556,9 @@ archive hash - bbdea742f2a89bcd6360e61e01d6be93 + b23a8bdac14fe5b4ac07275358bde5dc url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/8207/32592/dullahan-1.1.820_3.3071.1637.gcb6cf75-darwin64-508196.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/10987/61023/dullahan-1.1.888_3.3071.1637.gcb6cf75-darwin64-510877.tar.bz2 name darwin64 @@ -568,9 +568,9 @@ archive hash - 31e11a74e0d3f1e5e4036cb5fea8d944 + bb598875e7494b14d5318e7e62c92e25 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/8209/32599/dullahan-1.1.820_3.3071.1634.g9cc59c8-windows-508196.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/10988/61030/dullahan-1.1.888_3.3202.1686.gd665578-windows-510877.tar.bz2 name windows @@ -580,16 +580,16 @@ archive hash - f965d244e7921c06ee79b68a4abcea3b + 374ecf17efaaeb63d98f9ff730c91814 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/8208/32602/dullahan-1.1.820_3.3071.1634.g9cc59c8-windows64-508196.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/10989/61035/dullahan-1.1.888_3.3202.1686.gd665578-windows64-510877.tar.bz2 name windows64 version - 1.1.820_3.3071.1634.g9cc59c8 + 1.1.888_3.3202.1686.gd665578 elfio diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index f3d7762a08..963c69aeb9 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -115,7 +115,7 @@ MediaPluginBase(host_send_func, host_user_data) mCookiesEnabled = true; mPluginsEnabled = false; mJavascriptEnabled = true; - mDisableGPU = true; + mDisableGPU = false; mUserAgentSubtring = ""; mAuthUsername = ""; mAuthPassword = ""; -- cgit v1.2.3