summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-12-24 17:38:37 +0000
committerdllud <dllud@riseup.net>2019-12-24 17:38:37 +0000
commite3494ff72e1214d532f7c309d712c9e99b7d454f (patch)
treef5000520cf3ec58c87fd9e7a018740b139c74bd8
parentc50dfdd22bc5e18cf04a7eb275fb3f51b27cbd60 (diff)
downloadwebview-presentation-e3494ff72e1214d532f7c309d712c9e99b7d454f.tar.gz
webview-presentation-e3494ff72e1214d532f7c309d712c9e99b7d454f.tar.bz2
webview-presentation-e3494ff72e1214d532f7c309d712c9e99b7d454f.zip
Small clarifications.
Signed-off-by: dllud <dllud@riseup.net> dllud@riseup.net: re-worked clarifications, commit message.
-rw-r--r--slides.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/slides.tex b/slides.tex
index 2dd847a..be13fb2 100644
--- a/slides.tex
+++ b/slides.tex
@@ -250,13 +250,13 @@ public class MainActivity extends Activity {
\subsection{Stepwise cleansing}
\begin{frame}
- \frametitle{Stepwise cleansing}
+ \frametitle{Approach \#1: Stepwise cleansing}
Still no 100\% free-software WebView apk void of privacy concerns.\\\bigskip
Tentative approach:
\begin{enumerate}
\item Start with Guix's source code for ungoogled-chromium.
- \item Run Ubuntu license check on it.
- \item Check if original Chromium bug still applies
+ \item Run Ubuntu's license check script on it.
+ \item Check if original Chromium bug about licensing still applies
(was mostly related to third-party code).
\item Try to build WebView (will probably fail).
\item Cherry pick patches from ungoogled-chromium-android and Unobtainium.
@@ -267,7 +267,7 @@ public class MainActivity extends Activity {
\section{GeckoView shim}
\begin{frame}
- \frametitle{WebView API compatibility shim for GeckoView}
+ \frametitle{Approach \#2: WebView API compatibility shim for GeckoView}
Chromium fork requires constant maintenance burden.\\\smallskip
Google's interests do not align with ours. Check Mozilla.\\
\vspace{2\baselineskip}
@@ -327,7 +327,7 @@ public class MainActivity extends Activity {
\section{GeckoView on apps}
\begin{frame}
- \frametitle{GeckoView on apps}
+ \frametitle{Approach \#3: GeckoView on apps}
Fork apps to use GeckoView instead of WebView.\\\bigskip
Impossible for the small Replicant team to maintain.\\\bigskip
Would only work if app maintainers perceive GeckoView as a better alternative.