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

Issue 6677078657204224: Issue 2084 - Detect our content script instead checking for anonymous frames (Closed)

Created:
March 4, 2015, 7:19 p.m. by Sebastian Noack
Modified:
March 4, 2015, 9:59 p.m.
Reviewers:
Wladimir Palant
CC:
kzar
Visibility:
Public.

Description

Issue 2084 - Detect our content script instead checking for anonymous frames

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use contentDocument.defaultView instead contentWindow #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M include.preload.js View 1 3 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 4
Sebastian Noack
March 4, 2015, 7:20 p.m. (2015-03-04 19:20:48 UTC) #1
Wladimir Palant
http://codereview.adblockplus.org/6677078657204224/diff/5629499534213120/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6677078657204224/diff/5629499534213120/include.preload.js#newcode87 include.preload.js:87: contentWindow = element.contentWindow; Accessing element.contentWindow is actually allowed for ...
March 4, 2015, 7:31 p.m. (2015-03-04 19:31:36 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/6677078657204224/diff/5629499534213120/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6677078657204224/diff/5629499534213120/include.preload.js#newcode87 include.preload.js:87: contentWindow = element.contentWindow; On 2015/03/04 19:31:36, Wladimir Palant wrote: ...
March 4, 2015, 8:36 p.m. (2015-03-04 20:36:13 UTC) #3
Wladimir Palant
March 4, 2015, 9:17 p.m. (2015-03-04 21:17:41 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld