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

Side by Side Diff: chrome/common/extensions/docs/samples.html

Issue 8698003: Adding CSP to Speech Input API sample. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License. Created 9 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
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 3909 matching lines...) Expand 10 before | Expand all | Expand 10 after
3920 </li><li> 3920 </li><li>
3921 <code><a href="experimental.speechInput.html#method-stop">chrome.experim ental.speechInput.stop</a></code> 3921 <code><a href="experimental.speechInput.html#method-stop">chrome.experim ental.speechInput.stop</a></code>
3922 </li> 3922 </li>
3923 </ul> 3923 </ul>
3924 </div> 3924 </div>
3925 <div class="sourcefiles"><strong>Source files:</strong> 3925 <div class="sourcefiles"><strong>Source files:</strong>
3926 <ul> 3926 <ul>
3927 <li> 3927 <li>
3928 <code><a target="_blank" href="http://src.chromium.org/viewvc/chrome/tru nk/src/chrome/common/extensions/docs/examples/api/speechInput/basic/background.h tml?content-type=text/plain">background.html</a></code> 3928 <code><a target="_blank" href="http://src.chromium.org/viewvc/chrome/tru nk/src/chrome/common/extensions/docs/examples/api/speechInput/basic/background.h tml?content-type=text/plain">background.html</a></code>
3929 </li><li> 3929 </li><li>
3930 <code><a target="_blank" href="http://src.chromium.org/viewvc/chrome/tru nk/src/chrome/common/extensions/docs/examples/api/speechInput/basic/background.j s?content-type=text/plain">background.js</a></code>
3931 </li><li>
3930 <code><a target="_blank" href="http://src.chromium.org/viewvc/chrome/tru nk/src/chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.jso n?content-type=text/plain">manifest.json</a></code> 3932 <code><a target="_blank" href="http://src.chromium.org/viewvc/chrome/tru nk/src/chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.jso n?content-type=text/plain">manifest.json</a></code>
3931 </li> 3933 </li>
3932 </ul> 3934 </ul>
3933 </div> 3935 </div>
3934 <div> 3936 <div>
3935 <a target="_blank" href="http://src.chromium.org/viewvc/chrome/trunk/src/chr ome/common/extensions/docs/examples/api/speechInput/basic/">Browse source</a> 3937 <a target="_blank" href="http://src.chromium.org/viewvc/chrome/trunk/src/chr ome/common/extensions/docs/examples/api/speechInput/basic/">Browse source</a>
3936 - <a href="examples/api/speechInput/basic.zip">Download source</a> 3938 - <a href="examples/api/speechInput/basic.zip">Download source</a>
3937 <!-- Only show the Install CRX link if a CRX file is provided --> 3939 <!-- Only show the Install CRX link if a CRX file is provided -->
3938 <span style="display: none; "> 3940 <span style="display: none; ">
3939 - <a>Install extension</a> 3941 - <a>Install extension</a>
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
4701 _uff=0; 4703 _uff=0;
4702 urchinTracker(); 4704 urchinTracker();
4703 } 4705 }
4704 catch(e) {/* urchinTracker not available. */} 4706 catch(e) {/* urchinTracker not available. */}
4705 </script> 4707 </script>
4706 <!-- end analytics --> 4708 <!-- end analytics -->
4707 </div> 4709 </div>
4708 </div> <!-- /gc-footer --> 4710 </div> <!-- /gc-footer -->
4709 </div> <!-- /gc-container --> 4711 </div> <!-- /gc-container -->
4710 </body></html> 4712 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.settings.html ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698