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

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: Retrying due to patch failure 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 2964 matching lines...) Expand 10 before | Expand all | Expand 10 after
2975 <div class="sourcefiles"><strong>Source files:</strong> 2975 <div class="sourcefiles"><strong>Source files:</strong>
2976 <ul> 2976 <ul>
2977 <li> 2977 <li>
2978 <code><a target="_blank" href="examples/api/record/page_cycler/manifest. json">manifest.json</a></code> 2978 <code><a target="_blank" href="examples/api/record/page_cycler/manifest. json">manifest.json</a></code>
2979 </li><li> 2979 </li><li>
2980 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.css">page_cycler.css</a></code> 2980 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.css">page_cycler.css</a></code>
2981 </li><li> 2981 </li><li>
2982 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.html">page_cycler.html</a></code> 2982 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.html">page_cycler.html</a></code>
2983 </li><li> 2983 </li><li>
2984 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.js">page_cycler.js</a></code> 2984 <code><a target="_blank" href="examples/api/record/page_cycler/page_cycl er.js">page_cycler.js</a></code>
2985 </li><li>
2986 <code><a target="_blank" href="examples/api/record/page_cycler/ui_page_c ycler.js">ui_page_cycler.js</a></code>
2985 </li> 2987 </li>
2986 </ul> 2988 </ul>
2987 </div> 2989 </div>
2988 <div> 2990 <div>
2989 <a href="examples/api/record/page_cycler.zip">Download source</a> 2991 <a href="examples/api/record/page_cycler.zip">Download source</a>
2990 <!-- Only show the Install CRX link if a CRX file is provided --> 2992 <!-- Only show the Install CRX link if a CRX file is provided -->
2991 </div> 2993 </div>
2992 </div><div class="sample" id="ab4b9e00a673701b355db9eb8f9ebf2c850cd784"> 2994 </div><div class="sample" id="ab4b9e00a673701b355db9eb8f9ebf2c850cd784">
2993 <img class="icon" src="examples/extensions/plugin_settings/bunny128.png"> 2995 <img class="icon" src="examples/extensions/plugin_settings/bunny128.png">
2994 <h2 class="name"> 2996 <h2 class="name">
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
4043 _uff=0; 4045 _uff=0;
4044 urchinTracker(); 4046 urchinTracker();
4045 } 4047 }
4046 catch(e) {/* urchinTracker not available. */} 4048 catch(e) {/* urchinTracker not available. */}
4047 </script> 4049 </script>
4048 <!-- end analytics --> 4050 <!-- end analytics -->
4049 </div> 4051 </div>
4050 </div> <!-- /gc-footer --> 4052 </div> <!-- /gc-footer -->
4051 </div> <!-- /gc-container --> 4053 </div> <!-- /gc-container -->
4052 </body></html> 4054 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698