From 0dba3ce13340a8787a170c6693b22c040103adb2 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 6 Apr 2021 10:27:20 +0100 Subject: chore(3p/gerrit): update gerrit and plugins This reverts commit 9551b628d02323b01ecb80220342eea488f7200e (i.e. this is a rollfoward for https://cl.tvl.fyi/c/depot/+/2817) Change-Id: Iaffcf1cdbe119d26ecb09cc88f9a56436b374c08 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2870 Reviewed-by: tazjin Tested-by: BuildkiteCI --- third_party/gerrit/0003-Syntax-highlight-rules.pl.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'third_party/gerrit/0003-Syntax-highlight-rules.pl.patch') diff --git a/third_party/gerrit/0003-Syntax-highlight-rules.pl.patch b/third_party/gerrit/0003-Syntax-highlight-rules.pl.patch index f77f5c8f6a..096057f1ad 100644 --- a/third_party/gerrit/0003-Syntax-highlight-rules.pl.patch +++ b/third_party/gerrit/0003-Syntax-highlight-rules.pl.patch @@ -1,17 +1,17 @@ -From a76aba976de1a1e46c5aeb8772f3f2d58c7efda4 Mon Sep 17 00:00:00 2001 +From 7c2e72527d177fd26505821e6297e6aa270a4f96 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Thu, 2 Jul 2020 23:02:43 +0100 -Subject: [PATCH 3/6] Syntax highlight rules.pl +Subject: [PATCH 3/7] Syntax highlight rules.pl --- .../diff/gr-syntax-layer/gr-syntax-layer.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts -index 0c3bb40ce4..ace253da30 100644 +index 2762ccc625..ebb5d9dad9 100644 --- a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts +++ b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts -@@ -109,6 +109,10 @@ const LANGUAGE_MAP = new Map([ +@@ -103,6 +103,10 @@ const LANGUAGE_MAP = new Map([ ]); const ASYNC_DELAY = 10; @@ -22,7 +22,7 @@ index 0c3bb40ce4..ace253da30 100644 const CLASS_SAFELIST = new Set([ 'gr-diff gr-syntax gr-syntax-attr', 'gr-diff gr-syntax gr-syntax-attribute', -@@ -258,10 +262,17 @@ export class GrSyntaxLayer +@@ -241,10 +245,17 @@ export class GrSyntaxLayer implements DiffLayer { } } -- cgit 1.4.1