Skip to content

Commit 933d95d

Browse files
Synchronize changes from 1.6 master branch [ci skip]
578f3a2 Do not de-elevate CEF browser process 592906e Visual Studio Update 36d3dd6 Update crowdin-translators.json
2 parents e3e69c8 + 578f3a2 commit 933d95d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Client/cefweb/CWebApp.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ void CWebApp::OnBeforeCommandLineProcessing(const CefString& process_type, CefRe
2626
if (!pWebCore->GetGPUEnabled())
2727
command_line->AppendSwitch("disable-gpu");
2828

29+
// Disable the AutoDeElevate feature to make launching CEF with Admin privileges work.
30+
// https://github.com/chromiumembedded/cef/issues/3960
31+
// https://chromium-review.googlesource.com/c/chromium/src/+/6515318
32+
command_line->AppendSwitch("do-not-de-elevate");
33+
2934
command_line->AppendSwitch("disable-gpu-compositing"); // always disable this, causes issues with official builds
3035

3136
// command_line->AppendSwitch("disable-d3d11");

utils/localization/generate-translators/crowdin-translators.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,15 +422,18 @@
422422
],
423423
"ro": [
424424
"Andrei \"Vinyard\" Roib",
425+
"Can (turret001)",
425426
"ccw",
426427
"Cezar \"cezarignat\" Ignat",
427428
"Cheez",
428429
"Dan \"Talidan\" Chowdhury",
430+
"FlyingFork",
429431
"Hydra45",
430432
"qaisjp",
431433
"QuantumZ",
432434
"Stickey21",
433435
"TazZwOw Krons (sorinalex36)",
436+
"Vinyard",
434437
"wally00",
435438
"Zorgman"
436439
],

0 commit comments

Comments
 (0)