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>