diff options
author | Luke Granger-Brown <git@lukegb.com> | 2020-11-27T17·39+0000 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2020-11-29T02·26+0000 |
commit | 77be22549a436d0869d8f8c91c09e5b3219567b7 (patch) | |
tree | 8765087c25d6867723dcf00c3dd4df5c18907cf2 /third_party/gerrit/0006-Always-use-Google-Fonts.patch | |
parent | 36cf7bef24bbd5ffccc8bac47a8c4d10dd5a265c (diff) |
chore(3p/gerrit): update to latest upstream HEAD r/1957
Change-Id: Ia7b17ca83ace164881a4dd8b0288741489bc467c Reviewed-on: https://cl.tvl.fyi/c/depot/+/2164 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/gerrit/0006-Always-use-Google-Fonts.patch b/third_party/gerrit/0006-Always-use-Google-Fonts.patch index 87ce3a1b2b60..1b392053537f 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 f3b85ab3ac139d8ec51c09aa5e0d430d65e35a96 Mon Sep 17 00:00:00 2001 +From def99cd67963afad42bd70f21fd2f626603481e4 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/7] Always use Google Fonts. +Subject: [PATCH 6/6] 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 d5f43de025..9c68a1d327 100644 +index 3b2cae702a..84ce678b6d 100644 --- a/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java +++ b/java/com/google/gerrit/httpd/raw/IndexHtmlUtil.java -@@ -231,7 +231,7 @@ public class IndexHtmlUtil { +@@ -182,7 +182,7 @@ public class IndexHtmlUtil { if (urlParameterMap.containsKey("ce")) { data.put("polyfillCE", "true"); } @@ -24,5 +24,5 @@ index d5f43de025..9c68a1d327 100644 } -- -2.27.0 +2.29.2 |