123448 - tooltips with window title shouldn't appear for xul docs in navigator, r=blake, sr=jag

This commit is contained in:
hewitt%netscape.com 2006-09-14 06:02:30 +00:00
Родитель a80887ff9f
Коммит 603660f64c
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1194,10 +1194,13 @@ function checkForDirectoryListing()
**/
function FillInHTMLTooltip(tipElement)
{
const XLinkNS = "http://www.w3.org/1999/xlink";
var retVal = false;
if (tipElement.namespaceURI == "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul")
return retVal;
const XLinkNS = "http://www.w3.org/1999/xlink";
var titleText = null;
var XLinkTitleText = null;