diff --git a/xpfe/browser/src/Makefile.in b/xpfe/browser/src/Makefile.in index 00bf770cd4f..e5751d3b5a8 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 147fb162bf3..e054b086118 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 d050ba15887..de5fb7ffdfc 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"); }