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

Issue 242303002: Add implementation for Ad Networks Database (Closed)

Created:
6 years, 8 months ago by Devlin
Modified:
6 years, 7 months ago
Reviewers:
felt, James Hawkins
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, felt, arv+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add implementation for Ad Networks Database This adds the structure of the database of ad networks, but does not yet add the file of hashes. That will come in a separate path, likely dcommitted (since rietveld + binary data = flaky). BUG=357204 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267415

Patch Set 1 : #

Total comments: 9

Patch Set 2 : Adrienne's #

Patch Set 3 : #

Patch Set 4 : Latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+326 lines, -4 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/ad_injection_browsertest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/ad_network_database.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/activity_log/ad_network_database.cc View 1 2 3 chunks +103 lines, -3 lines 0 comments Download
A chrome/browser/extensions/activity_log/ad_network_database_unittest.cc View 1 chunk +219 lines, -0 lines 0 comments Download
A + chrome/browser/resources/ad_networks.dat View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Devlin
Adrienne, please take a look. :)
6 years, 8 months ago (2014-04-18 00:21:41 UTC) #1
Devlin
friendly ping? :)
6 years, 8 months ago (2014-04-22 23:01:51 UTC) #2
felt
just a few small comments! https://codereview.chromium.org/242303002/diff/40001/chrome/browser/extensions/activity_log/ad_injection_browsertest.cc File chrome/browser/extensions/activity_log/ad_injection_browsertest.cc (right): https://codereview.chromium.org/242303002/diff/40001/chrome/browser/extensions/activity_log/ad_injection_browsertest.cc#newcode95 chrome/browser/extensions/activity_log/ad_injection_browsertest.cc:95: private: Is there any ...
6 years, 8 months ago (2014-04-23 03:01:35 UTC) #3
Devlin
https://codereview.chromium.org/242303002/diff/40001/chrome/browser/extensions/activity_log/ad_injection_browsertest.cc File chrome/browser/extensions/activity_log/ad_injection_browsertest.cc (right): https://codereview.chromium.org/242303002/diff/40001/chrome/browser/extensions/activity_log/ad_injection_browsertest.cc#newcode95 chrome/browser/extensions/activity_log/ad_injection_browsertest.cc:95: private: On 2014/04/23 03:01:36, felt wrote: > Is there ...
6 years, 8 months ago (2014-04-23 18:16:54 UTC) #4
felt
lgtm https://codereview.chromium.org/242303002/diff/40001/chrome/browser/extensions/activity_log/ad_network_database.cc File chrome/browser/extensions/activity_log/ad_network_database.cc (right): https://codereview.chromium.org/242303002/diff/40001/chrome/browser/extensions/activity_log/ad_network_database.cc#newcode76 chrome/browser/extensions/activity_log/ad_network_database.cc:76: // other separations. On 2014/04/23 18:16:55, D Cronin ...
6 years, 8 months ago (2014-04-23 20:15:22 UTC) #5
Devlin
+jhawkins for c/b/browser_resources.grd and c/b/resources/ad_networks.dat (ad_networks.dat is currently empty, but will later be filled with ...
6 years, 8 months ago (2014-04-23 21:01:46 UTC) #6
James Hawkins
lgtm
6 years, 8 months ago (2014-04-23 21:05:00 UTC) #7
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 8 months ago (2014-04-25 20:51:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/242303002/100001
6 years, 8 months ago (2014-04-25 22:04:14 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 23:13:52 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_x64_rel
6 years, 8 months ago (2014-04-25 23:13:52 UTC) #11
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 8 months ago (2014-04-25 23:15:52 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/242303002/100001
6 years, 8 months ago (2014-04-25 23:21:05 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 23:54:18 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 8 months ago (2014-04-25 23:54:19 UTC) #15
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 8 months ago (2014-04-25 23:59:37 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/242303002/100001
6 years, 8 months ago (2014-04-26 00:02:04 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-26 03:56:24 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 8 months ago (2014-04-26 03:56:25 UTC) #19
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 7 months ago (2014-04-30 22:09:16 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/242303002/100001
6 years, 7 months ago (2014-04-30 22:09:42 UTC) #21
commit-bot: I haz the power
6 years, 7 months ago (2014-05-01 04:12:17 UTC) #22
Message was sent while issue was closed.
Change committed as 267415

Powered by Google App Engine
This is Rietveld 408576698