revert(3p/gerrit): chore(3p/gerrit): update gerrit and plugins
This reverts commit f59c6214c4.
Reason for revert: new gerrit's JS appears to not have compiled correctly; rolling back until I can figure out why
Change-Id: If16fe341aad25bef30ed7be8c6ac49cadf2a732c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2821
Reviewed-by: lukegb <lukegb@tvl.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
parent
f59c6214c4
commit
9551b628d0
10 changed files with 65 additions and 68 deletions
|
|
@ -1,17 +1,17 @@
|
|||
From 7c2e72527d177fd26505821e6297e6aa270a4f96 Mon Sep 17 00:00:00 2001
|
||||
From a76aba976de1a1e46c5aeb8772f3f2d58c7efda4 Mon Sep 17 00:00:00 2001
|
||||
From: Luke Granger-Brown <git@lukegb.com>
|
||||
Date: Thu, 2 Jul 2020 23:02:43 +0100
|
||||
Subject: [PATCH 3/7] Syntax highlight rules.pl
|
||||
Subject: [PATCH 3/6] 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 2762ccc625..ebb5d9dad9 100644
|
||||
index 0c3bb40ce4..ace253da30 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
|
||||
@@ -103,6 +103,10 @@ const LANGUAGE_MAP = new Map<string, string>([
|
||||
@@ -109,6 +109,10 @@ const LANGUAGE_MAP = new Map<string, string>([
|
||||
]);
|
||||
const ASYNC_DELAY = 10;
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ index 2762ccc625..ebb5d9dad9 100644
|
|||
const CLASS_SAFELIST = new Set<string>([
|
||||
'gr-diff gr-syntax gr-syntax-attr',
|
||||
'gr-diff gr-syntax gr-syntax-attribute',
|
||||
@@ -241,10 +245,17 @@ export class GrSyntaxLayer implements DiffLayer {
|
||||
@@ -258,10 +262,17 @@ export class GrSyntaxLayer
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue