Clone this repo:
  1. 18e3a68 [cleanup] Remove Fuchsia minibrowser by Rob Tsuk · 5 years ago main master
  2. d1fc701 [WebView] Reduce focus scope for text input. by Bryce Lee · 5 years ago
  3. 2c4a802 [WebKit] Set C++ STD library to 14. by Bryce Lee · 5 years ago
  4. 4de3d01 [WebKit] Allow Password field to trigger focus. by Bryce Lee · 6 years ago
  5. d1c947e [WebView] Dispatch input focus events to WebView. by Bryce Lee · 6 years ago

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.

Building

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

Prebuilts

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.

Rebuilds

2018-04-10 - Trigger a build using the new infra recipe