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

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: Fixes for latest review (master merged) 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
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 2919 matching lines...) Expand 10 before | Expand all | Expand 10 after
2930 <div class="sourcefiles"><strong>Source files:</strong> 2930 <div class="sourcefiles"><strong>Source files:</strong>
2931 <ul> 2931 <ul>
2932 <li> 2932 <li>
2933 <code><a target="_blank" href="examples/api/record/page_cycler/manifest. json">manifest.json</a></code> 2933 <code><a target="_blank" href="examples/api/record/page_cycler/manifest. json">manifest.json</a></code>
2934 </li><li> 2934 </li><li>
2935 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.css">page_cycler.css</a></code> 2935 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.css">page_cycler.css</a></code>
2936 </li><li> 2936 </li><li>
2937 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.html">page_cycler.html</a></code> 2937 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.html">page_cycler.html</a></code>
2938 </li><li> 2938 </li><li>
2939 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.js">page_cycler.js</a></code> 2939 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.js">page_cycler.js</a></code>
2940 </li><li>
2941 <code><a target="_blank" href="examples/api/record/page_cycler/ui_page_c ycler.js">ui_page_cycler.js</a></code>
2940 </li> 2942 </li>
2941 </ul> 2943 </ul>
2942 </div> 2944 </div>
2943 <div> 2945 <div>
2944 <a href="examples/api/record/page_cycler.zip">Download source</a> 2946 <a href="examples/api/record/page_cycler.zip">Download source</a>
2945 <!-- Only show the Install CRX link if a CRX file is provided --> 2947 <!-- Only show the Install CRX link if a CRX file is provided -->
2946 </div> 2948 </div>
2947 </div><div class="sample" id="ab4b9e00a673701b355db9eb8f9ebf2c850cd784"> 2949 </div><div class="sample" id="ab4b9e00a673701b355db9eb8f9ebf2c850cd784">
2948 <img class="icon" src="examples/extensions/plugin_settings/bunny128.png"> 2950 <img class="icon" src="examples/extensions/plugin_settings/bunny128.png">
2949 <h2 class="name"> 2951 <h2 class="name">
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
3998 _uff=0; 4000 _uff=0;
3999 urchinTracker(); 4001 urchinTracker();
4000 } 4002 }
4001 catch(e) {/* urchinTracker not available. */} 4003 catch(e) {/* urchinTracker not available. */}
4002 </script> 4004 </script>
4003 <!-- end analytics --> 4005 <!-- end analytics -->
4004 </div> 4006 </div>
4005 </div> <!-- /gc-footer --> 4007 </div> <!-- /gc-footer -->
4006 </div> <!-- /gc-container --> 4008 </div> <!-- /gc-container -->
4007 </body></html> 4009 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698