Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 5096952043667456: Fixed: Social widgets removed from share popup in first-run page (Closed)

Created:
Nov. 14, 2013, 5:02 p.m. by Thomas Greiner
Modified:
Jan. 29, 2014, 12:07 p.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

This 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M include.preload.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
Thomas Greiner
Nov. 14, 2013, 5:33 p.m. (2013-11-14 17:33:59 UTC) #1
Thomas Greiner
Jan. 29, 2014, 12:07 p.m. (2014-01-29 12:07:50 UTC) #2
Cannot reproduce this issue anymore.

Powered by Google App Engine
This is Rietveld