[Extensions Bindings] Allow event listener unregistration in handling
Event listeners can potentially unregister themselves in the handling of the event, e.g. chrome.foo.onBar.addListener(function listener() { chrome.foo.onBar.removeListener(listener); <do stuff> }); Support this behavior and add a test. BUG=653596 Review-Url: https://codereview.chromium.org/2605353003 Cr-Commit-Position: refs/heads/master@{#441729}
Showing
Please register or sign in to comment