From 89319455c36d48fe46a8501edd3c174c1de291fb Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Tue, 24 May 2016 17:08:09 +0200 Subject: Fix changing locale of ResourceBundle on Linux The ResourceBundle is not re-initialized for new Renderer Processes because it is initialized only once in Zygote Process. This means runtime locale changes do not affect new Renderer Processes. Zygote Process is supported on Linux only thus other platforms don't need this fix. With this change the locale of the ResourceBundle is reloaded when new Renderer Process is started. For accessing the pak file of the locale in the sandboxed environment the file descriptor is passed via the Chromium's GlobalDescriptor solution. Task-number: QTBUG-53000 Change-Id: I57e84078db9d0795d16d930aa1b3e93a6e86ec39 Reviewed-by: Allan Sandfeld Jensen --- src/3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty') diff --git a/src/3rdparty b/src/3rdparty index 428ec4b55..b5d5ca440 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit 428ec4b558454d610b9cfbd6735a90157562831e +Subproject commit b5d5ca440f575fdc81ca95b9ba8c4c8f4ff58187 -- cgit v1.2.3