Suppress a macOS hack present in electron to gain webview focus 98/226898/1 accepted/tizen/5.5/unified/20200316.155223 submit/tizen_5.5/20200316.025242
authorSurya Kumar <surya.kumar7@samsung.com>
Fri, 6 Mar 2020 07:11:20 +0000 (12:41 +0530)
committerSurya Kumar <surya.kumar7@samsung.com>
Fri, 6 Mar 2020 07:11:20 +0000 (12:41 +0530)
commiteef98a54cb73e79716731a799194035390ba63a2
tree0e0e9c052038f560f70678689919aac3a35c8f88
parent912cecb41f022c521887bf4fff705c7484c94741
Suppress a macOS hack present in electron to gain webview focus

A hack used by electron meant for macOS & extended for other
platforms contingently is causing behavior difference from XWALK.
Since that's the only consumer of 'load-url', removed all
event listeners.
Focus will anyway be gained by WebContents on their respective
show() calls. Fixes P200228-07034 & P200113-07900.

Change-Id: Ic67f3e5d74cdf47b909134ba7734189af1aa5a95
Signed-off-by: Surya Kumar <surya.kumar7@samsung.com>
wrt_app/browser/wrt_window.js