This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients dalke, r.david.murray, ronaldoussoren
Date 2010-06-22.10:29:11
SpamBayes Score 0.04008336
Marked as misclassified No
Message-id <1277202553.52.0.918339685698.issue7192@psf.upfronthosting.co.za>
In-reply-to
Content
BTW. The firebox-bin binary in Firefox.app/Contents/MacOS does not support the command-line arguments that Firefox on Linux supports. That is, the following command does not work:

/Applications/Firefox.app/Contents/MacOS/firefox-bin -remote 'openURL("http://www.apple.com/",new-tab)'

This will start the firefox binary, but that complains that firefox is already running (because I already had FF open)

This means that it won't be possible to have one Firefox support class that works the same on all platforms.
History
Date User Action Args
2010-06-22 10:29:13ronaldoussorensetrecipients: + ronaldoussoren, dalke, r.david.murray
2010-06-22 10:29:13ronaldoussorensetmessageid: <1277202553.52.0.918339685698.issue7192@psf.upfronthosting.co.za>
2010-06-22 10:29:11ronaldoussorenlinkissue7192 messages
2010-06-22 10:29:11ronaldoussorencreate