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

Issue 29330053: Issue 3303 - Unescape request URL for ShouldBlock in WBPassthruSink::BeginningTransaction (Closed)

Created:
Nov. 12, 2015, 10:51 a.m. by sergei
Modified:
Nov. 26, 2015, 11:13 a.m.
Reviewers:
Eric, Oleksandr
CC:
Felix Dahlke
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Patch Set 2 : address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/plugin/PluginWbPassThrough.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13
sergei
Nov. 12, 2015, 10:53 a.m. (2015-11-12 10:53:37 UTC) #1
Oleksandr
LGTM. Weird we've overlooked this before.
Nov. 12, 2015, 2:04 p.m. (2015-11-12 14:04:43 UTC) #2
Eric
https://codereview.adblockplus.org/29330053/diff/29330054/src/plugin/PluginWbPassThrough.cpp File src/plugin/PluginWbPassThrough.cpp (right): https://codereview.adblockplus.org/29330053/diff/29330054/src/plugin/PluginWbPassThrough.cpp#newcode381 src/plugin/PluginWbPassThrough.cpp:381: if (client->ShouldBlock(src.c_str(), m_contentType, m_boundDomain, /*debug flag but must be ...
Nov. 14, 2015, 6:11 p.m. (2015-11-14 18:11:26 UTC) #3
Oleksandr
After looking into why this isn't an issue in Chrome, I think we should solve ...
Nov. 16, 2015, 4:10 a.m. (2015-11-16 04:10:54 UTC) #4
sergei
https://codereview.adblockplus.org/29330053/diff/29330054/src/plugin/PluginWbPassThrough.cpp File src/plugin/PluginWbPassThrough.cpp (right): https://codereview.adblockplus.org/29330053/diff/29330054/src/plugin/PluginWbPassThrough.cpp#newcode381 src/plugin/PluginWbPassThrough.cpp:381: if (client->ShouldBlock(src.c_str(), m_contentType, m_boundDomain, /*debug flag but must be ...
Nov. 16, 2015, 9:56 a.m. (2015-11-16 09:56:53 UTC) #5
sergei
On 2015/11/16 04:10:54, Oleksandr wrote: > After looking into why this isn't an issue in ...
Nov. 16, 2015, 10:14 a.m. (2015-11-16 10:14:12 UTC) #6
Eric
LGTM I've read the discussion in #3311. Given that, this change seems fine, particularly for ...
Nov. 18, 2015, 12:52 a.m. (2015-11-18 00:52:44 UTC) #7
sergei
Thanks for review but I would like to close this issue as rejected, see my ...
Nov. 18, 2015, 10:23 a.m. (2015-11-18 10:23:51 UTC) #8
Eric
On 2015/11/18 10:23:51, sergei wrote: > Thanks for review but I would like to close ...
Nov. 18, 2015, 2:01 p.m. (2015-11-18 14:01:37 UTC) #9
Oleksandr
On 2015/11/18 14:01:37, Eric wrote: > On 2015/11/18 10:23:51, sergei wrote: > > Thanks for ...
Nov. 19, 2015, 11:48 a.m. (2015-11-19 11:48:14 UTC) #10
Oleksandr
NOT LGTM
Nov. 19, 2015, 11:49 a.m. (2015-11-19 11:49:04 UTC) #11
Eric
On 2015/11/19 11:48:14, Oleksandr wrote: > I think we should not commit this and instead ...
Nov. 20, 2015, 3:47 p.m. (2015-11-20 15:47:24 UTC) #12
Oleksandr
Nov. 20, 2015, 3:59 p.m. (2015-11-20 15:59:17 UTC) #13
On 2015/11/20 15:47:24, Eric wrote:
> On 2015/11/19 11:48:14, Oleksandr wrote:
> > I think we should not commit this and instead be consistent by removing the
> > UnescapeUrl() calls.
> 
> Does IE ever rewrite URI's, causing them to become escaped?

No. I have never seen it doing that. Maybe the underlying original HTTP/HTTPS
Asynhronous Pluggable Protocols do that, but on our level we shouldn't encounter
escaping. So far only Chrome is guilty with this, it seems.

Powered by Google App Engine
This is Rietveld