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

Issue 2637563002: [Offline Pages] Snapshotting on timeout of last retry. (Closed)

Created:
3 years, 11 months ago by romax
Modified:
3 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, romax+watch_chromium.org, tburkard+watch_chromium.org, fgorski+watch_chromium.org, dewittj+watch_chromium.org, petewil+watch_chromium.org, chili+watch_chromium.org, gavinp+prer_chromium.org, dimich+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Offline Pages] Snapshotting on timeout of last retry. Added the logic which would do a snapshot when the offliner times out on the last retry, also it must meet the low bar for quality control. As for now the low bar is to get DOMContentLoaded callback. BUG=680363 Review-Url: https://codereview.chromium.org/2637563002 Cr-Commit-Position: refs/heads/master@{#453053} Committed: https://chromium.googlesource.com/chromium/src/+/250c4a05efdb4ec893d99ed7fe63236686caec4d

Patch Set 1 #

Total comments: 1

Patch Set 2 : Merging with repo. #

Patch Set 3 : comments. #

Patch Set 4 : Merge with master. #

Patch Set 5 : Tests associated. #

Patch Set 6 : merging. #

Patch Set 7 : rebasing and a cl format #

Total comments: 1

Patch Set 8 : comments. #

Patch Set 9 : merging with master again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -11 lines) Patch
M chrome/browser/android/offline_pages/background_loader_offliner.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/background_loader_offliner.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_loader.h View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_loader.cc View 1 2 3 4 5 6 7 8 5 chunks +16 lines, -6 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_offliner.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_offliner.cc View 1 2 3 4 5 6 7 8 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_offliner_unittest.cc View 1 2 3 4 5 6 7 8 8 chunks +83 lines, -2 lines 0 comments Download
M components/offline_pages/core/background/offliner.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/offline_pages/core/background/offliner_stub.h View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M components/offline_pages/core/background/offliner_stub.cc View 1 2 3 4 2 chunks +14 lines, -1 line 0 comments Download
M components/offline_pages/core/background/request_coordinator.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M components/offline_pages/core/background/request_coordinator_unittest.cc View 1 2 3 4 5 6 5 chunks +112 lines, -2 lines 0 comments Download

Messages

Total messages: 33 (22 generated)
romax
I realized there's a bug in the other patch(the one you and Doug already reviewed) ...
3 years, 11 months ago (2017-01-24 20:36:08 UTC) #2
Pete Williamson
The changes all look good, but the results don't show the improvement we hoped for. ...
3 years, 11 months ago (2017-01-25 00:06:17 UTC) #3
romax
merged with master(patch 2) and addressed comments(patch 3). also +dougarnett@
3 years, 11 months ago (2017-01-25 02:10:50 UTC) #6
romax
just updated with TOT, and run 'git cl format' which returned a minor change in ...
3 years, 10 months ago (2017-02-24 21:32:54 UTC) #15
Pete Williamson
lgtm with nit. https://codereview.chromium.org/2637563002/diff/140001/chrome/browser/android/offline_pages/background_loader_offliner.cc File chrome/browser/android/offline_pages/background_loader_offliner.cc (right): https://codereview.chromium.org/2637563002/diff/140001/chrome/browser/android/offline_pages/background_loader_offliner.cc#newcode127 chrome/browser/android/offline_pages/background_loader_offliner.cc:127: // TODO(romax) device if we want ...
3 years, 10 months ago (2017-02-24 22:29:03 UTC) #18
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/2637563002/160001
3 years, 10 months ago (2017-02-24 22:32:47 UTC) #21
commit-bot: I haz the power
Failed to apply patch for chrome/browser/android/offline_pages/prerendering_loader.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-25 00:08:18 UTC) #23
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/2637563002/180001
3 years, 10 months ago (2017-02-25 00:33:19 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/218501) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 10 months ago (2017-02-25 00:34:52 UTC) #28
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/2637563002/180001
3 years, 10 months ago (2017-02-25 02:27:01 UTC) #30
commit-bot: I haz the power
3 years, 10 months ago (2017-02-25 03:08:54 UTC) #33
Message was sent while issue was closed.
Committed patchset #9 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/250c4a05efdb4ec893d99ed7fe63...

Powered by Google App Engine
This is Rietveld 408576698