☠☠ backed out by 9451690a4f75 ☠ ☠ | |
author | Dão Gottwald <dao@mozilla.com> |
Fri, 08 Sep 2017 12:28:19 +0200 | |
changeset 379706 | 5c148323ff77d13366337adf2ae343c573624354 |
parent 379705 | 5a0fd0db0fb0188b7fe8a0db79138b72f977ebc0 |
child 379707 | e0ae495fe98d2af10e91d92a9eccb85abb66ef8f |
push id | 32461 |
push user | kwierso@gmail.com |
push date | Fri, 08 Sep 2017 20:15:32 +0000 |
treeherder | mozilla-central@dd3736e98e4e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | shorlander, daleharvey |
bugs | 1396205 |
milestone | 57.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
|
browser/base/content/browser.css | file | annotate | diff | comparison | revisions | |
browser/base/content/urlbarBindings.xml | file | annotate | diff | comparison | revisions |
--- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -678,18 +678,18 @@ html|input.urlbar-input[textoverflow]:no } #DateTimePickerPanel[active="true"] { -moz-binding: url("chrome://global/content/bindings/datetimepopup.xml#datetime-popup"); } #urlbar[pageproxystate=invalid] > #page-action-buttons > .urlbar-page-action, #identity-box.chromeUI ~ #page-action-buttons > .urlbar-page-action:not(#star-button-box), -#urlbar[usertyping] > .urlbar-textbox-container > .urlbar-history-dropmarker, -.urlbar-go-button[pageproxystate="valid"], +.urlbar-history-dropmarker[usertyping], +.urlbar-go-button:not([usertyping]), .urlbar-go-button:not([parentfocused="true"]), #urlbar[pageproxystate="invalid"] > #identity-box > #blocked-permissions-container, #urlbar[pageproxystate="invalid"] > #identity-box > #notification-popup-box, #urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon-labels { display: none; } #identity-box {
--- a/browser/base/content/urlbarBindings.xml +++ b/browser/base/content/urlbarBindings.xml @@ -40,23 +40,23 @@ file, You can obtain one at http://mozil class="autocomplete-textbox urlbar-input textbox-input uri-element-right-align" allowevents="true" inputmode="url" xbl:inherits="tooltiptext=inputtooltiptext,value,maxlength,disabled,size,readonly,placeholder,tabindex,accesskey,focused,textoverflow"/> <xul:image anonid="urlbar-go-button" class="urlbar-go-button urlbar-icon" onclick="gURLBar.handleCommand(event);" tooltiptext="&goEndCap.tooltip;" - xbl:inherits="pageproxystate,parentfocused=focused"/> + xbl:inherits="pageproxystate,parentfocused=focused,usertyping"/> </xul:hbox> <xul:dropmarker anonid="historydropmarker" class="autocomplete-history-dropmarker urlbar-history-dropmarker urlbar-icon" tooltiptext="&urlbar.openHistoryPopup.tooltip;" allowevents="true" - xbl:inherits="open,enablehistory,parentfocused=focused"/> + xbl:inherits="open,enablehistory,parentfocused=focused,usertyping"/> <children includes="hbox"/> </xul:hbox> <xul:popupset anonid="popupset" class="autocomplete-result-popupset"/> <children includes="toolbarbutton"/> </content> <implementation implements="nsIObserver, nsIDOMEventListener">