Resolve the duplicate NaCl instance issue that caused all kinds of havoc

This commit is contained in:
Cameron Gutman 2016-02-13 07:02:54 -05:00
parent cd908c3378
commit 27fa24cfbc

View File

@ -7,7 +7,7 @@
<script src="common.js"></script> <script src="common.js"></script>
<script src="index.js"></script> <script src="index.js"></script>
</head> </head>
<body data-name="moonlight" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}"> <body data-name="moonlight-chrome" data-width="500" data-width="500" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
<h1>Moonlight</h1> <h1>Moonlight</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2> <h2>Status: <code id="statusField">NO-STATUS</code></h2>
@ -20,12 +20,9 @@
<p>Enter the IP or Hostname of the GFE streaming computer, then hit enter:</p> <p>Enter the IP or Hostname of the GFE streaming computer, then hit enter:</p>
<input type="text" size="15" id="GFEHostIPField" value="127.0.0.1"> <input type="text" size="15" id="GFEHostIPField" value="127.0.0.1">
<div id="listener"> <!-- The NaCl plugin will be embedded inside the element with id "listener".
<embed id="moonlight" See common.js. -->
width=0 height=0 <div id="listener"></div>
src="pnacl/Release/moonlight-chrome.nmf"
type="application/x-pnacl" />
</div>
</body> </body>
</html> </html>