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

Issue 597653 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

chrome://suggestions doesn't always load

Project Member Reported by bauerb@chromium.org, Mar 24 2016

Issue description

Chrome Version       : 51.0.2681.4
OS Version: 
URLs (if applicable) :
Other browsers tested:
  Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5:
  Firefox 4.x:
     IE 7/8/9:

What steps will reproduce the problem?
1.
2.
3.

What is the expected result?


What happens instead of that?


Please provide any additional information below. Attach a screenshot if
possible.

UserAgentString: Mozilla/5.0 (Linux; Android 6.0.99; Build/NRC82C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2681.4 Safari/537.36



 

Comment 1 by bauerb@chromium.org, Mar 24 2016

Cc: dgn@chromium.org
Components: UI>Browser>WebUI
Labels: OS-Android
Owner: treib@chromium.org
Status: Assigned (was: Unconfirmed)
Summary: chrome://suggestions doesn't always load (was: chromne)
(Sorry, input fail.)

Steps to reproduce:
1) Open Chrome
2) Immediately open chrome://suggestions

Result: The page fails to load with an ERR_INVALID_URL error (as if chrome://suggestions was not valid Web UI URL). Then at a later point it suddenly works.

Marc, that seems like a bug for you :)

Comment 2 by treib@chromium.org, Mar 24 2016

Huh. That page is provided by SuggestionsSource, which on Android is instantiated by MostVisitedSites: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/android/most_visited_sites.cc&l=194
Which in turn is instantiated with the first NewTabPage, which means soon, but apparently not soon enough.

Comment 3 by bauerb@chromium.org, Mar 24 2016

Yeah, if I open chrome://suggestions without opening an NTP (for example, restarting Chrome with chrome://suggestions open), it wouldn't be registered.

Could we just add a WebUI for chrome://suggestions and register the source there?

Comment 4 by treib@chromium.org, Mar 24 2016

A WebUIController, you mean? I suppose.. seems a bit pointless if all it does is register the source, but I guess that's the way it's done.

Comment 5 by treib@chromium.org, Apr 15 2016

Status: Started (was: Assigned)

Comment 7 by treib@chromium.org, Apr 19 2016

Status: Fixed (was: Started)

Sign in to add a comment