Open johnjbarton opened 12 years ago
As of https://github.com/johnjbarton/crx2app/commit/981279a60801ad27b7f5584e490abd79f9770d83 one issue remains, the chrome.experimental.infobar does not get removed.
http://code.google.com/p/chromium/issues/detail?id=107458
Could be worked around by signalling the bar to close itself.
WindowsAdapter is by origin, not by tab. So how can we know when the debugger is closed?
4. Duh, use port onDisconnected event http://code.google.com/chrome/extensions/extension.html#type-Port
WindowsAdapter created in adapterFactory call from crxEnd add onDisconnect. Undocumented argument is 'port'. _disconnect windowsAdapter refactor add _connect() for better doc delete it
add _connect (call in ctor) _disconnect to TabsAdapter