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

Issue 1415923004: Move prefix_set and parts of safe_browsing_util into a new component safe_browsing_db. (Closed)

Created:
5 years, 2 months ago by vakh (old account. dont use)
Modified:
5 years, 1 month ago
CC:
chromium-reviews, grt+watch_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, blundell+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[This CL = CL 1399843003 + disabling E4267 for MSVS (in safe_browsing_db.gypi)] Move prefix_set and parts of safe_browsing_util into a new component safe_browsing_db. This component will hold the new implementation for the next version (pver4) of the update protocol and DB. BUG=543161 Committed: https://crrev.com/9d588802e87e1776c0e55f7c0e8b21dc5acbf1bd Cr-Commit-Position: refs/heads/master@{#356943}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Suppress the 4267 warning in BUILD.gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -6499 lines) Patch
M chrome/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/safe_browsing/prefix_set.h View 1 chunk +0 lines, -186 lines 0 comments Download
D chrome/browser/safe_browsing/prefix_set.cc View 1 chunk +0 lines, -448 lines 0 comments Download
D chrome/browser/safe_browsing/prefix_set_unittest.cc View 1 chunk +0 lines, -726 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store.h View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store_file.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.h View 5 chunks +1 line, -54 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.cc View 3 chunks +0 lines, -35 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util_unittest.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 chunks +1 line, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
D chrome/test/data/SafeBrowsing/PrefixSetRef View 1 chunk +0 lines, -5000 lines 0 comments Download
D chrome/test/data/SafeBrowsing/PrefixSetVersion2 View Binary file 0 comments Download
D chrome/test/data/SafeBrowsing/PrefixSetVersion3 View Binary file 0 comments Download
M components/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M components/components.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 1 3 chunks +6 lines, -0 lines 0 comments Download
A + components/safe_browsing_db.gypi View 1 chunk +11 lines, -12 lines 0 comments Download
A components/safe_browsing_db/BUILD.gn View 1 1 chunk +49 lines, -0 lines 0 comments Download
A + components/safe_browsing_db/DEPS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/safe_browsing_db/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
A components/safe_browsing_db/README View 1 chunk +3 lines, -0 lines 0 comments Download
A + components/safe_browsing_db/prefix_set.h View 2 chunks +5 lines, -4 lines 0 comments Download
A + components/safe_browsing_db/prefix_set.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A + components/safe_browsing_db/prefix_set_unittest.cc View 5 chunks +14 lines, -12 lines 0 comments Download
A components/safe_browsing_db/safe_browsing_db_util.h View 1 chunk +62 lines, -0 lines 0 comments Download
A components/safe_browsing_db/safe_browsing_db_util.cc View 1 chunk +13 lines, -0 lines 0 comments Download
A components/safe_browsing_db/safe_browsing_db_util_unittest.cc View 1 chunk +28 lines, -0 lines 0 comments Download
A + components/test/data/SafeBrowsingDb/PrefixSetRef View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test/data/SafeBrowsingDb/PrefixSetVersion2 View Binary file 0 comments Download
A + components/test/data/SafeBrowsingDb/PrefixSetVersion3 View Binary file 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (5 generated)
vakh (old account. dont use)
5 years, 2 months ago (2015-10-22 23:02:27 UTC) #3
Nathan Parker
lgtm You'll need thestig@ and bludnell@ from the original CL.
5 years, 2 months ago (2015-10-22 23:06:24 UTC) #4
Ryan Sleevi
lgtm
5 years, 2 months ago (2015-10-22 23:22:16 UTC) #6
blundell
A good way to handle a reland in the code review system is: (1) Upload ...
5 years, 2 months ago (2015-10-23 07:10:29 UTC) #7
vakh (old account. dont use)
On 2015/10/23 07:10:29, blundell wrote: > A good way to handle a reland in the ...
5 years, 1 month ago (2015-10-27 19:48:55 UTC) #8
vakh (old account. dont use)
https://codereview.chromium.org/1415923004/diff/1/components/safe_browsing_db/BUILD.gn File components/safe_browsing_db/BUILD.gn (right): https://codereview.chromium.org/1415923004/diff/1/components/safe_browsing_db/BUILD.gn#newcode1 components/safe_browsing_db/BUILD.gn:1: # Copyright 2015 The Chromium Authors. All rights reserved. ...
5 years, 1 month ago (2015-10-27 19:49:04 UTC) #9
blundell
lgtm
5 years, 1 month ago (2015-10-28 06:20:55 UTC) #10
vakh (old account. dont use)
@thestig, could you please lgtm the changes under: chrome/browser/... chrome/test/... Thanks!
5 years, 1 month ago (2015-10-29 07:18:58 UTC) #11
Lei Zhang
On 2015/10/29 07:18:58, Varun Khaneja wrote: > @thestig, could you please lgtm the changes under: ...
5 years, 1 month ago (2015-10-29 15:04:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415923004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415923004/20001
5 years, 1 month ago (2015-10-29 19:55:55 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-10-29 21:04:15 UTC) #16
commit-bot: I haz the power
5 years, 1 month ago (2015-10-29 21:04:53 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9d588802e87e1776c0e55f7c0e8b21dc5acbf1bd
Cr-Commit-Position: refs/heads/master@{#356943}

Powered by Google App Engine
This is Rietveld 408576698