summaryrefslogtreecommitdiffstats
path: root/abstract.md
diff options
context:
space:
mode:
Diffstat (limited to 'abstract.md')
-rw-r--r--abstract.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/abstract.md b/abstract.md
new file mode 100644
index 0000000..9baf87e
--- /dev/null
+++ b/abstract.md
@@ -0,0 +1,10 @@
+WebView is one of the core components of the Android system, used and abused by
+apps to render web content (HTML, CSS, JS). WebView is nowadays built out of the
+Chromium source tree which has been plagued by privacy and freedom issues. As a
+fully free-software Android distribution, Replicant is exploring different paths
+to create a WebView build that respects user's privacy and freedom. Our
+tentative approaches go all the way from further cleaning the Chromium source
+after projects like ungoogled-chromium, to fully replacing WebView by a shim
+built around GeckoView. We will present our approaches on this lightning talk,
+on the hopes of getting feedback from the community and engaging other projects
+to collaborate with us.