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

Issue 5921969115496448: Issue 1115 - Some yahoo page not correctly shown on IE8 when ABP enabled (Closed)

Created:
Dec. 15, 2014, 5:14 p.m. by sergei
Modified:
April 2, 2015, 8:52 a.m.
Visibility:
Public.

Patch Set 1 : x #

Total comments: 42

Patch Set 2 : rebase and address comments #

Total comments: 24

Patch Set 3 : address comments #

Total comments: 4

Patch Set 4 : simplify processing of query string #

Patch Set 5 : rebase #

Total comments: 4

Patch Set 6 : fix and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -37 lines) Patch
M adblockplus.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/plugin/PluginWbPassThrough.cpp View 1 2 3 4 5 2 chunks +52 lines, -37 lines 0 comments Download
M src/shared/Utils.h View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M src/shared/Utils.cpp View 1 2 3 4 5 1 chunk +26 lines, -0 lines 0 comments Download
A test/UtilGetQueryStringTest.cpp View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
A test/UtilGetSchemeAndHierarchicalPartTest.cpp View 1 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 15
sergei
Jan. 29, 2015, 3:24 p.m. (2015-01-29 15:24:51 UTC) #1
Eric
Since the content of http://codereview.adblockplus.org/5316782940225536/ has overlaps with the present review, I'd expect a rebased/reworked ...
Feb. 2, 2015, 6:41 p.m. (2015-02-02 18:41:58 UTC) #2
sergei
http://codereview.adblockplus.org/5921969115496448/diff/5668600916475904/src/plugin/PluginWbPassThrough.cpp File src/plugin/PluginWbPassThrough.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5668600916475904/src/plugin/PluginWbPassThrough.cpp#newcode93 src/plugin/PluginWbPassThrough.cpp:93: auto lastDotIt = std::find(value.rbegin(), value.rend(), L'.').base(); On 2015/02/02 18:41:58, ...
Feb. 12, 2015, 2:44 p.m. (2015-02-12 14:44:06 UTC) #3
Eric
http://codereview.adblockplus.org/5921969115496448/diff/5668600916475904/src/shared/Utils.cpp File src/shared/Utils.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5668600916475904/src/shared/Utils.cpp#newcode172 src/shared/Utils.cpp:172: } On 2015/02/12 14:44:06, sergei wrote: > Firstly, the ...
Feb. 12, 2015, 5:24 p.m. (2015-02-12 17:24:41 UTC) #4
Oleksandr
http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp File src/plugin/PluginWbPassThrough.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp#newcode187 src/plugin/PluginWbPassThrough.cpp:187: ForEachQueryStringParameter(GetQueryString(src), Why can't we just use strtok here? The ...
Feb. 13, 2015, 3:32 a.m. (2015-02-13 03:32:16 UTC) #5
sergei
http://codereview.adblockplus.org/5921969115496448/diff/5668600916475904/src/shared/Utils.cpp File src/shared/Utils.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5668600916475904/src/shared/Utils.cpp#newcode172 src/shared/Utils.cpp:172: } On 2015/02/12 17:24:41, Eric wrote: > On 2015/02/12 ...
Feb. 13, 2015, 3:21 p.m. (2015-02-13 15:21:56 UTC) #6
Eric
LGTM. There are some small ways of improving the code in this change set, but ...
Feb. 13, 2015, 4:33 p.m. (2015-02-13 16:33:42 UTC) #7
Eric
http://codereview.adblockplus.org/5921969115496448/diff/5668600916475904/src/shared/Utils.cpp File src/shared/Utils.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5668600916475904/src/shared/Utils.cpp#newcode172 src/shared/Utils.cpp:172: } While I think the loop could be improved, ...
Feb. 13, 2015, 4:38 p.m. (2015-02-13 16:38:22 UTC) #8
Oleksandr
http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp File src/plugin/PluginWbPassThrough.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp#newcode187 src/plugin/PluginWbPassThrough.cpp:187: ForEachQueryStringParameter(GetQueryString(src), strotok_s would actually work good here. It has ...
Feb. 16, 2015, 6:59 a.m. (2015-02-16 06:59:28 UTC) #9
sergei
http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp File src/plugin/PluginWbPassThrough.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp#newcode187 src/plugin/PluginWbPassThrough.cpp:187: ForEachQueryStringParameter(GetQueryString(src), On 2015/02/16 06:59:28, Oleksandr wrote: > This would ...
Feb. 16, 2015, 10:54 a.m. (2015-02-16 10:54:33 UTC) #10
Eric
http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp File src/plugin/PluginWbPassThrough.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp#newcode187 src/plugin/PluginWbPassThrough.cpp:187: ForEachQueryStringParameter(GetQueryString(src), There are two underlying observations here. The first ...
Feb. 16, 2015, 6:18 p.m. (2015-02-16 18:18:06 UTC) #11
sergei
http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp File src/plugin/PluginWbPassThrough.cpp (right): http://codereview.adblockplus.org/5921969115496448/diff/5766466041282560/src/plugin/PluginWbPassThrough.cpp#newcode187 src/plugin/PluginWbPassThrough.cpp:187: ForEachQueryStringParameter(GetQueryString(src), On 2015/02/16 18:18:07, Eric wrote: > There are ...
Feb. 20, 2015, 11:17 a.m. (2015-02-20 11:17:03 UTC) #12
Oleksandr
With the 2 nits addressed - LGTM http://codereview.adblockplus.org/5921969115496448/diff/5636470266134528/src/shared/Utils.h File src/shared/Utils.h (right): http://codereview.adblockplus.org/5921969115496448/diff/5636470266134528/src/shared/Utils.h#newcode62 src/shared/Utils.h:62: * Returns ...
March 3, 2015, 6:43 p.m. (2015-03-03 18:43:17 UTC) #13
sergei
http://codereview.adblockplus.org/5921969115496448/diff/5636470266134528/src/shared/Utils.h File src/shared/Utils.h (right): http://codereview.adblockplus.org/5921969115496448/diff/5636470266134528/src/shared/Utils.h#newcode62 src/shared/Utils.h:62: * Returns the begging of the URL which includes ...
March 4, 2015, 1:24 p.m. (2015-03-04 13:24:36 UTC) #14
Oleksandr
April 2, 2015, 8:14 a.m. (2015-04-02 08:14:32 UTC) #15
I didn't think this needed another LGTM. Here it goes.

Powered by Google App Engine
This is Rietveld