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

Issue 29882555: Issue 6953 - Update frame structure for data URI frames (Closed)

Created:
Sept. 16, 2018, 2:10 p.m. by Manish Jethani
Modified:
Sept. 26, 2018, 2:19 p.m.
Reviewers:
Sebastian Noack
Base URL:
https://hg.adblockplus.org/adblockpluschrome/
Visibility:
Public.

Description

Issue 6953 - Update frame structure for data URI frames

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use String.startsWith #

Total comments: 2

Patch Set 3 : Update comment #

Patch Set 4 : Remove mistakenly uploaded dependencies file #

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

Messages

Total messages: 13
Manish Jethani
Sept. 16, 2018, 2:10 p.m. (2018-09-16 14:10:54 UTC) #1
Manish Jethani
Patch Set 1
Sept. 16, 2018, 2:11 p.m. (2018-09-16 14:11:32 UTC) #2
Manish Jethani
On 2018/09/16 14:11:32, Manish Jethani wrote: > Patch Set 1 Note that it is in ...
Sept. 16, 2018, 2:14 p.m. (2018-09-16 14:14:14 UTC) #3
Sebastian Noack
Assuming onBeforeNavigate is triggered for data: URLs, and that you reproduced a scenario in which ...
Sept. 17, 2018, 4:02 p.m. (2018-09-17 16:02:31 UTC) #4
Manish Jethani
On 2018/09/17 16:02:31, Sebastian Noack wrote: > Assuming onBeforeNavigate is triggered for data: URLs, and ...
Sept. 21, 2018, 12:48 p.m. (2018-09-21 12:48:18 UTC) #5
Manish Jethani
On 2018/09/21 12:48:18, Manish Jethani wrote: > On 2018/09/17 16:02:31, Sebastian Noack wrote: > > ...
Sept. 21, 2018, 8:29 p.m. (2018-09-21 20:29:05 UTC) #6
Manish Jethani
Patch Set 2: Use String.startsWith https://codereview.adblockplus.org/29882555/diff/29882556/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29882555/diff/29882556/ext/background.js#newcode257 ext/background.js:257: if (/^(about|data):/.test(details.url)) On 2018/09/17 ...
Sept. 21, 2018, 8:32 p.m. (2018-09-21 20:32:24 UTC) #7
Manish Jethani
https://codereview.adblockplus.org/29882555/diff/29887602/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29882555/diff/29887602/ext/background.js#newcode254 ext/background.js:254: // Requests can be made by about: and data: ...
Sept. 22, 2018, 3:56 p.m. (2018-09-22 15:56:51 UTC) #8
Manish Jethani
Patch Set 3: Update comment https://codereview.adblockplus.org/29882555/diff/29887602/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29882555/diff/29887602/ext/background.js#newcode254 ext/background.js:254: // Requests can be ...
Sept. 25, 2018, 4:07 p.m. (2018-09-25 16:07:19 UTC) #9
Manish Jethani
Patch Set 4: Remove mistakenly uploaded dependencies file
Sept. 25, 2018, 4:09 p.m. (2018-09-25 16:09:03 UTC) #10
Sebastian Noack
LGTM
Sept. 25, 2018, 4:47 p.m. (2018-09-25 16:47:56 UTC) #11
Manish Jethani
On 2018/09/25 16:47:56, Sebastian Noack wrote: > LGTM Should I land this in next?
Sept. 26, 2018, 12:44 p.m. (2018-09-26 12:44:33 UTC) #12
Sebastian Noack
Sept. 26, 2018, 1:09 p.m. (2018-09-26 13:09:11 UTC) #13
On 2018/09/26 12:44:33, Manish Jethani wrote:
> Should I land this in next?

Yes, please. Thanks.

Powered by Google App Engine
This is Rietveld