author | Mike Conley <mconley@mozilla.com> |
Mon, 24 Oct 2016 11:32:10 -0400 | |
changeset 319308 | 38ac5c0d5d5579c2322b538ba510b411aaa159dd |
parent 319307 | 5eaae2fa6a52510608aa15afaa614840d8f94cac |
child 319309 | f7a9e4b0905510c33b214386122516819edd6349 |
push id | 30869 |
push user | philringnalda@gmail.com |
push date | Wed, 26 Oct 2016 04:57:48 +0000 |
treeherder | mozilla-central@9471b3c49b2c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | enndeakin |
bugs | 1312244, 1183037 |
milestone | 52.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -136,17 +136,22 @@ <menupopup id="backForwardMenu" onpopupshowing="return FillHistoryMenu(event.target);" oncommand="gotoHistoryIndex(event); event.stopPropagation();" onclick="checkForMiddleClick(this, event);"/> <tooltip id="aHTMLTooltip" page="true"/> <tooltip id="remoteBrowserTooltip"/> <!-- for search and content formfill/pw manager --> - <panel type="autocomplete-richlistbox" id="PopupAutoComplete" noautofocus="true" hidden="true"/> + + <panel type="autocomplete-richlistbox" + id="PopupAutoComplete" + noautofocus="true" + hidden="true" + norolluponanchor="true" /> <!-- for search with one-off buttons --> <panel type="autocomplete" id="PopupSearchAutoComplete" noautofocus="true" hidden="true"/> <!-- for url bar autocomplete --> <panel type="autocomplete-richlistbox" id="PopupAutoCompleteRichResult" noautofocus="true"