|
|
Chromium Code Reviews
DescriptionDo not fetch a new config if one is already in progress.
Do not fetch a data reduction proxy config due to auth failure if the fetch
of the previous config is ongoing.
BUG=677569
Committed: https://crrev.com/0216e584179ebe2e4ca415930b916f2e76f1b559
Cr-Commit-Position: refs/heads/master@{#441179}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed ryansturm comments, Rebased #
Total comments: 2
Patch Set 3 : jpfeiff comments #
Messages
Total messages: 28 (19 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...
Description was changed from ========== Do not fetch a new config if one is already in progress. Do not fetch a data reduction proxy config if the fetch of the previous config is already ongoing. BUG= ========== to ========== Do not fetch a new config if one is already in progress. Do not fetch a data reduction proxy config if the fetch of the previous config is already ongoing. BUG=677569 ==========
Description was changed from ========== Do not fetch a new config if one is already in progress. Do not fetch a data reduction proxy config if the fetch of the previous config is already ongoing. BUG=677569 ========== to ========== Do not fetch a new config if one is already in progress. Do not fetch a data reduction proxy config due to auth failure if the fetch of the previous config is ongoing. BUG=677569 ==========
tbansal@chromium.org changed reviewers: + ryansturm@chromium.org
ryansturm: ptal. Thanks.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm % 2 nits https://codereview.chromium.org/2604293002/diff/1/components/data_reduction_p... File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h (right): https://codereview.chromium.org/2604293002/diff/1/components/data_reduction_p... components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h:279: // True if a client config fetch is in progress. nit: personal preference: s/True if/Whether/ I know either way is all over the place, so feel free to ignore this; I just prefer Whether. https://codereview.chromium.org/2604293002/diff/1/components/data_reduction_p... File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc (right): https://codereview.chromium.org/2604293002/diff/1/components/data_reduction_p... components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc:878: // RunUntilIdle(); Commented out code?
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...
https://codereview.chromium.org/2604293002/diff/1/components/data_reduction_p... File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h (right): https://codereview.chromium.org/2604293002/diff/1/components/data_reduction_p... components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h:279: // True if a client config fetch is in progress. On 2016/12/30 18:13:24, Ryan Sturm wrote: > nit: personal preference: s/True if/Whether/ > > I know either way is all over the place, so feel free to ignore this; I just > prefer Whether. Ignoring :) https://codereview.chromium.org/2604293002/diff/1/components/data_reduction_p... File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc (right): https://codereview.chromium.org/2604293002/diff/1/components/data_reduction_p... components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc:878: // RunUntilIdle(); On 2016/12/30 18:13:24, Ryan Sturm wrote: > Commented out code? Done.
jpfeiff@chromium.org changed reviewers: + jpfeiff@chromium.org
https://codereview.chromium.org/2604293002/diff/20001/components/data_reducti... File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc (right): https://codereview.chromium.org/2604293002/diff/20001/components/data_reducti... components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc:421: // |fetcher_| should not retry on network changes since a new fetch will be s/fetcher_/fetcher
https://codereview.chromium.org/2604293002/diff/20001/components/data_reducti... File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc (right): https://codereview.chromium.org/2604293002/diff/20001/components/data_reducti... components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc:421: // |fetcher_| should not retry on network changes since a new fetch will be On 2017/01/03 17:51:09, jpfeiff wrote: > s/fetcher_/fetcher Done.
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
The patchset sent to the CQ was uploaded after l-g-t-m from ryansturm@chromium.org Link to the patchset: https://codereview.chromium.org/2604293002/#ps40001 (title: "jpfeiff comments")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 40001, "attempt_start_ts": 1483470645543100,
"parent_rev": "d13c955121552842083258b7b67f95296f24b54e", "commit_rev":
"c76b60569271a5ebff80a87cf8df5352c838bd7e"}
Message was sent while issue was closed.
Description was changed from ========== Do not fetch a new config if one is already in progress. Do not fetch a data reduction proxy config due to auth failure if the fetch of the previous config is ongoing. BUG=677569 ========== to ========== Do not fetch a new config if one is already in progress. Do not fetch a data reduction proxy config due to auth failure if the fetch of the previous config is ongoing. BUG=677569 Review-Url: https://codereview.chromium.org/2604293002 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Do not fetch a new config if one is already in progress. Do not fetch a data reduction proxy config due to auth failure if the fetch of the previous config is ongoing. BUG=677569 Review-Url: https://codereview.chromium.org/2604293002 ========== to ========== Do not fetch a new config if one is already in progress. Do not fetch a data reduction proxy config due to auth failure if the fetch of the previous config is ongoing. BUG=677569 Committed: https://crrev.com/0216e584179ebe2e4ca415930b916f2e76f1b559 Cr-Commit-Position: refs/heads/master@{#441179} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/0216e584179ebe2e4ca415930b916f2e76f1b559 Cr-Commit-Position: refs/heads/master@{#441179} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
