Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VirtualKeyboard] Add Secure Context to VK interface.
Added SecureContext to VK interface as we don't want to show/hide VK when the document isn't the active document and hasn't been authenticated. Some tests that used to run on insecure context were changed to now use secure context instead. Using secure context also led to removal of some tests where we were manually injecting VK events to the browser. The embedded test server usage causes the input method initialized in the RWHVA to use the real input method instead of the mock implementation. WPT tests in crrev.com/c/2993938 cover those cases. Spec: https://github.com/w3c/editing/blob/gh-pages/docs/virtualkeyboard/index.html Bug: 856269 Change-Id: Ie4fa4c50a08e8d439b985e62beea4d9aa57f3e26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3003699 Reviewed-by: Kent Tamura <[email protected]> Reviewed-by: Keith Lee <[email protected]> Reviewed-by: Alexander Timin <[email protected]> Commit-Queue: Anupam Snigdha <[email protected]> Cr-Commit-Position: refs/heads/master@{#901863}
- Loading branch information