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

Issue 11369200: Disable everywhere fix (Closed)

Created:
Aug. 13, 2013, 2:18 p.m. by Oleksandr
Modified:
Aug. 21, 2013, 7:07 a.m.
Visibility:
Public.

Description

Disable everywhere fix

Patch Set 1 #

Total comments: 1

Patch Set 2 : TogglePluginEnabled transfered to engine #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -13 lines) Patch
M src/engine/Main.cpp View 1 1 chunk +6 lines, -1 line 0 comments Download
M src/plugin/AdblockPlusClient.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/plugin/AdblockPlusClient.cpp View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/plugin/PluginSettings.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/plugin/PluginSettings.cpp View 1 1 chunk +1 line, -9 lines 0 comments Download
M src/shared/Communication.h View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6
Oleksandr
Aug. 13, 2013, 2:19 p.m. (2013-08-13 14:19:36 UTC) #1
Felix Dahlke
LGTM
Aug. 13, 2013, 2:20 p.m. (2013-08-13 14:20:57 UTC) #2
Wladimir Palant
http://codereview.adblockplus.org/11369200/diff/1/src/plugin/PluginSettings.cpp File src/plugin/PluginSettings.cpp (right): http://codereview.adblockplus.org/11369200/diff/1/src/plugin/PluginSettings.cpp#newcode190 src/plugin/PluginSettings.cpp:190: GetPluginEnabled() ? SetPluginDisabled() : SetPluginEnabled(); The SetPluginEnabled/SetPluginDisabled functions are ...
Aug. 13, 2013, 2:25 p.m. (2013-08-13 14:25:29 UTC) #3
Oleksandr
Aug. 20, 2013, 7:37 a.m. (2013-08-20 07:37:26 UTC) #4
Wladimir Palant
I have the distinct impression that Patchset 2 was uploaded to this review by mistake. ...
Aug. 21, 2013, 7:01 a.m. (2013-08-21 07:01:51 UTC) #5
Oleksandr
Aug. 21, 2013, 7:05 a.m. (2013-08-21 07:05:57 UTC) #6
On 2013/08/21 07:01:51, Wladimir Palant wrote:
> I have the distinct impression that Patchset 2 was uploaded to this review by
> mistake. See nit below concerning it.
> 
> LGTM on Patchset 3.
> 
>
http://codereview.adblockplus.org/11369200/diff/6001/src/plugin/PluginClass.cpp
> File src/plugin/PluginClass.cpp (right):
> 
>
http://codereview.adblockplus.org/11369200/diff/6001/src/plugin/PluginClass.c...
> src/plugin/PluginClass.cpp:1011: delete []pData;
> I don't think this change was intentional, please revert.


You're right. That is IE6 fix, it should not be here. I'll delete the patchset
#2 here and close the review request

Powered by Google App Engine
This is Rietveld