Mercurial > hg > config
diff components/tp-cmdline.js @ 200:31249cbe4f19
Bug 629691 - pageloader.xpi does not support e10s for Tp chrome testing. r=jmaher
author | Joel Maher <jmaher@mozilla.com> |
---|---|
date | Sun, 30 Jan 2011 10:21:05 -0500 |
parents | dd0018bc27de |
children | 0b38ce037298 |
line wrap: on
line diff
--- a/components/tp-cmdline.js Fri Nov 05 09:56:58 2010 -0700 +++ b/components/tp-cmdline.js Sun Jan 30 10:21:05 2011 -0500 @@ -91,6 +91,7 @@ args.offline = cmdLine.handleFlag("tpoffline", false); args.noisy = cmdLine.handleFlag("tpnoisy", false); args.timeout = cmdLine.handleFlagWithParam("tptimeout", false); + args.delay = cmdLine.handleFlagWithParam("tpdelay", false); args.noForceCC = cmdLine.handleFlag("tpnoforcecc", false); } catch (e) { @@ -121,6 +122,7 @@ " -tpoffline Force offline mode\n" + " -tpnoisy Dump the name of the last loaded page to console\n" + " -tptimeout Max amount of time given for a page to load, quit if exceeded\n" + + " -tpdelay Amount of time to wait between each pageload\n" + " -tpnoforcecc Don't force cycle collection between each pageload\n" };