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

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

Issue 10532105: Use ICU script code "Jpan" instead of "Hrkt" in Japanese pref names (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change in tests and comment Created 8 years, 6 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
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 2962 matching lines...) Expand 10 before | Expand all | Expand 10 after
2973 <div class="sourcefiles"><strong>Source files:</strong> 2973 <div class="sourcefiles"><strong>Source files:</strong>
2974 <ul> 2974 <ul>
2975 <li> 2975 <li>
2976 <code><a target="_blank" href="examples/api/record/page_cycler/manifest. json">manifest.json</a></code> 2976 <code><a target="_blank" href="examples/api/record/page_cycler/manifest. json">manifest.json</a></code>
2977 </li><li> 2977 </li><li>
2978 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.css">page_cycler.css</a></code> 2978 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.css">page_cycler.css</a></code>
2979 </li><li> 2979 </li><li>
2980 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.html">page_cycler.html</a></code> 2980 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.html">page_cycler.html</a></code>
2981 </li><li> 2981 </li><li>
2982 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.js">page_cycler.js</a></code> 2982 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.js">page_cycler.js</a></code>
2983 </li><li>
2984 <code><a target="_blank" href="examples/api/record/page_cycler/ui_page_c ycler.js">ui_page_cycler.js</a></code>
2985 </li> 2983 </li>
2986 </ul> 2984 </ul>
2987 </div> 2985 </div>
2988 <div> 2986 <div>
2989 <a href="examples/api/record/page_cycler.zip">Download source</a> 2987 <a href="examples/api/record/page_cycler.zip">Download source</a>
2990 <!-- Only show the Install CRX link if a CRX file is provided --> 2988 <!-- Only show the Install CRX link if a CRX file is provided -->
2991 </div> 2989 </div>
2992 </div><div class="sample" id="ab4b9e00a673701b355db9eb8f9ebf2c850cd784"> 2990 </div><div class="sample" id="ab4b9e00a673701b355db9eb8f9ebf2c850cd784">
2993 <img class="icon" src="examples/extensions/plugin_settings/bunny128.png"> 2991 <img class="icon" src="examples/extensions/plugin_settings/bunny128.png">
2994 <h2 class="name"> 2992 <h2 class="name">
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
4043 _uff=0; 4041 _uff=0;
4044 urchinTracker(); 4042 urchinTracker();
4045 } 4043 }
4046 catch(e) {/* urchinTracker not available. */} 4044 catch(e) {/* urchinTracker not available. */}
4047 </script> 4045 </script>
4048 <!-- end analytics --> 4046 <!-- end analytics -->
4049 </div> 4047 </div>
4050 </div> <!-- /gc-footer --> 4048 </div> <!-- /gc-footer -->
4051 </div> <!-- /gc-container --> 4049 </div> <!-- /gc-container -->
4052 </body></html> 4050 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698