Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1075)

Issue 6066011: Add a checkbox to the malware interstitial page, for user to opt-in to send m... (Closed)

Created:
9 years, 11 months ago by panayiotis
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., ian fette
Visibility:
Public.

Description

Add a checkbox to the malware interstitial page, for user to opt-in to send malware report. The user's choice will be stored as preference in user's profile. Landing original change by kewang: http://codereview.chromium.org/5102001/. BUG=60831 TEST=Relevant unit_tests,browser_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70755

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -13 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/safe_browsing_malware_block.html View 1 2 3 4 6 chunks +36 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 3 4 5 chunks +41 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc View 1 2 3 4 1 chunk +5 lines, -7 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
panayiotis
Ke is away for 2 more weeks, trying to land this patch so we can ...
9 years, 11 months ago (2011-01-05 19:39:50 UTC) #1
arv (Not doing code reviews)
http://codereview.chromium.org/6066011/diff/1/chrome/browser/resources/safe_browsing_malware_block.html File chrome/browser/resources/safe_browsing_malware_block.html (right): http://codereview.chromium.org/6066011/diff/1/chrome/browser/resources/safe_browsing_malware_block.html#newcode118 chrome/browser/resources/safe_browsing_malware_block.html:118: function savepreference() { savePreference http://codereview.chromium.org/6066011/diff/1/chrome/browser/resources/safe_browsing_malware_block.html#newcode152 chrome/browser/resources/safe_browsing_malware_block.html:152: <input name="checked" id="checkreport" ...
9 years, 11 months ago (2011-01-05 21:33:14 UTC) #2
panayiotis
Thanks. Done, and a few more css tweaks to make it look more like the ...
9 years, 11 months ago (2011-01-05 23:00:04 UTC) #3
lzheng
One nit. I will the UI related to arv. http://codereview.chromium.org/6066011/diff/9001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (right): http://codereview.chromium.org/6066011/diff/9001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc#newcode328 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc:328: ...
9 years, 11 months ago (2011-01-05 23:28:29 UTC) #4
panayiotis
done On 2011/01/05 23:28:29, lzheng wrote: > One nit. I will the UI related to ...
9 years, 11 months ago (2011-01-05 23:34:22 UTC) #5
arv (Not doing code reviews)
LGTM with nit http://codereview.chromium.org/6066011/diff/18001/chrome/browser/resources/safe_browsing_malware_block.html File chrome/browser/resources/safe_browsing_malware_block.html (right): http://codereview.chromium.org/6066011/diff/18001/chrome/browser/resources/safe_browsing_malware_block.html#newcode166 chrome/browser/resources/safe_browsing_malware_block.html:166: <form> This form element is not ...
9 years, 11 months ago (2011-01-06 00:36:06 UTC) #6
lzheng
LGTM On 2011/01/05 23:34:22, panayiotis wrote: > done > > On 2011/01/05 23:28:29, lzheng wrote: ...
9 years, 11 months ago (2011-01-06 01:03:58 UTC) #7
panayiotis
9 years, 11 months ago (2011-01-06 17:09:02 UTC) #8
Thanks. Will wait to get the OK from Ian too.

On 2011/01/06 01:03:58, lzheng wrote:
> LGTM
> On 2011/01/05 23:34:22, panayiotis wrote:
> > done
> > 
> > On 2011/01/05 23:28:29, lzheng wrote:
> > > One nit. I will the UI related to arv.
> > > 
> > >
> >
>
http://codereview.chromium.org/6066011/diff/9001/chrome/browser/safe_browsing...
> > > File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (right):
> > > 
> > >
> >
>
http://codereview.chromium.org/6066011/diff/9001/chrome/browser/safe_browsing...
> > > chrome/browser/safe_browsing/safe_browsing_blocking_page.cc:328: }
> > > I think it will be better to wrap the rest of code in else {}. Otherwise,
if
> > > later we want to add more logic to this function, we have to make sure we
> add
> > > them before the "if".

Powered by Google App Engine
This is Rietveld 408576698