|
|
Chromium Code Reviews
DescriptionRecord scheme of the data reduction proxy server
UMA is added which records the scheme of the data reduction
proxy server used. This would be used for determining how
many requests were successfully fetched using HTTPS data
reduction proxy vs. QUIC data reduction proxy.
BUG=654793
Committed: https://crrev.com/f3798161a835bcfd9b257074093b4a44422d9a1a
Cr-Commit-Position: refs/heads/master@{#424764}
Patch Set 1 : ps #
Total comments: 4
Patch Set 2 : megjablon comments #Patch Set 3 : Add missing include #
Messages
Total messages: 42 (32 generated)
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Patchset #1 (id:1) has been deleted
Patchset #1 (id:20001) has been deleted
Patchset #1 (id:40001) has been deleted
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Record scheme of the data reduction proxy server BUG= ========== to ========== Record scheme of the data reduction proxy server UMA is added which records the scheme of the data reduction proxy server used. This would be used for determining how many requests were successfully fetched using HTTPS data reduction proxy vs. QUIC data reduction proxy. BUG=654793 ==========
tbansal@chromium.org changed reviewers: + megjablon@chromium.org
megjablon: ptal. thanks.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...)
https://chromiumcodereview.appspot.com/2407073002/diff/60001/components/data_... File components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc (right): https://chromiumcodereview.appspot.com/2407073002/diff/60001/components/data_... components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc:571: } tests[] = {{net::ProxyServer::SCHEME_HTTP, 1}, Should you add a test for unknown?
https://chromiumcodereview.appspot.com/2407073002/diff/60001/components/data_... File components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc (right): https://chromiumcodereview.appspot.com/2407073002/diff/60001/components/data_... components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc:64: net::ProxyServer GetProxyWithScheme(net::ProxyServer::Scheme scheme) { #include "net/proxy/proxy_server.h"
megjablon: ptal. Thanks. https://codereview.chromium.org/2407073002/diff/60001/components/data_reducti... File components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc (right): https://codereview.chromium.org/2407073002/diff/60001/components/data_reducti... components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc:64: net::ProxyServer GetProxyWithScheme(net::ProxyServer::Scheme scheme) { On 2016/10/11 22:17:07, megjablon wrote: > #include "net/proxy/proxy_server.h" Done. https://codereview.chromium.org/2407073002/diff/60001/components/data_reducti... components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc:571: } tests[] = {{net::ProxyServer::SCHEME_HTTP, 1}, On 2016/10/11 22:12:04, megjablon wrote: > Should you add a test for unknown? That will trigger a NOTREACHED(). So, restricted the test to release versions.
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm
tbansal@chromium.org changed reviewers: + asvitkine@chromium.org
asvitkine: ptal at histograms.xml. Thanks.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
lgtm
The CQ bit was checked by tbansal@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from megjablon@chromium.org Link to the patchset: https://codereview.chromium.org/2407073002/#ps100001 (title: "Add missing include")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Record scheme of the data reduction proxy server UMA is added which records the scheme of the data reduction proxy server used. This would be used for determining how many requests were successfully fetched using HTTPS data reduction proxy vs. QUIC data reduction proxy. BUG=654793 ========== to ========== Record scheme of the data reduction proxy server UMA is added which records the scheme of the data reduction proxy server used. This would be used for determining how many requests were successfully fetched using HTTPS data reduction proxy vs. QUIC data reduction proxy. BUG=654793 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:100001)
Message was sent while issue was closed.
Description was changed from ========== Record scheme of the data reduction proxy server UMA is added which records the scheme of the data reduction proxy server used. This would be used for determining how many requests were successfully fetched using HTTPS data reduction proxy vs. QUIC data reduction proxy. BUG=654793 ========== to ========== Record scheme of the data reduction proxy server UMA is added which records the scheme of the data reduction proxy server used. This would be used for determining how many requests were successfully fetched using HTTPS data reduction proxy vs. QUIC data reduction proxy. BUG=654793 Committed: https://crrev.com/f3798161a835bcfd9b257074093b4a44422d9a1a Cr-Commit-Position: refs/heads/master@{#424764} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/f3798161a835bcfd9b257074093b4a44422d9a1a Cr-Commit-Position: refs/heads/master@{#424764} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
