From cd1b5f482de444d3c8ff7f09dde054233515ea8d Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Tue, 28 Mar 2000 11:52:11 +0000 Subject: [PATCH] Adding updateNotification bits. not part of build. git-svn-id: svn://10.0.0.236/trunk@64366 18797224-902f-48f8-a5cc-f745e15eee43 --- .../res/content/SoftwareUpdate-Source-1.rdf | 48 +++++++++++++++++++ .../xpinstall/res/content/SoftwareUpdates.rdf | 30 ++++++++++++ .../res/content/updateNotification.xul | 34 +++++++++++++ 3 files changed, 112 insertions(+) create mode 100644 mozilla/xpinstall/res/content/SoftwareUpdate-Source-1.rdf create mode 100644 mozilla/xpinstall/res/content/SoftwareUpdates.rdf create mode 100644 mozilla/xpinstall/res/content/updateNotification.xul 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 ); +} + + + + + + + + + + + +