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

Issue 2483463002: [Offline Pages] Feature flag to allow concurrent background loading on svelte (Closed)

Created:
4 years, 1 month ago by dougarnett
Modified:
4 years, 1 month ago
CC:
chromium-reviews, dewittj+watch_chromium.org, fgorski+watch_chromium.org, romax+watch_chromium.org, petewil+watch_chromium.org, chili+watch_chromium.org, asvitkine+watch_chromium.org, dimich+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Offline Pages] Feature flag to allow concurrent background loading on svelte Adds flag (default off) to allow immediate processing of SavePageLater requests on low-end devices. This will allow us to evaluate concurrent loading on our development devices and allows for prospect of a future Finch trial. BUG=655341 Committed: https://crrev.com/fa0aebf37854698a45180ac8886b78d22f8b5de4 Cr-Commit-Position: refs/heads/master@{#431094}

Patch Set 1 #

Patch Set 2 : Added dependency on :switches #

Patch Set 3 : Unit test deps on switches #

Patch Set 4 : Added flag to LoginCustomFlags histogram #

Total comments: 5

Patch Set 5 : Address petewil@ comment #

Total comments: 2

Patch Set 6 : Reverted change to expose flag to java per tedchoc@ feedback #

Patch Set 7 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -1 line) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M components/offline_pages/background/BUILD.gn View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M components/offline_pages/background/request_coordinator.cc View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M components/offline_pages/background/request_coordinator_unittest.cc View 1 2 3 4 5 6 3 chunks +41 lines, -0 lines 0 comments Download
M components/offline_pages/offline_page_feature.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M components/offline_pages/offline_page_feature.cc View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M components/offline_pages/offline_page_model_impl_unittest.cc View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 53 (36 generated)
dougarnett
4 years, 1 month ago (2016-11-04 19:31:37 UTC) #12
Pete Williamson
lgtm with nit. https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd#newcode14944 chrome/app/generated_resources.grd:14944: + <message name="IDS_FLAGS_OFFLINE_PAGES_SVELTE_CONCURRENT_LOADING_NAME" desc="Name for the ...
4 years, 1 month ago (2016-11-08 00:42:44 UTC) #19
dougarnett
https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd#newcode14944 chrome/app/generated_resources.grd:14944: + <message name="IDS_FLAGS_OFFLINE_PAGES_SVELTE_CONCURRENT_LOADING_NAME" desc="Name for the flag to enable ...
4 years, 1 month ago (2016-11-08 00:48:11 UTC) #20
Dmitry Titov
Yay! lgtm https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd#newcode14944 chrome/app/generated_resources.grd:14944: + <message name="IDS_FLAGS_OFFLINE_PAGES_SVELTE_CONCURRENT_LOADING_NAME" desc="Name for the flag ...
4 years, 1 month ago (2016-11-08 00:52:20 UTC) #21
Pete Williamson
https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd#newcode14944 chrome/app/generated_resources.grd:14944: + <message name="IDS_FLAGS_OFFLINE_PAGES_SVELTE_CONCURRENT_LOADING_NAME" desc="Name for the flag to enable ...
4 years, 1 month ago (2016-11-08 00:53:39 UTC) #22
dougarnett
https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2483463002/diff/60001/chrome/app/generated_resources.grd#newcode14944 chrome/app/generated_resources.grd:14944: + <message name="IDS_FLAGS_OFFLINE_PAGES_SVELTE_CONCURRENT_LOADING_NAME" desc="Name for the flag to enable ...
4 years, 1 month ago (2016-11-08 16:37:00 UTC) #25
dougarnett
tedchoc@ please give owners review of chrome_feature_list.cc asvitkine@ please give owners review of histograms.xml
4 years, 1 month ago (2016-11-08 16:46:49 UTC) #27
Pete Williamson
lgtm
4 years, 1 month ago (2016-11-08 17:36:12 UTC) #30
Ted C
https://codereview.chromium.org/2483463002/diff/80001/chrome/browser/android/chrome_feature_list.cc File chrome/browser/android/chrome_feature_list.cc (right): https://codereview.chromium.org/2483463002/diff/80001/chrome/browser/android/chrome_feature_list.cc#newcode64 chrome/browser/android/chrome_feature_list.cc:64: &offline_pages::kOfflinePagesSvelteConcurrentLoadingFeature, This array says these are the features exposed ...
4 years, 1 month ago (2016-11-08 17:42:13 UTC) #31
dougarnett
https://codereview.chromium.org/2483463002/diff/80001/chrome/browser/android/chrome_feature_list.cc File chrome/browser/android/chrome_feature_list.cc (right): https://codereview.chromium.org/2483463002/diff/80001/chrome/browser/android/chrome_feature_list.cc#newcode64 chrome/browser/android/chrome_feature_list.cc:64: &offline_pages::kOfflinePagesSvelteConcurrentLoadingFeature, On 2016/11/08 17:42:13, Ted C wrote: > This ...
4 years, 1 month ago (2016-11-08 18:04:26 UTC) #34
dougarnett
jwd@ can you review histograms.xml?
4 years, 1 month ago (2016-11-08 21:02:49 UTC) #38
jwd
lgtm
4 years, 1 month ago (2016-11-09 18:14:48 UTC) #39
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/2483463002/100001
4 years, 1 month ago (2016-11-09 18:30:06 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/302750)
4 years, 1 month ago (2016-11-09 18:33:19 UTC) #44
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/2483463002/120001
4 years, 1 month ago (2016-11-09 23:25:27 UTC) #50
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 1 month ago (2016-11-10 00:21:38 UTC) #51
commit-bot: I haz the power
4 years, 1 month ago (2016-11-10 00:38:13 UTC) #53
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/fa0aebf37854698a45180ac8886b78d22f8b5de4
Cr-Commit-Position: refs/heads/master@{#431094}

Powered by Google App Engine
This is Rietveld 408576698