From 2845d4bc9cd19b154480ecbdde32d5bc8be61375 Mon Sep 17 00:00:00 2001 From: "rginda%netscape.com" Date: Sat, 21 Apr 2001 00:39:29 +0000 Subject: [PATCH] reverting bogus checkin r=peterv, a=asa git-svn-id: svn://10.0.0.236/trunk@92857 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/cview/Makefile.in | 28 +- mozilla/extensions/cview/makefile.win | 34 +- .../cview/resources/content/app-handlers.js | 15 - .../cview/resources/content/app-overlay.js | 6 - .../cview/resources/content/app-overlay.xul | 30 -- .../cview/resources/content/app-static.js | 12 - .../cview/resources/content/app-ui.xul | 70 ---- .../cview/resources/content/app-utils.js | 386 ------------------ .../resources/locale/en-US/app-overlay.dtd | 3 - .../cview/resources/locale/en-US/app-ui.dtd | 8 - .../cview/resources/skin/app-ui.css | 3 - 11 files changed, 54 insertions(+), 541 deletions(-) delete mode 100644 mozilla/extensions/cview/resources/content/app-handlers.js delete mode 100644 mozilla/extensions/cview/resources/content/app-overlay.js delete mode 100644 mozilla/extensions/cview/resources/content/app-overlay.xul delete mode 100644 mozilla/extensions/cview/resources/content/app-static.js delete mode 100644 mozilla/extensions/cview/resources/content/app-ui.xul delete mode 100644 mozilla/extensions/cview/resources/content/app-utils.js delete mode 100644 mozilla/extensions/cview/resources/locale/en-US/app-overlay.dtd delete mode 100644 mozilla/extensions/cview/resources/locale/en-US/app-ui.dtd delete mode 100644 mozilla/extensions/cview/resources/skin/app-ui.css diff --git a/mozilla/extensions/cview/Makefile.in b/mozilla/extensions/cview/Makefile.in index 67df006eacc..8e1d33857b1 100644 --- a/mozilla/extensions/cview/Makefile.in +++ b/mozilla/extensions/cview/Makefile.in @@ -1,14 +1,34 @@ -${license_mak} +# +# The contents of this file are subject to the Mozilla Public License +# Version 1.1 (the "License"); you may not use this file except in +# compliance with the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Original Code is mozilla.org code +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# Robert Ginda, rginda@nestcape.com, original author +# +# -DEPTH = ${depth_0_nix} +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = resources +DIRS = resources include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/extensions/cview/makefile.win b/mozilla/extensions/cview/makefile.win index 5448039b2d5..5c108c50fd0 100644 --- a/mozilla/extensions/cview/makefile.win +++ b/mozilla/extensions/cview/makefile.win @@ -1,9 +1,35 @@ -${license_mak} +# +# The contents of this file are subject to the Mozilla Public License +# Version 1.1 (the "License"); you may not use this file except in +# compliance with the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Original Code is mozilla.org code +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# Robert Ginda, rginda@nestcape.com, original author +# +# -DEPTH = ${depth_0_win} +DEPTH = ..\.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ -include <$(DEPTH)\config\config.mak> +include <$(DEPTH)\config\autoconf.mak> DIRS = resources -include <$(DEPTH)\config\rules.mak> +INSTALLROOT = $(DIST)\bin\chrome\packages\cview\cview + +include <$(topsrcdir)\config\rules.mak> diff --git a/mozilla/extensions/cview/resources/content/app-handlers.js b/mozilla/extensions/cview/resources/content/app-handlers.js deleted file mode 100644 index 351121d29f5..00000000000 --- a/mozilla/extensions/cview/resources/content/app-handlers.js +++ /dev/null @@ -1,15 +0,0 @@ -${license_c} - -/* Place JavaScript event handlers in this file. - * Use ${filename:app-static.js} for functons that are not event handlers. - */ - -function onLoad() -{ - dd ("Application ${app_name_short}, '${app_name_long}' loaded."); -} - -function onUnload() -{ - dd ("Application ${app_name_short}, '${app_name_long}' unloaded."); -} \ No newline at end of file diff --git a/mozilla/extensions/cview/resources/content/app-overlay.js b/mozilla/extensions/cview/resources/content/app-overlay.js deleted file mode 100644 index 1256d8022c1..00000000000 --- a/mozilla/extensions/cview/resources/content/app-overlay.js +++ /dev/null @@ -1,6 +0,0 @@ -${license_cpp} - -function start_${app_name_short}() -{ - toOpenWindowByType("mozapp:${app_name_short}", "${chrome_main_xul_url}"); -} diff --git a/mozilla/extensions/cview/resources/content/app-overlay.xul b/mozilla/extensions/cview/resources/content/app-overlay.xul deleted file mode 100644 index ac5775e47b2..00000000000 --- a/mozilla/extensions/cview/resources/content/app-overlay.xul +++ /dev/null @@ -1,30 +0,0 @@ - - -${license_xml} - - - - - - - - - - -