Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Side by Side Diff: webrtc/examples/peerconnection/server/server_test.html

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>PeerConnection server test page</title> 3 <title>PeerConnection server test page</title>
4 4
5 <script> 5 <script>
6 var request = null; 6 var request = null;
7 var hangingGet = null; 7 var hangingGet = null;
8 var localName; 8 var localName;
9 var server; 9 var server;
10 var my_id = -1; 10 var my_id = -1;
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 <button disabled="true" id="send" onclick="send();">Send</button> 228 <button disabled="true" id="send" onclick="send();">Send</button>
229 </td></tr></table> 229 </td></tr></table>
230 <button onclick="document.getElementById('debug').innerHTML='';"> 230 <button onclick="document.getElementById('debug').innerHTML='';">
231 Clear log</button> 231 Clear log</button>
232 232
233 <pre id="debug"> 233 <pre id="debug">
234 </pre> 234 </pre>
235 <br><hr> 235 <br><hr>
236 </body> 236 </body>
237 </html> 237 </html>
OLDNEW
« no previous file with comments | « webrtc/examples/peerconnection/server/peer_channel.cc ('k') | webrtc/examples/peerconnection/server/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698