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

Issue 29347167: Issue 4210 - Fix dynamic-frame collapsing in Chrome (Closed)

Created:
June 30, 2016, 1:39 p.m. by kzar
Modified:
Aug. 11, 2016, 3:37 p.m.
Reviewers:
Sebastian Noack
CC:
Thomas Greiner
Visibility:
Public.

Description

Issue 4210 - Fix dynamic-frame collapsing in Chrome

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -13 lines) Patch
M include.preload.js View 3 chunks +15 lines, -9 lines 1 comment Download
M lib/requestBlocker.js View 1 chunk +13 lines, -4 lines 0 comments Download

Messages

Total messages: 2
kzar
Patch Set 1
June 30, 2016, 1:40 p.m. (2016-06-30 13:40:08 UTC) #1
Sebastian Noack
Aug. 10, 2016, 12:38 p.m. (2016-08-10 12:38:52 UTC) #2
https://codereview.adblockplus.org/29347167/diff/29347168/include.preload.js
File include.preload.js (left):

https://codereview.adblockplus.org/29347167/diff/29347168/include.preload.js#...
include.preload.js:556: if (!contentWindow.collapsing)
I'd rather remove this workaround than adding yet another workaround for side
effects of this workaround. Note that we already removed this code path in the
build for Edge to prevent another issue.

The worst that could happen is that some placeholders show up again (if the
Chrome bug still exists). However, at least I cannot reproduce the original
issue (#581) on chip.de anymore if I remove that code (though this might be as
well because they changed their website).

Powered by Google App Engine
This is Rietveld