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

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

Created:
10 years, 1 month ago by kewang
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., arv (Not doing code reviews), ben+cc_chromium.org
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. Depends on: http://codereview.chromium.org/4827001/ Design doc: https://docs.google.com/document/edit?id=1s-7qMjm23onV68SyqO6yi-xsfFzz4OBSOyHoV3cY8mQ&authkey=CMCF-MID BUG=60831 TEST=unit_tests

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -4 lines) Patch
M chrome/app/generated_resources.grd View 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/safe_browsing_malware_block.html View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.h View 1 2 2 chunks +5 lines, -0 lines 1 comment Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 7 chunks +47 lines, -2 lines 1 comment Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc View 1 3 chunks +36 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kewang
10 years, 1 month ago (2010-11-18 01:09:54 UTC) #1
panayiotis
http://codereview.chromium.org/5102001/diff/5001/chrome/browser/resources/safe_browsing_malware_block.html File chrome/browser/resources/safe_browsing_malware_block.html (right): http://codereview.chromium.org/5102001/diff/5001/chrome/browser/resources/safe_browsing_malware_block.html#newcode239 chrome/browser/resources/safe_browsing_malware_block.html:239: <div class="main"> We should not show this div if ...
10 years, 1 month ago (2010-11-18 19:50:32 UTC) #2
lzheng
Ke, Panayiotis, Ian: We have a safe_browsing_multiple_threat_block.html page. What should we do with that page ...
10 years, 1 month ago (2010-11-19 18:50:47 UTC) #3
kewang
http://codereview.chromium.org/5102001/diff/5001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/5102001/diff/5001/chrome/app/generated_resources.grd#newcode7452 chrome/app/generated_resources.grd:7452: <message name="IDS_SAFE_BROWSING_MALWARE_REPORTING_AGREE" desc="afeBrowsing Malware, agree checkbox text"> On 2010/11/19 ...
10 years, 1 month ago (2010-11-20 00:45:51 UTC) #4
lzheng
A couple of nits below. Also, while I am reading this, I realized that because ...
10 years, 1 month ago (2010-11-23 01:14:49 UTC) #5
panayiotis
9 years, 11 months ago (2011-01-07 18:02:53 UTC) #6
Landing this with http://codereview.chromium.org/6066011/

On 2010/11/23 01:14:49, lzheng wrote:
> A couple of nits below. 
> 
> Also, while I am reading this, I realized that because the function that
> actually sends the information has not committed yet, should we put this
behind
> a flag for now and remove the flags once we decide to let use use this
feature?
> 
>
http://codereview.chromium.org/5102001/diff/17001/chrome/browser/safe_browsin...
> File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (right):
> 
>
http://codereview.chromium.org/5102001/diff/17001/chrome/browser/safe_browsin...
> chrome/browser/safe_browsing/safe_browsing_blocking_page.cc:304:
> strings->SetBoolean("displaycheckbox", false);
> nit: How about using a const char for "displaycheckbox"? Since it is used
> multiple times here. Similar to "boxchecked" below.
> 
>
http://codereview.chromium.org/5102001/diff/17001/chrome/browser/safe_browsin...
> File chrome/browser/safe_browsing/safe_browsing_blocking_page.h (right):
> 
>
http://codereview.chromium.org/5102001/diff/17001/chrome/browser/safe_browsin...
> chrome/browser/safe_browsing/safe_browsing_blocking_page.h:106: // See if we
> should even show the malware report option. For example, we
> See ->Checks ?

Powered by Google App Engine
This is Rietveld 408576698