New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 629880 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit 22 days ago
Closed: Jul 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Feature



Sign in to add a comment

Add ability to enter a URL for background loading in the chrome://offline-internals page

Project Member Reported by dougarnett@chromium.org, Jul 20 2016

Issue description

Currently we have an experimental long press option on a link on a page that will queue the link for background loading. This is limiting in that we can't enter a specific URL to background load that is not on some linked from some page we can load.

It would be helpful in the near term (wrt, to testing a set of top EM URLs) to be able to explicitly submit a URL from the offline-internals page.

This might be a test box that takes the submitted text and passes as URL to the OfflinePageBridge SavePageLater() api.

 

Comment 1 by chili@chromium.org, Jul 20 2016

Status: Started (was: Untriaged)
In order to create a save request, we need both a URL and a ClientId, which requires namespace and id.  While the namespace should probably be the async one, what should the id be?
This is what the context menu hook does for now (random): https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/tab/TabContextMenuItemDelegate.java?rcl=0&l=173

Please chat with Pete and Filip if they think something similar is ok for internals page to start.


Comment 4 by chili@chromium.org, Jul 23 2016

Status: Fixed (was: Started)

Sign in to add a comment