Chromium Code Reviews
Description[OfflinePages] Improve visiblity/handling of "Loading not started" case
The IsPrerenderingPossible() no longer is applicable to the "offline"
origin prerender requests (it is now more tied to NoStatePrefetch
setting) so this stops prematurely checking it (via CanPrerender())
and instead passes request to PrerenderManager to let is decide whether
it accepts the "offline" origin request or not.
Also adds new Offliner RequestStatus code LOADING_NOT_ACCEPTED to
add clarity between the RC not trying to start the request vs. the
Offliner not accepting it.
BUG=677189
Committed: https://crrev.com/9033511eba1ce7c9b06a4372df9030ccd177353b
Cr-Commit-Position: refs/heads/master@{#441573}
Patch Set 1 #Patch Set 2 : Fixed test #
Total comments: 6
Patch Set 3 : Deprecated NOT_STARTED status and added new status code for RequestQueue update error path. Also fi… #
Total comments: 2
Patch Set 4 : Addes ! low-end device default to test Setup #Messages
Total messages: 31 (20 generated)
|