commit | 4de3d0194d6a3796161a4b0fc9f473bb273a8034 | [log] [tgz] |
---|---|---|
author | Bryce Lee <brycelee@google.com> | Wed Sep 12 20:27:08 2018 -0700 |
committer | Bryce Lee <brycelee@google.com> | Wed Sep 12 20:27:08 2018 -0700 |
tree | d9bd990f09cf35b4f78731384efac7c9c2202751 | |
parent | d1c947e21c637e96d77ac03a7015ae06cd9f92d5 [diff] |
[WebKit] Allow Password field to trigger focus. By default, password fields do not use input method in webkit. However, we need this to be enabled for the virtual keyboard to be triggered. This is a known issue documented: https://bugs.webkit.org/show_bug.cgi?id=34285 This changelist temporarily enables input method for passwords. Bug: SEC-129 Test: built webkit and verified interaction with pages. Change-Id: Id7354b6bf138a0e7320a58a6383330de0413e076
This repository contains a copy of the WebKit web rendering engine. HTML rendering is needed on Fuchsia in order to authenticate with various authentication providers. This WebKit-based solution is meant as a stopgap until Chromium is ported to Fuchsia.
Before building webkit, follow the build instructions for Zircon and Fuchsia.
cd third_party/webkit/Tools/fuchsia ./build_all.sh ./build_webkit.sh -r
At the Zircon prompt:
mb /system/docs/hello.html
Webkit and its dependencies are provided as a pre-built shared library to the rest of the Fuchsia build. Care must be take when making changes to Source/WebKit/fuchsia/WebView.h to make sure that //topaz/runtime/web_view is compatible with it both with the existing prebuilt and the changes.
2018-04-10 - Trigger a build using the new infra recipe