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

Issue 2900803002: Renaming zip_analyzer_results to archive_analyzer_results (Closed)

Created:
3 years, 7 months ago by mortonm
Modified:
3 years, 7 months ago
CC:
chromium-reviews, grt+watch_chromium.org, vakh+watch_chromium.org, timvolodine
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Also moved archive_analyzer_results into the safebrowsing namespace. BUG=722461 Review-Url: https://codereview.chromium.org/2900803002 Cr-Commit-Position: refs/heads/master@{#474102} Committed: https://chromium.googlesource.com/chromium/src/+/099f5b20a46bc52066e9cbd2167d7747e59984cd

Patch Set 1 #

Patch Set 2 : checkpoint #

Patch Set 3 : browser code compiles #

Patch Set 4 : compiling and testing works #

Patch Set 5 : moving zip_analyzer_results.h/cc to archive_analyzer_results.h/cc #

Patch Set 6 : moving zip_analyzer_results.h/cc to archive_analyzer_results.h/cc #

Patch Set 7 : y #

Patch Set 8 : minor revisions #

Total comments: 4

Patch Set 9 : updating preprocessor macros #

Total comments: 8

Patch Set 10 : minor fixups #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -131 lines) Patch
M chrome/browser/safe_browsing/download_protection_service.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc View 1 2 3 4 5 6 7 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_zip_analyzer.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc View 1 2 3 12 chunks +14 lines, -15 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/chrome_utility_messages.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/safe_archive_analyzer.typemap View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/safe_browsing/archive_analyzer_results.h View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -10 lines 0 comments Download
A chrome/common/safe_browsing/archive_analyzer_results.cc View 1 2 3 4 5 6 7 8 9 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/zip_analyzer.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/common/safe_browsing/zip_analyzer.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/common/safe_browsing/zip_analyzer_results.h View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
M chrome/common/safe_browsing/zip_analyzer_results.cc View 1 2 3 4 1 chunk +0 lines, -22 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/utility/safe_browsing/mac/dmg_analyzer.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/utility/safe_browsing/mac/dmg_analyzer.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 29 (15 generated)
mortonm
3 years, 7 months ago (2017-05-22 22:22:22 UTC) #4
Jialiu Lin
Almost there. 2 nits. https://codereview.chromium.org/2900803002/diff/140001/chrome/common/safe_browsing/archive_analyzer_results.h File chrome/common/safe_browsing/archive_analyzer_results.h (right): https://codereview.chromium.org/2900803002/diff/140001/chrome/common/safe_browsing/archive_analyzer_results.h#newcode8 chrome/common/safe_browsing/archive_analyzer_results.h:8: #ifndef CHROME_COMMON_SAFE_BROWSING_ZIP_ANALYZER_RESULTS_H_ update #ifndef and ...
3 years, 7 months ago (2017-05-23 02:12:05 UTC) #9
mortonm
https://codereview.chromium.org/2900803002/diff/140001/chrome/common/safe_browsing/archive_analyzer_results.h File chrome/common/safe_browsing/archive_analyzer_results.h (right): https://codereview.chromium.org/2900803002/diff/140001/chrome/common/safe_browsing/archive_analyzer_results.h#newcode8 chrome/common/safe_browsing/archive_analyzer_results.h:8: #ifndef CHROME_COMMON_SAFE_BROWSING_ZIP_ANALYZER_RESULTS_H_ On 2017/05/23 02:12:05, Jialiu Lin wrote: > ...
3 years, 7 months ago (2017-05-23 16:29:43 UTC) #10
vakh (use Gerrit instead)
lgtm https://codereview.chromium.org/2900803002/diff/160001/chrome/browser/safe_browsing/download_protection_service.cc File chrome/browser/safe_browsing/download_protection_service.cc (left): https://codereview.chromium.org/2900803002/diff/160001/chrome/browser/safe_browsing/download_protection_service.cc#oldcode51 chrome/browser/safe_browsing/download_protection_service.cc:51: #include "chrome/common/safe_browsing/zip_analyzer_results.h" Please #include the new file. You ...
3 years, 7 months ago (2017-05-23 17:34:31 UTC) #12
Jialiu Lin
https://codereview.chromium.org/2900803002/diff/160001/chrome/common/safe_browsing/zip_analyzer_results.cc File chrome/common/safe_browsing/zip_analyzer_results.cc (left): https://codereview.chromium.org/2900803002/diff/160001/chrome/common/safe_browsing/zip_analyzer_results.cc#oldcode1 chrome/common/safe_browsing/zip_analyzer_results.cc:1: // Copyright 2015 The Chromium Authors. All rights reserved. ...
3 years, 7 months ago (2017-05-23 17:42:02 UTC) #13
Jialiu Lin
LGTM after addressing vakh's comments
3 years, 7 months ago (2017-05-23 17:48:56 UTC) #14
mortonm
https://codereview.chromium.org/2900803002/diff/160001/chrome/browser/safe_browsing/download_protection_service.cc File chrome/browser/safe_browsing/download_protection_service.cc (left): https://codereview.chromium.org/2900803002/diff/160001/chrome/browser/safe_browsing/download_protection_service.cc#oldcode51 chrome/browser/safe_browsing/download_protection_service.cc:51: #include "chrome/common/safe_browsing/zip_analyzer_results.h" On 2017/05/23 17:34:30, vakh (Varun Khaneja) wrote: ...
3 years, 7 months ago (2017-05-23 17:53:52 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2900803002/180001
3 years, 7 months ago (2017-05-23 18:11:07 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/445108)
3 years, 7 months ago (2017-05-23 18:21:29 UTC) #20
mortonm
+ sky@ and dcheng@ for owner review: chrome/common/chrome_utility_messages.h chrome/common/safe_archive_analyzer.typemap chrome/utility/chrome_content_utility_client.cc No logic changes, just changing ...
3 years, 7 months ago (2017-05-23 18:38:59 UTC) #22
sky
LGTM
3 years, 7 months ago (2017-05-23 23:10:29 UTC) #23
dcheng
rs lgtm for ipc
3 years, 7 months ago (2017-05-23 23:16:03 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2900803002/180001
3 years, 7 months ago (2017-05-23 23:22:27 UTC) #26
commit-bot: I haz the power
3 years, 7 months ago (2017-05-23 23:32:16 UTC) #29
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/099f5b20a46bc52066e9cbd2167d...

Powered by Google App Engine
This is Rietveld 408576698