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

Issue 29832561: Issue 6774 - $document doesn't whitelist everything inside iframes in Edge (Closed)

Created:
July 17, 2018, 12:36 p.m. by geo
Modified:
July 20, 2018, 3:42 p.m.
Reviewers:
Sebastian Noack, kzar
CC:
Felix Dahlke
Visibility:
Public.

Description

Issue 6774 - $document doesn't whitelist everything inside iframes in Edge

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -2 lines) Patch
M ext/background.js View 1 2 3 1 chunk +26 lines, -2 lines 0 comments Download

Messages

Total messages: 14
geo
July 17, 2018, 1:13 p.m. (2018-07-17 13:13:35 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js#newcode572 ext/background.js:572: let valueHref = value.url.href.replace("#", ""); This will only strip ...
July 17, 2018, 2:20 p.m. (2018-07-17 14:20:42 UTC) #2
kzar
https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js#newcode563 ext/background.js:563: // In Edge we don't have frameId Would be ...
July 17, 2018, 2:46 p.m. (2018-07-17 14:46:07 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js#newcode563 ext/background.js:563: // In Edge we don't have frameId Also please ...
July 17, 2018, 2:50 p.m. (2018-07-17 14:50:34 UTC) #4
kzar
https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js#newcode578 ext/background.js:578: if (valueHref == rawSenderHref) On 2018/07/17 14:50:34, Sebastian Noack ...
July 17, 2018, 3:41 p.m. (2018-07-17 15:41:53 UTC) #5
geo
https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29832562/ext/background.js#newcode563 ext/background.js:563: // In Edge we don't have frameId On 2018/07/17 ...
July 17, 2018, 4:36 p.m. (2018-07-17 16:36:22 UTC) #6
kzar
https://codereview.adblockplus.org/29832561/diff/29832581/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29832581/ext/background.js#newcode570 ext/background.js:570: for (let [key, value] of frames) Nit: Would be ...
July 17, 2018, 4:54 p.m. (2018-07-17 16:54:35 UTC) #7
geo
https://codereview.adblockplus.org/29832561/diff/29832581/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29832581/ext/background.js#newcode570 ext/background.js:570: for (let [key, value] of frames) On 2018/07/17 16:54:35, ...
July 18, 2018, 4:08 p.m. (2018-07-18 16:08:11 UTC) #8
kzar
LGTM, nice work.
July 18, 2018, 6:34 p.m. (2018-07-18 18:34:08 UTC) #9
Sebastian Noack
https://codereview.adblockplus.org/29832561/diff/29833595/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29833595/ext/background.js#newcode570 ext/background.js:570: let rawSenderHref = rawSender.url ? Do we even want ...
July 19, 2018, 4:18 p.m. (2018-07-19 16:18:05 UTC) #10
geo
https://codereview.adblockplus.org/29832561/diff/29833595/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29832561/diff/29833595/ext/background.js#newcode570 ext/background.js:570: let rawSenderHref = rawSender.url ? On 2018/07/19 16:18:05, Sebastian ...
July 19, 2018, 6:48 p.m. (2018-07-19 18:48:16 UTC) #11
Sebastian Noack
LGTM
July 19, 2018, 8:07 p.m. (2018-07-19 20:07:03 UTC) #12
kzar
Even more LGTM
July 20, 2018, 9:20 a.m. (2018-07-20 09:20:04 UTC) #13
Sebastian Noack
July 20, 2018, 3:15 p.m. (2018-07-20 15:15:34 UTC) #14
Pushed: https://hg.adblockplus.org/adblockpluschrome/rev/e062685e6bd6

Feel free to close this review.

Powered by Google App Engine
This is Rietveld