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

Issue 2803813003: Adding a data saver page id to requests and reports (Closed)

Created:
3 years, 8 months ago by RyanSturm
Modified:
3 years, 8 months ago
Reviewers:
bengr, buettner, jpfeiff
CC:
chromium-reviews, tbansal+watch-data-reduction-proxy_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding a data saver page id to requests and reports This adds a page id determined from GlobalRequestID to main frame data saver requests as well as PageLoad Metrics pingback reports. BUG=701579 Review-Url: https://codereview.chromium.org/2803813003 Cr-Commit-Position: refs/heads/master@{#463470} Committed: https://chromium.googlesource.com/chromium/src/+/dba8a17e64a4d6bc35e941b2b2a46003c25c5505

Patch Set 1 #

Total comments: 28

Patch Set 2 : rebase + changes + bengr comments (sorry for rebase in the same upload) #

Patch Set 3 : typo #

Total comments: 11

Patch Set 4 : bengr nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -35 lines) Patch
M components/data_reduction_proxy/core/browser/data_reduction_proxy_data.h View 1 2 3 4 chunks +11 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_data_unittest.cc View 1 4 chunks +8 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc View 1 2 3 5 chunks +43 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc View 1 2 12 chunks +179 lines, -9 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client_unittest.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h View 1 2 3 5 chunks +16 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc View 1 7 chunks +26 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc View 9 chunks +39 lines, -16 lines 0 comments Download
M components/data_reduction_proxy/proto/pageload_metrics.proto View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (21 generated)
RyanSturm
bengr, buettner, jpfeiff: PTAL. The follow-up CL will add opt out (and maybe previews type).
3 years, 8 months ago (2017-04-05 22:12:05 UTC) #4
RyanSturm
On 2017/04/05 22:12:05, Ryan Sturm wrote: > bengr, buettner, jpfeiff: PTAL. The follow-up CL will ...
3 years, 8 months ago (2017-04-05 23:14:32 UTC) #7
bengr
https://codereview.chromium.org/2803813003/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc (right): https://codereview.chromium.org/2803813003/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc#newcode19 components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc:19: DataReductionProxyData::~DataReductionProxyData() {} What goes wrong if you don't override ...
3 years, 8 months ago (2017-04-07 16:27:25 UTC) #8
RyanSturm
Thanks for the feedback. I opened a few bugs. https://codereview.chromium.org/2803813003/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc (right): https://codereview.chromium.org/2803813003/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc#newcode19 components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc:19: ...
3 years, 8 months ago (2017-04-07 22:15:04 UTC) #15
RyanSturm
bengr: PTAL
3 years, 8 months ago (2017-04-10 16:27:03 UTC) #18
bengr
lgtm, with nits on comments. Please address before submitting. https://codereview.chromium.org/2803813003/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc (right): https://codereview.chromium.org/2803813003/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc#newcode19 components/data_reduction_proxy/core/browser/data_reduction_proxy_data.cc:19: ...
3 years, 8 months ago (2017-04-10 20:40:09 UTC) #19
RyanSturm
https://codereview.chromium.org/2803813003/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_data.h File components/data_reduction_proxy/core/browser/data_reduction_proxy_data.h (right): https://codereview.chromium.org/2803813003/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_data.h#newcode66 components/data_reduction_proxy/core/browser/data_reduction_proxy_data.h:66: // browsing session. Only present on main frame requests. ...
3 years, 8 months ago (2017-04-11 00:33:48 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/2803813003/60001
3 years, 8 months ago (2017-04-11 00:34:54 UTC) #27
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 00:44:56 UTC) #30
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/dba8a17e64a4d6bc35e941b2b2a4...

Powered by Google App Engine
This is Rietveld 408576698