DescriptionThis is not a fix for the underlying issue but merely an improvement that prevents the removal of elements on a page that are not supposed to be removed.
The real issue is that under some circumstances we get an empty object back from the chrome.extension.sendRequest callback even though a boolean was sent by the background page.
I was able to reproduce this semi-reliably by installing the extension, opening the share page from within the first-run page and/or visiting share.adblockplus.org in another tab - although I couldn't get it to work each time.
As soon as the problem can be narrowed down enough we should either commit another fix and/or file an issue report if it turns out to be really Chromium related.
FYI: The fact that chrome.extension.sendRequest/onRequest has been deprecated is not the source of this issue.
Patch Set 1 #
MessagesTotal messages: 2
|