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

Issue 1406993010: Crop urls in Data Saver feedback reports (Closed)

Created:
5 years, 1 month ago by megjablon
Modified:
5 years, 1 month ago
Reviewers:
sclittle
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Crop urls in Data Saver feedback reports For reports where the last bypass happened more than 5 minutes ago, crop the bypass URL to the host only. BUG=514773 Committed: https://crrev.com/29624d080735e62de722def7fffb3e2e3fae0a8a Cr-Commit-Position: refs/heads/master@{#357891}

Patch Set 1 #

Total comments: 9

Patch Set 2 : sclittle comments #

Total comments: 8

Patch Set 3 : comments #

Total comments: 2

Patch Set 4 : test 4 minutes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -12 lines) Patch
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc View 1 2 3 4 chunks +33 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc View 1 2 3 3 chunks +46 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
megjablon
PTAL, thanks!
5 years, 1 month ago (2015-11-03 01:12:31 UTC) #2
sclittle
https://chromiumcodereview.appspot.com/1406993010/diff/1/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc (right): https://chromiumcodereview.appspot.com/1406993010/diff/1/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc#newcode22 components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc:22: const int kLastBypassTimeDeltaMS = 300000; For clarity, could you ...
5 years, 1 month ago (2015-11-03 01:50:46 UTC) #3
megjablon
https://chromiumcodereview.appspot.com/1406993010/diff/1/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc (right): https://chromiumcodereview.appspot.com/1406993010/diff/1/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc#newcode22 components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc:22: const int kLastBypassTimeDeltaMS = 300000; On 2015/11/03 01:50:46, sclittle ...
5 years, 1 month ago (2015-11-04 01:19:59 UTC) #4
sclittle
https://chromiumcodereview.appspot.com/1406993010/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc (right): https://chromiumcodereview.appspot.com/1406993010/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc#newcode7 components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc:7: #include <stdint.h> micro nit: please add blank line between ...
5 years, 1 month ago (2015-11-04 01:41:33 UTC) #5
megjablon
https://chromiumcodereview.appspot.com/1406993010/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc (right): https://chromiumcodereview.appspot.com/1406993010/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc#newcode7 components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc:7: #include <stdint.h> On 2015/11/04 01:41:33, sclittle wrote: > micro ...
5 years, 1 month ago (2015-11-04 19:41:07 UTC) #6
sclittle
LGTM % nits https://chromiumcodereview.appspot.com/1406993010/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc (right): https://chromiumcodereview.appspot.com/1406993010/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc#newcode271 components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc:271: truncate_url_to_host = false; On 2015/11/04 19:41:07, ...
5 years, 1 month ago (2015-11-04 19:47:10 UTC) #7
megjablon
https://chromiumcodereview.appspot.com/1406993010/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc (right): https://chromiumcodereview.appspot.com/1406993010/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc#newcode271 components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc:271: truncate_url_to_host = false; On 2015/11/04 19:47:10, sclittle wrote: > ...
5 years, 1 month ago (2015-11-04 19:51:29 UTC) #8
sclittle
Cool, still LGTM.
5 years, 1 month ago (2015-11-04 19:57:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1406993010/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1406993010/60001
5 years, 1 month ago (2015-11-04 20:05:53 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-04 20:51:42 UTC) #12
commit-bot: I haz the power
5 years, 1 month ago (2015-11-04 20:52:25 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/29624d080735e62de722def7fffb3e2e3fae0a8a
Cr-Commit-Position: refs/heads/master@{#357891}

Powered by Google App Engine
This is Rietveld 408576698