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

Issue 1933653004: Reset the Lo-Fi main frame state when there is a new main frame request (Closed)

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

Description

Reset the Lo-Fi main frame state when there is a new main frame request and remove the Lo-Fi field trial. BUG=607693 Committed: https://crrev.com/060808575a58a2a318f3d3231ef065d0571ca2e8 Cr-Commit-Position: refs/heads/master@{#392501}

Patch Set 1 #

Total comments: 12

Patch Set 2 : comments #

Total comments: 10

Patch Set 3 : comments #

Patch Set 4 : test fix #

Patch Set 5 : check data_reduction_proxy_io_data_ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -164 lines) Patch
M components/data_reduction_proxy/content/browser/content_lofi_decider.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M components/data_reduction_proxy/content/browser/content_lofi_decider.cc View 1 2 chunks +1 line, -11 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h View 2 chunks +6 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc View 1 2 3 4 2 chunks +24 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc View 1 2 3 15 chunks +54 lines, -38 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h View 1 2 chunks +2 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc View 1 1 chunk +5 lines, -21 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc View 1 7 chunks +11 lines, -23 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h View 1 chunk +0 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc View 3 chunks +0 lines, -13 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M components/data_reduction_proxy/core/common/lofi_decider.h View 1 2 2 chunks +2 lines, -8 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
megjablon
PTAL, thanks!
4 years, 7 months ago (2016-05-04 01:36:35 UTC) #3
tbansal1
https://chromiumcodereview.appspot.com/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc (left): https://chromiumcodereview.appspot.com/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc#oldcode173 components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc:173: // TODO(megjablon): Need to switch to per page. Why ...
4 years, 7 months ago (2016-05-04 01:46:23 UTC) #4
megjablon
https://chromiumcodereview.appspot.com/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc (left): https://chromiumcodereview.appspot.com/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc#oldcode173 components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc:173: // TODO(megjablon): Need to switch to per page. On ...
4 years, 7 months ago (2016-05-04 03:02:44 UTC) #5
tbansal1
https://chromiumcodereview.appspot.com/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc (left): https://chromiumcodereview.appspot.com/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc#oldcode173 components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc:173: // TODO(megjablon): Need to switch to per page. On ...
4 years, 7 months ago (2016-05-04 05:16:57 UTC) #6
megjablon
https://chromiumcodereview.appspot.com/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc (right): https://chromiumcodereview.appspot.com/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc#newcode160 components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc:160: if ((request->load_flags() & net::LOAD_MAIN_FRAME)) { On 2016/05/04 05:16:57, tbansal1 ...
4 years, 7 months ago (2016-05-06 22:13:00 UTC) #7
tbansal1
few nits. Thanks for cleaning this up. https://codereview.chromium.org/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h File components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h (right): https://codereview.chromium.org/1933653004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h#newcode16 components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h:16: #include "net/base/completion_callback.h" ...
4 years, 7 months ago (2016-05-06 23:36:52 UTC) #8
megjablon
https://codereview.chromium.org/1933653004/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc (right): https://codereview.chromium.org/1933653004/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc#newcode160 components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc:160: DCHECK(request); On 2016/05/06 23:36:51, tbansal1 wrote: > This DCHECK ...
4 years, 7 months ago (2016-05-07 00:29:08 UTC) #9
tbansal1
lgtm
4 years, 7 months ago (2016-05-07 00:31:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1933653004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1933653004/80001
4 years, 7 months ago (2016-05-09 21:33:46 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/67363)
4 years, 7 months ago (2016-05-09 23:25:31 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1933653004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1933653004/100001
4 years, 7 months ago (2016-05-10 00:30:41 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 7 months ago (2016-05-10 00:56:16 UTC) #21
commit-bot: I haz the power
4 years, 7 months ago (2016-05-10 00:57:32 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/060808575a58a2a318f3d3231ef065d0571ca2e8
Cr-Commit-Position: refs/heads/master@{#392501}

Powered by Google App Engine
This is Rietveld 408576698