From: root <2863768433@qq.com> Date: Mon, 17 Aug 2020 02:03:06 +0000 (+0800) Subject: cmd/compile: make expanded/hidden columns in GOSSAFUNC persist across X-Git-Tag: go1.16beta1~1004 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=234e23d76351c31b191e25b688aa43248d9b3d5b;p=gostls13.git cmd/compile: make expanded/hidden columns in GOSSAFUNC persist across reloads use pushState with updated state and read it on page load,so that state can survive across reloads. Change-Id: I6c5e80e9747576245b979a62cb96d231d8f27d57 Reviewed-on: https://go-review.googlesource.com/c/go/+/248687 Run-TryBot: Alberto Donizetti TryBot-Result: Go Bot Reviewed-by: Bradford Lamson-Scribner Reviewed-by: Keith Randall Trust: Josh Bleecher Snyder --- diff --git a/src/cmd/compile/internal/ssa/html.go b/src/cmd/compile/internal/ssa/html.go index 1c70b64708..c781ca92cc 100644 --- a/src/cmd/compile/internal/ssa/html.go +++ b/src/cmd/compile/internal/ssa/html.go @@ -358,6 +358,21 @@ body.darkmode ellipse.outline-black { outline: gray solid 2px; }