mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix hidden dropdowns when the window is topmost (issue #1468)
Also add a --always-on-top flag to cefclient to allow easier testing of this behavior on Windows and Linux.
This commit is contained in:
committed by
Marshall Greenblatt
parent
1928572b52
commit
c64898f9fc
@@ -37,6 +37,7 @@ const char kFilterURL[] = "filter-url";
|
||||
const char kUseViews[] = "use-views";
|
||||
const char kHideFrame[] = "hide-frame";
|
||||
const char kHideControls[] = "hide-controls";
|
||||
const char kAlwaysOnTop[] = "always-on-top";
|
||||
const char kHideTopMenu[] = "hide-top-menu";
|
||||
const char kWidevineCdmPath[] = "widevine-cdm-path";
|
||||
const char kSslClientCertificate[] = "ssl-client-certificate";
|
||||
|
||||
@@ -31,6 +31,7 @@ extern const char kFilterURL[];
|
||||
extern const char kUseViews[];
|
||||
extern const char kHideFrame[];
|
||||
extern const char kHideControls[];
|
||||
extern const char kAlwaysOnTop[];
|
||||
extern const char kHideTopMenu[];
|
||||
extern const char kWidevineCdmPath[];
|
||||
extern const char kSslClientCertificate[];
|
||||
|
||||
Reference in New Issue
Block a user