New issue
Advanced search Search tips

Issue 792290 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Enable Download Page Later button by default

Project Member Reported by petewil@chromium.org, Dec 6 2017

Issue description

Today the dino page button for download page later is controlled by a chrome flag and a finch config.  Enable the flag by default, so we can someday remove the finch trial.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 7 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/2346af220ddd5686f215f8e1d600e480e7d73e73

commit 2346af220ddd5686f215f8e1d600e480e7d73e73
Author: Pete Williamson <petewil@chromium.org>
Date: Thu Dec 07 16:21:45 2017

Remove old unused "OfflinePagesSvelte" experiment

Bug:  792290 
Change-Id: I2321ae02cd36e54f372e22edd74db2253dbc6e9a

Svelte is a term we use for android devices with <= 512MB memory.

We used the OfflinePagesSvelte experiment originally to check if we should
do background offlining on Svelte devices at all.  We determined that we
should, and eventually removed the flag in most places (but not here).
This change removes the flag in the final place.

There is a similarly named experimental flag for doing 'foreground' offlining
on svelte devices - "OfflinePagesSvelteConcurrentLoading".  We plan to enable it
someday, but first we need to fix chromium so that we don't start an additional
process.  Chromium promises not to start more than two processes on android
svelte devices.

Change-Id: I2321ae02cd36e54f372e22edd74db2253dbc6e9a
Reviewed-on: https://chromium-review.googlesource.com/813014
Reviewed-by: Jian Li <jianli@chromium.org>
Reviewed-by: Alexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522442}
[modify] https://crrev.com/2346af220ddd5686f215f8e1d600e480e7d73e73/testing/variations/fieldtrial_testing_config.json

Status: Fixed (was: Started)

Sign in to add a comment