Looks like the cvs update/merge needed some manual intervention. Took our offending cruft. Preserved

usage of _blank which according to cvs log is what law intended.
This commit is contained in:
syd%netscape.com 1999-09-17 02:02:18 +00:00
Родитель 5fc2000038
Коммит f07cb272bf
2 изменённых файлов: 0 добавлений и 8 удалений

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

@ -1042,11 +1042,7 @@ function OpenSearch(tabName, searchStr)
function BrowserViewSource()
{
<<<<<<< navigator.js
window.openDialog( "chrome://navigator/content/viewSource.xul", "_new", "chrome,all,dialog=no", window.content.location );
=======
window.openDialog( "chrome://navigator/content/viewSource.xul", "_blank", "chrome,all,dialog=no", window.content.location );
>>>>>>> 1.42
}

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

@ -1042,11 +1042,7 @@ function OpenSearch(tabName, searchStr)
function BrowserViewSource()
{
<<<<<<< navigator.js
window.openDialog( "chrome://navigator/content/viewSource.xul", "_new", "chrome,all,dialog=no", window.content.location );
=======
window.openDialog( "chrome://navigator/content/viewSource.xul", "_blank", "chrome,all,dialog=no", window.content.location );
>>>>>>> 1.42
}