diff --git a/mozilla/xpinstall/res/content/SoftwareUpdate-Source-1.rdf b/mozilla/xpinstall/res/content/SoftwareUpdate-Source-1.rdf new file mode 100644 index 00000000000..6a190391bfa --- /dev/null +++ b/mozilla/xpinstall/res/content/SoftwareUpdate-Source-1.rdf @@ -0,0 +1,48 @@ + + + + + + + + + + + + 3.4.1.12 + /AOL/ + + + + + + 1.1.2.0 + /PGP/ROCKS/ + + + + + + + diff --git a/mozilla/xpinstall/res/content/SoftwareUpdates.rdf b/mozilla/xpinstall/res/content/SoftwareUpdates.rdf new file mode 100644 index 00000000000..ae912abd128 --- /dev/null +++ b/mozilla/xpinstall/res/content/SoftwareUpdates.rdf @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/mozilla/xpinstall/res/content/updateNotification.xul b/mozilla/xpinstall/res/content/updateNotification.xul new file mode 100644 index 00000000000..ee9af055113 --- /dev/null +++ b/mozilla/xpinstall/res/content/updateNotification.xul @@ -0,0 +1,34 @@ + + + + + + + + +function ShowUpdateFromResource( node ) +{ + var url = node.getAttribute('updateURL'); + dump (url + '\n' ); + //window.open( url ); +} + + + + + + + + + + + +