summaryrefslogtreecommitdiffstats
path: root/abstract.md
diff options
context:
space:
mode:
authordllud <dllud@riseup.net>2019-11-22 23:37:57 +0000
committerdllud <dllud@riseup.net>2019-11-22 23:37:57 +0000
commit2d3f7e59219ab35ccaf0ee61f552d2d970616463 (patch)
tree07ace242b7b1d2034b53e61c993a4f9e6c605837 /abstract.md
parentc80e1867b19290913d6b9d0d2fc1da3f79daca95 (diff)
downloadwebview-presentation-2d3f7e59219ab35ccaf0ee61f552d2d970616463.tar.gz
webview-presentation-2d3f7e59219ab35ccaf0ee61f552d2d970616463.tar.bz2
webview-presentation-2d3f7e59219ab35ccaf0ee61f552d2d970616463.zip
Convert abstract and full description to Markdown.
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.