browser.xul (palemoon-29.4.1-source.tar.xz) | : | browser.xul (palemoon-29.4.2-source.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 125 | skipping to change at line 125 | |||
<!-- bug 415444/582485: event.stopPropagation is here for the cloned version | <!-- bug 415444/582485: event.stopPropagation is here for the cloned version | |||
of this menupopup --> | of this menupopup --> | |||
<menupopup id="backForwardMenu" | <menupopup id="backForwardMenu" | |||
onpopupshowing="return FillHistoryMenu(event.target);" | onpopupshowing="return FillHistoryMenu(event.target);" | |||
oncommand="gotoHistoryIndex(event); event.stopPropagation();" | oncommand="gotoHistoryIndex(event); event.stopPropagation();" | |||
onclick="checkForMiddleClick(this, event);"/> | onclick="checkForMiddleClick(this, event);"/> | |||
<tooltip id="aHTMLTooltip" page="true"/> | <tooltip id="aHTMLTooltip" page="true"/> | |||
<!-- for search and content formfill/pw manager --> | <!-- for search and content formfill/pw manager --> | |||
<panel type="autocomplete" id="PopupAutoComplete" noautofocus="true" hidden= "true"/> | ||||
<panel type="private-autocomplete" id="PopupAutoComplete" noautofocus="true" hidden="true"/> | <panel type="private-autocomplete" id="PopupAutoComplete" noautofocus="true" hidden="true"/> | |||
<!-- for url bar autocomplete --> | <!-- for url bar autocomplete --> | |||
<panel type="autocomplete-richlistbox" id="PopupAutoCompleteRichResult" noau tofocus="true" hidden="true"/> | ||||
<panel type="private-autocomplete-richlistbox" id="PopupAutoCompleteRichResu lt" noautofocus="true" hidden="true"/> | <panel type="private-autocomplete-richlistbox" id="PopupAutoCompleteRichResu lt" noautofocus="true" hidden="true"/> | |||
<!-- for date/time picker. consumeoutsideclicks is set to never, so that | <!-- for date/time picker. consumeoutsideclicks is set to never, so that | |||
clicks on the anchored input box are never consumed. --> | clicks on the anchored input box are never consumed. --> | |||
<panel id="DateTimePickerPanel" | <panel id="DateTimePickerPanel" | |||
type="arrow" | type="arrow" | |||
hidden="true" | hidden="true" | |||
orient="vertical" | orient="vertical" | |||
noautofocus="true" | noautofocus="true" | |||
norolluponanchor="true" | norolluponanchor="true" | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |