From fce75c9ecf72c63907f149aef6c8843476645db6 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Fri, 7 Feb 2020 23:52:59 +0000 Subject: [PATCH] AW docs: add Android WebView 101 talk to README This adds a link to the Chrome University 2019 Android WebView 101 talk and slide deck. Bug: 918221 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: I417549de470a1d78a39e6627f505d60a6f095c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044617 Auto-Submit: Nate Fischer Reviewed-by: Changwan Ryu Commit-Queue: Nate Fischer Cr-Commit-Position: refs/heads/master@{#739621} --- android_webview/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/android_webview/README.md b/android_webview/README.md index 838faeb5a9a780..600a3d5a336f28 100644 --- a/android_webview/README.md +++ b/android_webview/README.md @@ -12,6 +12,16 @@ sibling layers such as `//chrome/`. This directory contains the Android WebView implementation, as well as the implementation for the [AndroidX Webkit support library][2]. +## Overview for Chromium team members and contributors + +If you're a chromium team member or contributor and want to make changes to +Android WebView, please check out [Android WebView 101 +(2019)](https://youtu.be/qMvbtcbEkDU) ([public slide +deck](https://docs.google.com/presentation/d/1Nv0fsiU0xtPQPyAWb0FRsjzr9h2nh339-pq7ssWoNQg/edit?usp=sharing)) +for an overview of WebView use cases, architecture (single vs. multiprocess, +in-process GPU & Network service, etc.), and development/experimentation/release +process. + ## Want to use WebView in an Android app? Please consult our API documentation and app development guides: