Descriptionchrome.webRequest.*.removeListener removes callbacks that were registered multiple times
Because
- chrome.webRequest.*.addListener can be called multiple times with the same callback function, and
- chrome.webRequest.*.removeListener does not consider the filters and extraInfoSpec for removing a listener,
calling removeListener should remove all listeners that are registered for one callback.
BUG=107368
TEST=no
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114446
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|