<?xml version="1.0"?>
<!--
Copyright (c) 2012, Yahoo! Inc.  All rights reserved.
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
-->

<bindings xmlns="http://www.mozilla.org/xbl"
	xmlns:xbl="http://www.mozilla.org/xbl"
	xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

	<binding id="startup">
		<implementation>
			<constructor><![CDATA[
				YSLOW.firefox.startup(false);
			]]></constructor>
			<destructor><![CDATA[
				YSLOW.firefox.shutdown();
			]]></destructor>
		</implementation>
	</binding>

	<binding id="windowStartup">
		<implementation>
			<constructor><![CDATA[
				YSLOW.firefox.startup(true);
			]]></constructor>
			<destructor><![CDATA[
				YSLOW.firefox.shutdown();
			]]></destructor>
		</implementation>
	</binding>

</bindings>
