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

Side by Side Diff: tests/vim/vim.html

Issue 6452010: Remove the x-ppapi-nacl-srpc and x-nacl-srpc mime types in favor of the singl... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « tests/srpc_hw/srpc_hw_ppapi.html ('k') | tests/voronoi/voronoi.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <HTML> 1 <HTML>
2 <HEAD> 2 <HEAD>
3 <TITLE>Vim Demo</TITLE> 3 <TITLE>Vim Demo</TITLE>
4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
5 <META HTTP-EQUIV="Expires" CONTENT="-1"> 5 <META HTTP-EQUIV="Expires" CONTENT="-1">
6 6
7 <script type="text/javascript"> 7 <script type="text/javascript">
8 var nacl_elt; 8 var nacl_elt;
9 9
10 // Before scripting the loaded module, ensure the Native Client module is loaded . 10 // Before scripting the loaded module, ensure the Native Client module is loaded .
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 } 86 }
87 87
88 </script> 88 </script>
89 89
90 </HEAD> 90 </HEAD>
91 <BODY onload="Init();" onunload="" id="bodyId" bgcolor="#333333"> 91 <BODY onload="Init();" onunload="" id="bodyId" bgcolor="#333333">
92 <span style="color:CCCCCC"> 92 <span style="color:CCCCCC">
93 <h1>Native Client Vim Demo</h1> 93 <h1>Native Client Vim Demo</h1>
94 </span> 94 </span>
95 <center> 95 <center>
96 <embed id="embed1" src="vim.nexe" type="application/x-nacl-srpc" 96 <embed id="embed1" src="vim.nexe" type="application/x-nacl"
97 width=640 height=480> 97 width=640 height=480>
98 </center> 98 </center>
99 <br> 99 <br>
100 100
101 101
102 </BODY> 102 </BODY>
103 </HTML> 103 </HTML>
104 104
OLDNEW
« no previous file with comments | « tests/srpc_hw/srpc_hw_ppapi.html ('k') | tests/voronoi/voronoi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698