mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
fdfb9d4446
In the Quantum Bar it's usually the urlbar code that decides whether a search string should be visited or searched. if dns_first_for_single_words is set, we can't make a final decision, because that depends on a dns lookup. For now we don't want to duplicate the docshell code, also because we must keep the old behavior functioning for cases where the urlbar value is set without input. Similarly, when the docshell decides to search for a single word host, and a dns lookup resolves it, it also shows a prompt asking the user if he meant to visit it instead of searching. Because the urlbar skips the docshell decision making, we must manually call the fixup prompt code from the urlbar. Differential Revision: https://phabricator.services.mozilla.com/D45743 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
base | ||
build | ||
resources/content | ||
shistory | ||
test | ||
moz.build |