diff options
author | Luke Granger-Brown <hg@lukegb.com> | 2020-07-26T00·17+0100 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2020-07-26T11·29+0000 |
commit | a5c7e03dbdc754996c76a32a9c7d157bd5c938de (patch) | |
tree | b43024d34284d523f46958e358100986e9c60089 /third_party/gerrit/0006-Always-use-Google-Fonts.patch | |
parent | c3608fdf87b34eff33270bf91db3ec35d696f6a2 (diff) |
fix(gerrit): fix hovercards under Firefox r/1479
Firefox doesn't implement the IE6 fromElement/toElement, and it's not in the MouseEvent spec (at the moment). Replace with the worse-named but better-specified target and relatedTarget attributes instead. Upstream change: https://gerrit-review.googlesource.com/q/I9eeb26c032a38de9d7185749373c7982c796acb2 Change-Id: I9f9a1eb9342bc80b91b5b364a04cc5fa9a7ccaeb Reviewed-on: https://cl.tvl.fyi/c/depot/+/1442 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'third_party/gerrit/0006-Always-use-Google-Fonts.patch')
-rw-r--r-- | third_party/gerrit/0006-Always-use-Google-Fonts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gerrit/0006-Always-use-Google-Fonts.patch b/third_party/gerrit/0006-Always-use-Google-Fonts.patch index 597e44604f81..87ce3a1b2b60 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: 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), |