New issue
Advanced search Search tips

Issue 650250 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 631966



Sign in to add a comment

Make the resource_prefetch_predictor accessible from Android Java code.

Project Member Reported by lizeb@chromium.org, Sep 26 2016

Issue description

Make the resource_prefetch_predictor accessible from Custom Tabs.
 

Comment 1 by lizeb@chromium.org, Sep 26 2016

Blocking: -629424 631966

Comment 2 by lizeb@chromium.org, Oct 7 2016

Status: Fixed (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, Oct 12 2016

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

commit 588e88df5847e11703ffdf063f621d38a66a5fa4
Author: lizeb <lizeb@chromium.org>
Date: Wed Oct 12 15:30:33 2016

customtabs: Add a flag to mayLaunchUrl() to force prefetch.

This adds a flag to mayLaunchUrl() to prevent it from doing a prerender,
forcing the high confidence version to only issue a prefetch
request (using the resource_prefetch_predictor here). This is needed to
test and evaluate it, and is intended for testing purposes only, as the
"no prerendering" flag is as well.

BUG= 650250 ,631966

Review-Url: https://codereview.chromium.org/2403023002
Cr-Commit-Position: refs/heads/master@{#424742}

[modify] https://crrev.com/588e88df5847e11703ffdf063f621d38a66a5fa4/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabsConnection.java
[modify] https://crrev.com/588e88df5847e11703ffdf063f621d38a66a5fa4/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
[modify] https://crrev.com/588e88df5847e11703ffdf063f621d38a66a5fa4/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabsConnectionTest.java
[modify] https://crrev.com/588e88df5847e11703ffdf063f621d38a66a5fa4/tools/android/customtabs_benchmark/java/src/org/chromium/customtabs/test/MainActivity.java

Project Member

Comment 4 by bugdroid1@chromium.org, Nov 15 2016

Sign in to add a comment