[flashproxy/master] Remove new-window from remote commands.

commit 950b999f5abbf38cc70551ba1e22b877e87df772 Author: David Fifield <david@bamsoftware.com> Date: Sat Jul 23 02:26:05 2011 +0000 Remove new-window from remote commands. This is necessary when using the browser.link.open_newwindow=1 setting, but the default setting of 3 has the pages open in new tabs. --- experiments/01 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/01 b/experiments/01 index 0c273e7..ff0179d 100755 --- a/experiments/01 +++ b/experiments/01 @@ -42,14 +42,14 @@ echo "starting flash proxy client side..." i=1 until [ $i -gt $NUM_CLIENTS ]; do let local_port=9000+i - firefox --remote "openURL(http://localhost:1080/swfcat.swf?local=127.0.0.1:${local_port}&client=1&facilitator=127.0.0.1:4701,new-window)" + firefox --remote "openURL(http://localhost:1080/swfcat.swf?local=127.0.0.1:${local_port}&client=1&facilitator=127.0.0.1:4701)" let i=i+1 sleep 2 done # Start the flash proxy, server side echo "starting flash proxy server side..." -firefox --remote "openURL(http://localhost:1080/swfcat.swf?facilitator=127.0.0.1:4701,new-window)" +firefox --remote "openURL(http://localhost:1080/swfcat.swf?facilitator=127.0.0.1:4701)" let query_fac_time=NUM_CLIENTS+2 sleep ${query_fac_time}
participants (1)
-
dcf@torproject.org