From e2d59e987e7aeb8f88defcbdb00532d35134cade Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 18 Feb 2003 00:07:47 +0000 Subject: [PATCH] New file, does not affect build. This html test externalizes the bloat url -f cycle mechanism for browsers that don't have -f (TestGtkEmbed, etc.). (193748). r=jrgm, sr=bryner, a=dbaron git-svn-id: svn://10.0.0.236/trunk@137915 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/Makefile.in | 11 +++++++++- mozilla/build/bloatcycle.html | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 mozilla/build/bloatcycle.html diff --git a/mozilla/build/Makefile.in b/mozilla/build/Makefile.in index 4179173522a..f23ecc8378d 100644 --- a/mozilla/build/Makefile.in +++ b/mozilla/build/Makefile.in @@ -33,7 +33,16 @@ endif include $(topsrcdir)/config/rules.mk -# Install bloaturls.txt file for tinderbox Bloaty test. +ifdef ENABLE_TESTS + +# Install bloaturls.txt file for tinderbox bloat test. libs:: bloaturls.txt $(INSTALL) $< $(DIST)/bin +# Install bloatcycle.html into dist/bin/res, for auto-cycling +# of bloaturls.txt. This is for browsers that can't do -f +# autocycling of URLs. +libs:: bloatcycle.html + $(INSTALL) $< $(DIST)/bin/res + +endif diff --git a/mozilla/build/bloatcycle.html b/mozilla/build/bloatcycle.html new file mode 100644 index 00000000000..1cefa1d3d3d --- /dev/null +++ b/mozilla/build/bloatcycle.html @@ -0,0 +1,40 @@ +