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

Issue 339503004: Add the extended reporting checkbox to the malware interstitial v3 (Closed)

Created:
6 years, 6 months ago by felt
Modified:
6 years, 6 months ago
Reviewers:
Dan Beam, mattm
CC:
chromium-reviews, arv+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Add the extended reporting checkbox to the malware interstitial v3 The new layout was missing space for a checkbox. This adds the checkbox, and adjusts the surrounding margins. BUG=381260 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277920

Patch Set 1 #

Total comments: 26

Patch Set 2 : Comments #

Patch Set 3 : Enable relevant test #

Total comments: 12

Patch Set 4 : changes for dbeam #

Total comments: 4

Patch Set 5 : No more pointer #

Total comments: 4

Patch Set 6 : Tweak #

Patch Set 7 : nits #

Patch Set 8 : Typo fix #

Patch Set 9 : opt-in, not optin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -7 lines) Patch
M chrome/browser/resources/safe_browsing/safe_browsing_v3.js View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/resources/ssl/interstitial_v2.css View 1 2 3 4 5 6 7 8 5 chunks +60 lines, -5 lines 0 comments Download
M chrome/browser/resources/ssl/interstitial_v2.html View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/ssl/interstitial_v2.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
felt
PTAL.
6 years, 6 months ago (2014-06-16 05:48:59 UTC) #1
Dan Beam
https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js File chrome/browser/resources/safe_browsing/safe_browsing_v3.js (right): https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js#newcode23 chrome/browser/resources/safe_browsing/safe_browsing_v3.js:23: if (loadTimeData.getBoolean('phishing')) return; ^ are 'ssl' or 'phishing' defined ...
6 years, 6 months ago (2014-06-16 19:05:50 UTC) #2
mattm
https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js File chrome/browser/resources/safe_browsing/safe_browsing_v3.js (right): https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js#newcode23 chrome/browser/resources/safe_browsing/safe_browsing_v3.js:23: if (loadTimeData.getBoolean('phishing')) return; I wonder if it should have ...
6 years, 6 months ago (2014-06-16 21:02:22 UTC) #3
felt
https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js File chrome/browser/resources/safe_browsing/safe_browsing_v3.js (right): https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js#newcode23 chrome/browser/resources/safe_browsing/safe_browsing_v3.js:23: if (loadTimeData.getBoolean('phishing')) return; On 2014/06/16 19:05:50, Dan Beam wrote: ...
6 years, 6 months ago (2014-06-17 05:41:55 UTC) #4
Dan Beam
https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js File chrome/browser/resources/safe_browsing/safe_browsing_v3.js (right): https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js#newcode24 chrome/browser/resources/safe_browsing/safe_browsing_v3.js:24: if (!loadTimeData.getBoolean(SB_DISPLAY_CHECK_BOX)) return; On 2014/06/17 05:41:54, felt wrote: > ...
6 years, 6 months ago (2014-06-17 17:52:55 UTC) #5
felt
https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js File chrome/browser/resources/safe_browsing/safe_browsing_v3.js (right): https://codereview.chromium.org/339503004/diff/1/chrome/browser/resources/safe_browsing/safe_browsing_v3.js#newcode24 chrome/browser/resources/safe_browsing/safe_browsing_v3.js:24: if (!loadTimeData.getBoolean(SB_DISPLAY_CHECK_BOX)) return; On 2014/06/17 17:52:54, Dan Beam wrote: ...
6 years, 6 months ago (2014-06-17 18:03:28 UTC) #6
Dan Beam
https://codereview.chromium.org/339503004/diff/40001/chrome/browser/resources/ssl/interstitial_v2.css File chrome/browser/resources/ssl/interstitial_v2.css (right): https://codereview.chromium.org/339503004/diff/40001/chrome/browser/resources/ssl/interstitial_v2.css#newcode158 chrome/browser/resources/ssl/interstitial_v2.css:158: cursor: pointer; On 2014/06/17 18:03:28, felt wrote: > On ...
6 years, 6 months ago (2014-06-17 18:07:23 UTC) #7
felt
https://codereview.chromium.org/339503004/diff/40001/chrome/browser/resources/ssl/interstitial_v2.css File chrome/browser/resources/ssl/interstitial_v2.css (right): https://codereview.chromium.org/339503004/diff/40001/chrome/browser/resources/ssl/interstitial_v2.css#newcode158 chrome/browser/resources/ssl/interstitial_v2.css:158: cursor: pointer; On 2014/06/17 18:07:23, Dan Beam wrote: > ...
6 years, 6 months ago (2014-06-17 18:25:53 UTC) #8
Dan Beam
https://codereview.chromium.org/339503004/diff/60001/chrome/browser/resources/ssl/interstitial_v2.css File chrome/browser/resources/ssl/interstitial_v2.css (right): https://codereview.chromium.org/339503004/diff/60001/chrome/browser/resources/ssl/interstitial_v2.css#newcode49 chrome/browser/resources/ssl/interstitial_v2.css:49: margin: 45px 0 50px 0; On 2014/06/17 18:25:52, felt ...
6 years, 6 months ago (2014-06-17 18:28:31 UTC) #9
felt
https://codereview.chromium.org/339503004/diff/60001/chrome/browser/resources/ssl/interstitial_v2.css File chrome/browser/resources/ssl/interstitial_v2.css (right): https://codereview.chromium.org/339503004/diff/60001/chrome/browser/resources/ssl/interstitial_v2.css#newcode49 chrome/browser/resources/ssl/interstitial_v2.css:49: margin: 45px 0 50px 0; On 2014/06/17 18:28:31, Dan ...
6 years, 6 months ago (2014-06-17 18:29:39 UTC) #10
Dan Beam
lgtm https://codereview.chromium.org/339503004/diff/80001/chrome/browser/resources/safe_browsing/safe_browsing_v3.js File chrome/browser/resources/safe_browsing/safe_browsing_v3.js (right): https://codereview.chromium.org/339503004/diff/80001/chrome/browser/resources/safe_browsing/safe_browsing_v3.js#newcode23 chrome/browser/resources/safe_browsing/safe_browsing_v3.js:23: !loadTimeData.getBoolean(SB_DISPLAY_CHECK_BOX)) nit: curlies https://codereview.chromium.org/339503004/diff/80001/chrome/browser/resources/safe_browsing/safe_browsing_v3.js#newcode26 chrome/browser/resources/safe_browsing/safe_browsing_v3.js:26: $('optin-label').innerHTML = loadTimeData.getString('optInLink'); ...
6 years, 6 months ago (2014-06-17 18:31:06 UTC) #11
mattm
lgtm
6 years, 6 months ago (2014-06-17 18:45:20 UTC) #12
felt
nits https://codereview.chromium.org/339503004/diff/80001/chrome/browser/resources/safe_browsing/safe_browsing_v3.js File chrome/browser/resources/safe_browsing/safe_browsing_v3.js (right): https://codereview.chromium.org/339503004/diff/80001/chrome/browser/resources/safe_browsing/safe_browsing_v3.js#newcode23 chrome/browser/resources/safe_browsing/safe_browsing_v3.js:23: !loadTimeData.getBoolean(SB_DISPLAY_CHECK_BOX)) On 2014/06/17 18:31:06, Dan Beam wrote: > ...
6 years, 6 months ago (2014-06-17 18:45:34 UTC) #13
felt
The CQ bit was checked by felt@chromium.org
6 years, 6 months ago (2014-06-17 19:00:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/339503004/140001
6 years, 6 months ago (2014-06-17 19:03:09 UTC) #15
felt
The CQ bit was unchecked by felt@chromium.org
6 years, 6 months ago (2014-06-17 19:56:24 UTC) #16
felt
The CQ bit was checked by felt@chromium.org
6 years, 6 months ago (2014-06-17 19:56:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/339503004/160001
6 years, 6 months ago (2014-06-17 19:59:29 UTC) #18
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 00:21:18 UTC) #19
Message was sent while issue was closed.
Change committed as 277920

Powered by Google App Engine
This is Rietveld 408576698