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

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

Issue 440018: Ruby for NaCl. Please assign the appropriate reviewer. (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 11 years 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/ruby/main.c ('k') | tests/ruby/ruby.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
2 <html>
3 <head>
4 <title>Native Client Ruby demo</title>
5
6 <script type="text/javascript" src="ruby.js">
7 </script>
8
9 </head>
10 <body id="bodyId" onload="start()" onunload="doUnload()">
11
12 <h1>Native Client Ruby demo</h1>
13
14 <embed id="client" type="application/x-nacl-srpc"
15 width="0" height="0" src="ruby.nexe" />
16
17 <br>
18 <form onsubmit='doExecute(); return false;' action="/">
19 <input id='rubyCode' type='text' size='100' value='puts "hi! I am Ruby."'>
20 <input id='execute' type='submit' value='execute'>
21 </form>
22 <div id='output'>
23 </div>
24
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « tests/ruby/main.c ('k') | tests/ruby/ruby.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698