Fix the crash of window.open() in ChromeWebView.
When window.open() is called, we need to use the exact WKWebViewConfiguration provided by WebKit's delegate method in crw_wk_ui_handler to initialize the WKWebView inside CWVWebView. This CL makes the WKWebView inside CWVWebView to be initialized lazily. Bug: 1054276 Change-Id: I5e26c393bbaa667b43b43ba5f78a24b2cacaaede Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061984 Commit-Queue: Jiajun Ou <garzonou@google.com> Reviewed-by:Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#744924}
Showing
Please register or sign in to comment