diff options
author | Luke Granger-Brown <git@lukegb.com> | 2021-04-03T23·20+0000 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2021-04-04T10·11+0000 |
commit | f59c6214c4b1812120bd500a23d1cb6e160d6665 (patch) | |
tree | f67c6dc794ffe4d5366ddeeb3b0c517dfcbc1eb4 /third_party/gerrit/0006-Always-use-Google-Fonts.patch | |
parent | e5b8bd2842ee5f8525e72ee55b19a9047490403b (diff) |
chore(3p/gerrit): update gerrit and plugins r/2423
Yeet. Change-Id: I4de6453419f520a44af19d561a36d242195a64e9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2817 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/gerrit/0006-Always-use-Google-Fonts.patch')
-rw-r--r-- | third_party/gerrit/0006-Always-use-Google-Fonts.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/gerrit/0006-Always-use-Google-Fonts.patch b/third_party/gerrit/0006-Always-use-Google-Fonts.patch index 5263ce114785..6e99412499e1 100644 --- a/third_party/gerrit/0006-Always-use-Google-Fonts.patch +++ b/third_party/gerrit/0006-Always-use-Google-Fonts.patch @@ -1,7 +1,7 @@ -From 1705c2634a2271659e3baf6b6c35f2e63bf05736 Mon Sep 17 00:00:00 2001 +From e5c8621646bbde242453a1ac6b0b82f6279789e0 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown <git@lukegb.com> Date: Sat, 11 Jul 2020 00:46:13 +0000 -Subject: [PATCH 6/6] Always use Google Fonts. +Subject: [PATCH 6/7] Always use Google Fonts. We're not a corporate, and we're not behind the GFW. Always use Google Fonts, because even though we no longer get the caching benefits (boo, browsers), @@ -11,10 +11,10 @@ it is still a better geographically-distributed CDN. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java -index 3b2cae702a..84ce678b6d 100644 +index a9cfceb3b6..9c287c6e45 100644 --- a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java +++ b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java -@@ -182,7 +182,7 @@ public class IndexHtmlUtil { +@@ -184,7 +184,7 @@ public class IndexHtmlUtil { if (urlParameterMap.containsKey("ce")) { data.put("polyfillCE", "true"); } |