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

Issue 29370947: Issue 3138 - Improve how context menu "block element" handles iframes (Closed)

Created:
Jan. 10, 2017, 6:36 a.m. by kzar
Modified:
Oct. 2, 2018, 11:45 a.m.
Reviewers:
Sebastian Noack
CC:
wspee
Visibility:
Public.

Description

Issue 3138 - Improve how context menu "block element" handles iframes

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed feedback #

Patch Set 3 : Rebased #

Total comments: 2

Patch Set 4 : Rebased, used info.application, improved comment #

Patch Set 5 : Use messaging instead of requiring the info module #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -9 lines) Patch
M composer.postload.js View 1 2 3 4 5 chunks +30 lines, -4 lines 0 comments Download
M ext/background.js View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M lib/filterComposer.js View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 6
kzar
Patch Set 1
Jan. 10, 2017, 6:40 a.m. (2017-01-10 06:40:15 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29370947/diff/29370948/chrome/ext/background.js File chrome/ext/background.js (right): https://codereview.adblockplus.org/29370947/diff/29370948/chrome/ext/background.js#newcode52 chrome/ext/background.js:52: if (frameId != undefined) Please use typeof to check ...
Jan. 11, 2017, 6:15 p.m. (2017-01-11 18:15:11 UTC) #2
kzar
Patch Set 2 : Addressed feedback https://codereview.adblockplus.org/29370947/diff/29370948/chrome/ext/background.js File chrome/ext/background.js (right): https://codereview.adblockplus.org/29370947/diff/29370948/chrome/ext/background.js#newcode52 chrome/ext/background.js:52: if (frameId != ...
Jan. 12, 2017, 7:24 a.m. (2017-01-12 07:24:04 UTC) #3
kzar
Patch Set 3 : Rebased https://codereview.adblockplus.org/29370947/diff/29510606/composer.postload.js File composer.postload.js (right): https://codereview.adblockplus.org/29370947/diff/29510606/composer.postload.js#newcode543 composer.postload.js:543: if (!target && window.frameElement ...
Aug. 9, 2017, 3:29 p.m. (2017-08-09 15:29:24 UTC) #4
kzar
Patch Set 4 : Rebased, used info.application, improved comment https://codereview.adblockplus.org/29370947/diff/29510606/composer.postload.js File composer.postload.js (right): https://codereview.adblockplus.org/29370947/diff/29510606/composer.postload.js#newcode543 composer.postload.js:543: ...
Oct. 18, 2017, 2:57 p.m. (2017-10-18 14:57:26 UTC) #5
kzar
Oct. 19, 2017, 10:57 a.m. (2017-10-19 10:57:52 UTC) #6
Patch Set 5 : Use messaging instead of requiring the info module

Powered by Google App Engine
This is Rietveld