Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

V75: Increase number of Top sites on address bar

  • 2 ответа
  • 2 имеют эту проблему
  • 35 просмотров
  • Последний ответ от TotalKen

more options

v75 auto-installed, and my set of 10 topsites on the address bar dropdown has been reduced to 5.

My browser.urlbar.maxRichResults value was already set to 10. I increased it to 15 but nothing changed.

Any ideas? Thanks a lot.

v75 auto-installed, and my set of 10 topsites on the address bar dropdown has been reduced to 5. My browser.urlbar.maxRichResults value was already set to 10. I increased it to 15 but nothing changed. Any ideas? Thanks a lot.
Приложенные скриншоты

Все ответы (2)

more options

I'm new to the source code so I could be completely wrong, but from what I can see you should be seeing 8 sites in the v75 address bar (I know I do) assuming you have 8 top sites - it seems to share this information with the top sites listed in a "New Tab"

If I am looking at the correct file, and again I admit I am new to the code and could be completely wrong, it is hard-coded to try and grab the top 8 sites. It doesn't seem to refer to any configuration settings so a new config option would need to be added, assuming the UI scales with larger lists of sites.

File: UrlbarProviderTopSites.jsm

 // We want the top 8 sites.
  sites = sites.slice(0, 8);

If this is correct then and enhancement/bug would need to be raised.

more options

Thanks. I haven't fiddled with that file so I assume mine is whatever the default is.

My top sites page is set to 2 rows and shows 12 site icons. Would be nice if they were directly reflected in the urlbar. In the meantime I'm still only getting 5.