summaryrefslogtreecommitdiffstats
path: root/slides.tex
diff options
context:
space:
mode:
authorJeremy Rand <jeremyrand@airmail.cc>2019-12-25 22:34:15 +0100
committerdllud <dllud@riseup.net>2019-12-25 22:34:15 +0100
commitf116f4fa81f9d7665e6d2530fc82b5ea711a6a80 (patch)
tree845003bdc56e8baa6444fe852d237d30631cca47 /slides.tex
parente3494ff72e1214d532f7c309d712c9e99b7d454f (diff)
downloadwebview-presentation-f116f4fa81f9d7665e6d2530fc82b5ea711a6a80.tar.gz
webview-presentation-f116f4fa81f9d7665e6d2530fc82b5ea711a6a80.tar.bz2
webview-presentation-f116f4fa81f9d7665e6d2530fc82b5ea711a6a80.zip
Addendums and speaker notes.
Signed-off-by: dllud <dllud@riseup.net> dllud@riseup.net: fit addendums into slides' text; commit message.
Diffstat (limited to 'slides.tex')
-rw-r--r--slides.tex15
1 files changed, 12 insertions, 3 deletions
diff --git a/slides.tex b/slides.tex
index be13fb2..c1b962d 100644
--- a/slides.tex
+++ b/slides.tex
@@ -33,7 +33,7 @@
}
\title[The Chromium mess meets Android]{The Chromium mess meets Android}
-\subtitle{Proposals on how to get a fully free WebView build or replace it by something completely new}
+\subtitle{Proposals on how to get a fully free WebView build or replace it with something completely new}
\author{David Ludovino \and Jeremy Rand \thanks{\footnotesize with support from Andrés D and Kurtis Hanna}}
\institute[Replicant]{Replicant}
\date{}
@@ -144,14 +144,23 @@ public class MainActivity extends Activity {
\item Background requests to Google during build and run.
\item Depends on Google services for several features (e.g. Safe Browsing).
\item Limited privacy controls.
+ \item API prevents extensions from blocking ads.
\end{itemize}
- \bigskip
+ \medskip
+ \pause
+ Security issues:
+ \begin{itemize}
+ \item Prevents users from escaping the certificate authority system for TLS.
+ \end{itemize}
+ \medskip
+ \pause
Freedom issues:
\begin{itemize}
\item Pre-built binaries throughout the code base.
\item Missing license in some source files.
\end{itemize}
- \bigskip
+ \medskip
+ \pause
Verdict: unfit for fully free-software distributions.
\end{frame}