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

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

Issue 10386134: Record API fix adding FirstRun, and allowing repeat-count in capture (plus some browsertests along … (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Refined version with overlooked browsertest also fixed. Created 8 years, 7 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
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 2834 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 <div class="sourcefiles"><strong>Source files:</strong> 2845 <div class="sourcefiles"><strong>Source files:</strong>
2846 <ul> 2846 <ul>
2847 <li> 2847 <li>
2848 <code><a target="_blank" href="examples/api/record/page_cycler/manifest. json">manifest.json</a></code> 2848 <code><a target="_blank" href="examples/api/record/page_cycler/manifest. json">manifest.json</a></code>
2849 </li><li> 2849 </li><li>
2850 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.css">page_cycler.css</a></code> 2850 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.css">page_cycler.css</a></code>
2851 </li><li> 2851 </li><li>
2852 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.html">page_cycler.html</a></code> 2852 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.html">page_cycler.html</a></code>
2853 </li><li> 2853 </li><li>
2854 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.js">page_cycler.js</a></code> 2854 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.js">page_cycler.js</a></code>
2855 </li><li>
2856 <code><a target="_blank" href="examples/api/record/page_cycler/ui_page_c ycler.js">ui_page_cycler.js</a></code>
2855 </li> 2857 </li>
2856 </ul> 2858 </ul>
2857 </div> 2859 </div>
2858 <div> 2860 <div>
2859 <a href="examples/api/record/page_cycler.zip">Download source</a> 2861 <a href="examples/api/record/page_cycler.zip">Download source</a>
2860 <!-- Only show the Install CRX link if a CRX file is provided --> 2862 <!-- Only show the Install CRX link if a CRX file is provided -->
2861 </div> 2863 </div>
2862 </div><div class="sample" id="ab4b9e00a673701b355db9eb8f9ebf2c850cd784"> 2864 </div><div class="sample" id="ab4b9e00a673701b355db9eb8f9ebf2c850cd784">
2863 <img class="icon" src="examples/extensions/plugin_settings/bunny128.png"> 2865 <img class="icon" src="examples/extensions/plugin_settings/bunny128.png">
2864 <h2 class="name"> 2866 <h2 class="name">
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
3900 _uff=0; 3902 _uff=0;
3901 urchinTracker(); 3903 urchinTracker();
3902 } 3904 }
3903 catch(e) {/* urchinTracker not available. */} 3905 catch(e) {/* urchinTracker not available. */}
3904 </script> 3906 </script>
3905 <!-- end analytics --> 3907 <!-- end analytics -->
3906 </div> 3908 </div>
3907 </div> <!-- /gc-footer --> 3909 </div> <!-- /gc-footer -->
3908 </div> <!-- /gc-container --> 3910 </div> <!-- /gc-container -->
3909 </body></html> 3911 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698