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

Issue 445493002: Delete the Safe Browsing V2 interstitial and Finch trial (Closed)

Created:
6 years, 4 months ago by felt
Modified:
6 years, 4 months ago
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Delete the Safe Browsing V2 interstitial and Finch trial BUG=396275 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288472

Patch Set 1 #

Patch Set 2 : More deletions #

Patch Set 3 : Refactored unit and browser tests #

Patch Set 4 : Removed JS/HTML #

Total comments: 2

Patch Set 5 : Rebased #

Patch Set 6 : Fixing rebase error #

Patch Set 7 : Removed V3 from test class names #

Total comments: 2

Patch Set 8 : Removed the SafeBrowsingBlockingPageV3 subclass #

Total comments: 6

Patch Set 9 : Fixed nits #

Patch Set 10 : Rebased #

Patch Set 11 : Removing binary files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -1360 lines) Patch
M chrome/app/generated_resources.grd View 3 chunks +9 lines, -141 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -26 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/resources/safe_browsing/malware_block_v2.css View 1 1 chunk +0 lines, -179 lines 0 comments Download
D chrome/browser/resources/safe_browsing/malware_block_v2.html View 1 1 chunk +0 lines, -71 lines 0 comments Download
D chrome/browser/resources/safe_browsing/malware_block_v2.js View 1 1 chunk +0 lines, -95 lines 0 comments Download
M chrome/browser/resources/safe_browsing/safe_browsing_v3.js View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/browser/resources/ssl/interstitial_v2.js View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.h View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -84 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 3 4 5 6 7 8 9 6 chunks +19 lines, -302 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc View 1 2 3 4 5 6 7 21 chunks +68 lines, -244 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc View 1 2 3 4 5 6 7 8 9 chunks +166 lines, -190 lines 0 comments Download
M chrome/browser/ui/views/download/download_feedback_dialog_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
felt
mattm, dbeam: PTAL. More code deletion for your enjoyment. Matt, a note: I had to ...
6 years, 4 months ago (2014-08-06 23:42:41 UTC) #1
felt
On 2014/08/06 23:42:41, felt wrote: > mattm, dbeam: PTAL. More code deletion for your enjoyment. ...
6 years, 4 months ago (2014-08-06 23:44:43 UTC) #2
mattm
lgtm
6 years, 4 months ago (2014-08-07 01:20:28 UTC) #3
Dan Beam
it's like christmas! https://codereview.chromium.org/445493002/diff/60001/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc (right): https://codereview.chromium.org/445493002/diff/60001/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc#newcode36 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc:36: class TestSafeBrowsingBlockingPageV3 : public SafeBrowsingBlockingPageV3 { ...
6 years, 4 months ago (2014-08-07 03:39:54 UTC) #4
felt
https://codereview.chromium.org/445493002/diff/60001/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc (right): https://codereview.chromium.org/445493002/diff/60001/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc#newcode36 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc:36: class TestSafeBrowsingBlockingPageV3 : public SafeBrowsingBlockingPageV3 { On 2014/08/07 03:39:53, ...
6 years, 4 months ago (2014-08-07 14:07:26 UTC) #5
Dan Beam
https://codereview.chromium.org/445493002/diff/120001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h File chrome/browser/safe_browsing/safe_browsing_blocking_page.h (right): https://codereview.chromium.org/445493002/diff/120001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h#newcode235 chrome/browser/safe_browsing/safe_browsing_blocking_page.h:235: class SafeBrowsingBlockingPageV3 : public SafeBrowsingBlockingPage { why do we ...
6 years, 4 months ago (2014-08-07 22:05:09 UTC) #6
felt
https://codereview.chromium.org/445493002/diff/120001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h File chrome/browser/safe_browsing/safe_browsing_blocking_page.h (right): https://codereview.chromium.org/445493002/diff/120001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h#newcode235 chrome/browser/safe_browsing/safe_browsing_blocking_page.h:235: class SafeBrowsingBlockingPageV3 : public SafeBrowsingBlockingPage { On 2014/08/07 22:05:08, ...
6 years, 4 months ago (2014-08-08 00:30:29 UTC) #7
Dan Beam
lgtm https://codereview.chromium.org/445493002/diff/140001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h File chrome/browser/safe_browsing/safe_browsing_blocking_page.h (right): https://codereview.chromium.org/445493002/diff/140001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h#newcode79 chrome/browser/safe_browsing/safe_browsing_blocking_page.h:79: // InterstitialPageDelegate method: combine with other methods https://codereview.chromium.org/445493002/diff/140001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h#newcode88 ...
6 years, 4 months ago (2014-08-08 02:34:33 UTC) #8
felt
https://codereview.chromium.org/445493002/diff/140001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h File chrome/browser/safe_browsing/safe_browsing_blocking_page.h (right): https://codereview.chromium.org/445493002/diff/140001/chrome/browser/safe_browsing/safe_browsing_blocking_page.h#newcode79 chrome/browser/safe_browsing/safe_browsing_blocking_page.h:79: // InterstitialPageDelegate method: On 2014/08/08 02:34:33, Dan Beam wrote: ...
6 years, 4 months ago (2014-08-08 02:37:39 UTC) #9
felt
jhawkins: Can I please get an OWNERS review for chrome/browser/browser_resources.grd? Deleting a single file.
6 years, 4 months ago (2014-08-08 02:41:14 UTC) #10
Dan Beam
On 2014/08/08 02:41:14, felt wrote: > jhawkins: Can I please get an OWNERS review for ...
6 years, 4 months ago (2014-08-08 03:11:36 UTC) #11
James Hawkins
browser_resources.grd LGTM
6 years, 4 months ago (2014-08-08 08:32:45 UTC) #12
felt
On 2014/08/08 08:32:45, James Hawkins wrote: > browser_resources.grd LGTM The .png file deletions have been ...
6 years, 4 months ago (2014-08-08 19:16:46 UTC) #13
felt
The CQ bit was checked by felt@chromium.org
6 years, 4 months ago (2014-08-08 22:45:08 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/445493002/200001
6 years, 4 months ago (2014-08-08 22:46:58 UTC) #15
commit-bot: I haz the power
6 years, 4 months ago (2014-08-09 00:03:22 UTC) #16
Message was sent while issue was closed.
Change committed as 288472

Powered by Google App Engine
This is Rietveld 408576698