Added comments regarding coming changes for bug 65470/Mozilla 0.8.

This commit is contained in:
ben%netscape.com 2001-01-26 09:39:49 +00:00
Родитель b29bcbc9e3
Коммит 5bead9205b
4 изменённых файлов: 25 добавлений и 1 удалений

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

@ -22,6 +22,12 @@
-->
<!--
// XXX - WARNING - XXX
// This file is being reimplemented for Mozilla 0.8. Do NOT make modifications
// to this file without consulting ben@netscape.com first.
-->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/bookmarks/bookmarks.css" type="text/css"?>
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>

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

@ -22,6 +22,13 @@
* Blake Ross <blakeross@telocity.com>
*/
////////////////////////////////////////////////////////////////////////////
// XXX - WARNING - XXX
// This file is being reimplemented for Mozilla 0.8. Do NOT make modifications
// to this file without consulting ben@netscape.com first, as most of the
// code here is moving elsewhere and your changes will be lost.
var NC_NS = "http://home.netscape.com/NC-rdf#";
var RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";

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

@ -23,6 +23,12 @@
-->
<!--
// XXX - WARNING - XXX
// This file is being reimplemented for Mozilla 0.8. Do NOT make modifications
// to this file without consulting ben@netscape.com first.
-->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/bookmarks/bookmarks.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>

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

@ -20,7 +20,12 @@
* Contributor(s):
*/
////////////////////////////////////////////////////////////////////////////
// XXX - WARNING - XXX
// This file is being reimplemented for Mozilla 0.8. Do NOT make modifications
// to this file without consulting ben@netscape.com first. This code is being
// rewritten to use the nsDragAndDrop library so changes you make here will
// likely be lost.
var NC_NS = "http://home.netscape.com/NC-rdf#";
var RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";