From f147b409df7f74fde2f948273a1b596ada11eaf3 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 8 Apr 2017 20:45:45 +0300 Subject: [PATCH] embed SVG to help buggy Chrome's GC Chrome doesn't garbage-collect (or even leaks) SVG referenced via so we'll embed the code directly on manage and popup pages where dozens/hundreds of svgs are displayed. --- manage.html | 84 ++++++++++++++++++++++++++--------------------------- popup.html | 24 +++++++-------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/manage.html b/manage.html index 2febad71..1bd2c9a8 100644 --- a/manage.html +++ b/manage.html @@ -8,6 +8,12 @@ + +