From 9b9338204722fe893d039fb7daf6f52dcbbb3421 Mon Sep 17 00:00:00 2001 From: "callum@gmail.com" Date: Fri, 8 Mar 2019 12:48:10 -0800 Subject: pull in updated 3p-cef-bin package: CEF 3.3626.1895.g7001d56 (Chromium 72.0.3626.121) with fix for CVE-2019-5786 --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 9b7ff39334..2bef0ef666 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -580,9 +580,9 @@ archive hash - 118987b1a5b56214cfdbd0c763e180da + bb069c5c6e8d0bc401e43b66ed6d4176 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/15127/97748/dullahan-1.1.1080_3.3325.1750.gaabe4c4-darwin64-513449.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33604/278468/dullahan-1.1.1300_3.3626.1895.g7001d56-darwin64-525104.tar.bz2 name darwin64 @@ -592,9 +592,9 @@ archive hash - 2ecc71350b30a1057091b9cd7af18b1c + 1c68f5ea0427fb8dd602e99f1d72d608 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/15128/97755/dullahan-1.1.1080_3.3325.1750.gaabe4c4-windows-513449.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33603/278469/dullahan-1.1.1300_3.3626.1895.g7001d56-windows-525104.tar.bz2 name windows @@ -604,16 +604,16 @@ archive hash - 2ed3e49388514dafb907c59a209d580e + 2d05676d9cb16b42d01f2938d6bdc533 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/15129/97760/dullahan-1.1.1080_3.3325.1750.gaabe4c4-windows64-513449.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33605/278476/dullahan-1.1.1300_3.3626.1895.g7001d56-windows64-525104.tar.bz2 name windows64 version - 1.1.1080_3.3325.1750.gaabe4c4 + 1.1.1300_3.3626.1895.g7001d56 elfio -- cgit v1.2.3 From 9203140564245341abfd15f4d7a495f3f134fb87 Mon Sep 17 00:00:00 2001 From: "callum@gmail.com" Date: Fri, 8 Mar 2019 19:12:19 -0800 Subject: Pick up new version of Dullahan (1.1.1301) that doesn't crash because size change for browser surface was initiated too early --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 2bef0ef666..d2924eca52 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -580,9 +580,9 @@ archive hash - bb069c5c6e8d0bc401e43b66ed6d4176 + 54fccdb81eea7393df0bdfe7bd0af79d url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33604/278468/dullahan-1.1.1300_3.3626.1895.g7001d56-darwin64-525104.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33640/279058/dullahan-1.1.1305_3.3626.1895.g7001d56-darwin64-525122.tar.bz2 name darwin64 @@ -592,9 +592,9 @@ archive hash - 1c68f5ea0427fb8dd602e99f1d72d608 + 0516ef9be6377cbdedc1ecef8d7d6b2c url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33603/278469/dullahan-1.1.1300_3.3626.1895.g7001d56-windows-525104.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33642/279070/dullahan-1.1.1305_3.3626.1895.g7001d56-windows-525122.tar.bz2 name windows @@ -604,16 +604,16 @@ archive hash - 2d05676d9cb16b42d01f2938d6bdc533 + d9c23b391f627b3773122d84ed7436f8 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33605/278476/dullahan-1.1.1300_3.3626.1895.g7001d56-windows64-525104.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33641/279065/dullahan-1.1.1305_3.3626.1895.g7001d56-windows64-525122.tar.bz2 name windows64 version - 1.1.1300_3.3626.1895.g7001d56 + 1.1.1305_3.3626.1895.g7001d56 elfio -- cgit v1.2.3 From c2ff5a28789a6343b445d48373c84096085303f7 Mon Sep 17 00:00:00 2001 From: callum_linden Date: Fri, 8 Mar 2019 21:29:32 -0800 Subject: Runtime files required by CEF changed in this version of CEF. We add them to the cef-bin and dullahan 3p packages but they were not copied to the right place - now they are --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index c0f642c852..fcb97ded8f 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -635,7 +635,7 @@ class WindowsManifest(ViewerManifest): self.path("dullahan_host.exe") self.path("natives_blob.bin") self.path("snapshot_blob.bin") - self.path("widevinecdmadapter.dll") + self.path("v8_context_snapshot.bin") # MSVC DLLs needed for CEF and have to be in same directory as plugin with self.prefix(src=os.path.join(self.args['build'], os.pardir, -- cgit v1.2.3 From 89f99f6ba441e53ab2144e4689f5c95ce10c749e Mon Sep 17 00:00:00 2001 From: "callum@gmail.com" Date: Tue, 12 Mar 2019 13:49:21 -0700 Subject: Pull in Dullahan 1.1.1309 with fix for macOS version --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index d2924eca52..e6c6803d89 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -580,9 +580,9 @@ archive hash - 54fccdb81eea7393df0bdfe7bd0af79d + 9c219f5fe35161eefb8abe1c6b8524ea url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33640/279058/dullahan-1.1.1305_3.3626.1895.g7001d56-darwin64-525122.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33755/280172/dullahan-1.1.1309_3.3626.1895.g7001d56-darwin64-525191.tar.bz2 name darwin64 @@ -592,9 +592,9 @@ archive hash - 0516ef9be6377cbdedc1ecef8d7d6b2c + 4b62b7726ba4b6912711b232539a51ed url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33642/279070/dullahan-1.1.1305_3.3626.1895.g7001d56-windows-525122.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33756/280178/dullahan-1.1.1309_3.3626.1895.g7001d56-windows-525191.tar.bz2 name windows @@ -604,16 +604,16 @@ archive hash - d9c23b391f627b3773122d84ed7436f8 + 06c3ae1ac1c0b9ce044ad839d95faff8 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33641/279065/dullahan-1.1.1305_3.3626.1895.g7001d56-windows64-525122.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33757/280182/dullahan-1.1.1309_3.3626.1895.g7001d56-windows64-525191.tar.bz2 name windows64 version - 1.1.1305_3.3626.1895.g7001d56 + 1.1.1309_3.3626.1895.g7001d56 elfio -- cgit v1.2.3 From 2046e01f80035538f998f9e105dfd21c217a660c Mon Sep 17 00:00:00 2001 From: "callum@gmail.com" Date: Fri, 15 Mar 2019 14:36:21 -0700 Subject: Pull in updated Dullahan (1.1.1313) with a fix for the DullahanHelper.app icon appearing in the Apple Dock --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index e6c6803d89..5b84256ab8 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -580,9 +580,9 @@ archive hash - 9c219f5fe35161eefb8abe1c6b8524ea + 29973c47ad65c18e9c45b5e95e8d3364 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33755/280172/dullahan-1.1.1309_3.3626.1895.g7001d56-darwin64-525191.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33962/282718/dullahan-1.1.1313_3.3626.1895.g7001d56-darwin64-525319.tar.bz2 name darwin64 @@ -592,9 +592,9 @@ archive hash - 4b62b7726ba4b6912711b232539a51ed + 239dc2288ab12ccfdee6c0eb91539f49 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33756/280178/dullahan-1.1.1309_3.3626.1895.g7001d56-windows-525191.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33964/282730/dullahan-1.1.1313_3.3626.1895.g7001d56-windows-525319.tar.bz2 name windows @@ -604,16 +604,16 @@ archive hash - 06c3ae1ac1c0b9ce044ad839d95faff8 + c86a97fa3de24057575e8942c402e720 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33757/280182/dullahan-1.1.1309_3.3626.1895.g7001d56-windows64-525191.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33963/282731/dullahan-1.1.1313_3.3626.1895.g7001d56-windows64-525319.tar.bz2 name windows64 version - 1.1.1309_3.3626.1895.g7001d56 + 1.1.1313_3.3626.1895.g7001d56 elfio -- cgit v1.2.3 From 72f21b399e5a07ee162116f677e643b21e54d7bb Mon Sep 17 00:00:00 2001 From: "callum@gmail.com" Date: Mon, 18 Mar 2019 15:36:16 -0700 Subject: Pull in a change to Dullahan that allows user to specify flag that lets video/audio autoplay like it did before Chrome 70? (Dullahan v1.1.1320). Also sets a flag in media plugin CEF code to change the settings from false (default) to true --- autobuild.xml | 14 +++++++------- indra/media_plugins/cef/media_plugin_cef.cpp | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 5b84256ab8..5f072512c1 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -580,9 +580,9 @@ archive hash - 29973c47ad65c18e9c45b5e95e8d3364 + 23aeaf23e7db2484a1850017141860dd url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33962/282718/dullahan-1.1.1313_3.3626.1895.g7001d56-darwin64-525319.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/34069/283470/dullahan-1.1.1320_3.3626.1895.g7001d56-darwin64-525361.tar.bz2 name darwin64 @@ -592,9 +592,9 @@ archive hash - 239dc2288ab12ccfdee6c0eb91539f49 + 71fa66203326aca918796e874976c080 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33964/282730/dullahan-1.1.1313_3.3626.1895.g7001d56-windows-525319.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/34070/283477/dullahan-1.1.1320_3.3626.1895.g7001d56-windows-525361.tar.bz2 name windows @@ -604,16 +604,16 @@ archive hash - c86a97fa3de24057575e8942c402e720 + c7162e4805f50a3609f5dc63d0cf2bc0 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33963/282731/dullahan-1.1.1313_3.3626.1895.g7001d56-windows64-525319.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/34071/283480/dullahan-1.1.1320_3.3626.1895.g7001d56-windows64-525361.tar.bz2 name windows64 version - 1.1.1313_3.3626.1895.g7001d56 + 1.1.1320_3.3626.1895.g7001d56 elfio diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index 2bd5526a86..66b316df90 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -519,6 +519,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string) settings.webgl_enabled = true; settings.log_file = mCefLogFile; settings.log_verbose = mCefLogVerbose; + settings.autoplay_without_gesture = true; std::vector custom_schemes(1, "secondlife"); mCEFLib->setCustomSchemes(custom_schemes); -- cgit v1.2.3