Use more efficient traversing with toggleFullyVisible()
commit136d9e8de9fac17b72877db430c38378f259800b
authorStanimir Stamenkov <stanio@yahoo.com>
Sun, 17 Jun 2018 10:30:26 +0000 (17 13:30 +0300)
committerStanimir Stamenkov <stanio@yahoo.com>
Sat, 1 Sep 2018 07:37:56 +0000 (1 10:37 +0300)
treea92ed29dd718be6943cfe0ceb98c77cd271cafe9
parent16919d9d6005c0b7223c4e2bda8f043ff250579c
Use more efficient traversing with toggleFullyVisible()

Process only immediate descendants per level.  querySelectorAll() returns
all descendants, and appears to cause slow script executions (hangs) at
times (deeply nested quotes).
src/chrome/content/quotecollapse/quotecollapse.js