]> git.evergreen-ils.org Git - working/Hatch.git/commit
LP1954301 Extension differentiates tabs with same ID user/jeff/lp1954301_jeff_signoff
authorBill Erickson <berickxx@gmail.com>
Thu, 9 Dec 2021 16:20:37 +0000 (11:20 -0500)
committerJeff Godin <jgodin@tadl.org>
Fri, 10 Dec 2021 18:22:58 +0000 (13:22 -0500)
commit02a88fce21a1fb8ed3c30c50699a5d2a2e8444b0
tree79ee3210dbf2287a80440c3c605234a4a9657b06
parent0f1952612d5ad23dc66e30bbbca3f702058f5b23
LP1954301 Extension differentiates tabs with same ID

Apply a unique name to each browser tab port on connect.  This resolves
a scenario where Chrome would send a tab connect message followed
immediately by a tab disconnect message using the same tab ID, causing
the newly connected tab to be discarded.  With a unique name, each
connection is handled differently.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Jeff Godin <jgodin@tadl.org>
extension/app/extension.js