From cb2499cbe2cd19241d27c3470b8e2dc708862e09 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Sat, 10 Apr 1999 08:12:49 +0000 Subject: [PATCH] Adding the skindemo file to the make system. --- xpfe/browser/src/Makefile.in | 3 ++- xpfe/browser/src/makefile.win | 1 + xpfe/browser/src/skindemo.xul | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/xpfe/browser/src/Makefile.in b/xpfe/browser/src/Makefile.in index 00bf770cd4f0..e5751d3b5a84 100644 --- a/xpfe/browser/src/Makefile.in +++ b/xpfe/browser/src/Makefile.in @@ -43,7 +43,8 @@ EXPORT_RESOURCE_SAMPLES = \ $(srcdir)/navigator-goofy.css \ $(srcdir)/navigator-test1.xul \ $(srcdir)/raindrops_light.gif \ - $(NULL) + $(srcdir)/skindemo.xul \ + $(NULL) install:: $(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(DIST)/bin/res/samples diff --git a/xpfe/browser/src/makefile.win b/xpfe/browser/src/makefile.win index 147fb162bf31..e054b0861185 100644 --- a/xpfe/browser/src/makefile.win +++ b/xpfe/browser/src/makefile.win @@ -81,6 +81,7 @@ install:: $(DLL) $(MAKE_INSTALL) navigator-goofy.css $(DIST)\bin\res\samples $(MAKE_INSTALL) navigator-shiny.css $(DIST)\bin\res\samples $(MAKE_INSTALL) raindrops_light.gif $(DIST)\bin\res\samples + $(MAKE_INSTALL) skindemo.xul $(DIST)\bin\res\samples clobber:: rm -f $(DIST)\bin\$(DLLNAME).dll diff --git a/xpfe/browser/src/skindemo.xul b/xpfe/browser/src/skindemo.xul index d050ba15887f..de5fb7ffdfc9 100644 --- a/xpfe/browser/src/skindemo.xul +++ b/xpfe/browser/src/skindemo.xul @@ -31,9 +31,10 @@ function applySkin(url) dump("Doing the assert.\n"); ds.Assert(s, p, newTarget, true); + dump("Saving the chrome to disk.\n"); ds.Flush(); - dump("Loading the new chrome.\n"); - window.top.location.href = "chrome://navigator/content/"; + + dump("Done. Open a new window to see the chrome.\n"); }