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

Unified Diff: native_client_sdk/src/examples/load_progress/index.html

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/load_progress/index.html
diff --git a/native_client_sdk/src/examples/load_progress/index.html b/native_client_sdk/src/examples/load_progress/index.html
index 8b2c0b6c9e2b6449a53b8cef3433e4ffe8c19589..108fc05b83ddc9c931c83309db0e03d8f5884a00 100644
--- a/native_client_sdk/src/examples/load_progress/index.html
+++ b/native_client_sdk/src/examples/load_progress/index.html
@@ -15,8 +15,13 @@ found in the LICENSE file.
<body data-width="256" data-height="256" data-custom-load="true" {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
- <h2>Event Log</h2>
+ <p>The Load Progress example demonstrates how to listen for and handle events
+ that occur while a NaCl module loads. This example listens for different
+ load event types and dispatches different events to their respective
+ handler. This example also checks for valid browser version and shows
+ how to calculate and display loading progress.</p>
+ <h2>Events:</h2>
+ <pre id="log" style="font-weight: bold"></pre>
<div id="listener"></div>
- <div id="log"></div>
</body>
</html>
« no previous file with comments | « native_client_sdk/src/examples/load_progress/example.js ('k') | native_client_sdk/src/examples/mouselock/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698