summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2019-09-24 14:59:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-09-30 13:49:52 +0000
commit0136622cb56acb0548f06563b4a8677265869dc0 (patch)
tree56f52cda87fc74d341fee7185546b17bf624bd62
parentcf7e52018a95f4a73fdb191147c4d5281edb13af (diff)
Re-enable User Activation V2
Fixes auto tests with synthetic keyboard events. Change-Id: Iaed47077288309fd71295a0ebda9480516f08fde Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/core/web_engine_context.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index a42565c2b..e570cd7f8 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -507,8 +507,6 @@ WebEngineContext::WebEngineContext()
appendToFeatureList(enableFeatures, features::kAllowContentInitiatedDataUrlNavigations.name);
// The video-capture service is not functioning at this moment (since 69)
appendToFeatureList(disableFeatures, features::kMojoVideoCapture.name);
- // Breaks WebEngineNewViewRequest.userInitiated API (since 73)
- appendToFeatureList(disableFeatures, features::kUserActivationV2.name);
// We do not yet support the network-service, but it is enabled by default since 75.
appendToFeatureList(disableFeatures, network::features::kNetworkService.name);