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

Side by Side Diff: chrome/common/extensions/docs/experimental.clipboard.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 <a href="#id-anchor">id</a> 263 <a href="#id-anchor">id</a>
264 </li> 264 </li>
265 </ol> 265 </ol>
266 </li> 266 </li>
267 </ol> 267 </ol>
268 </li> 268 </li>
269 </ol> 269 </ol>
270 </div> 270 </div>
271 <!-- /TABLE OF CONTENTS --> 271 <!-- /TABLE OF CONTENTS -->
272 272
273 <!-- Standard content lead-in for experimental API pages -->
274 <p id="classSummary">
275 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
276 </p>
277
273 <!-- STATIC CONTENT PLACEHOLDER --> 278 <!-- STATIC CONTENT PLACEHOLDER -->
274 <div id="static"><!-- BEGIN AUTHORED CONTENT --> 279 <div id="static"><!-- BEGIN AUTHORED CONTENT -->
275 <p id="classSummary"> 280
276 For information on how to use experimental APIs,
277 see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
278 </p>
279 281
280 <a name="H2-0"></a><h2>Notes</h2> 282 <a name="H2-0"></a><h2>Notes</h2>
281 283
282 <p> 284 <p>
283 For all functions exposed by this API, the argument to the callback indicates 285 For all functions exposed by this API, the argument to the callback indicates
284 whether or not the event was successfully dispatched, not whether the event was 286 whether or not the event was successfully dispatched, not whether the event was
285 successfully processed and handled. Most callers won't care, since a failure 287 successfully processed and handled. Most callers won't care, since a failure
286 generally indicates the tab is going away. 288 generally indicates the tab is going away.
287 </p> 289 </p>
288 290
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 _uff=0; 921 _uff=0;
920 urchinTracker(); 922 urchinTracker();
921 } 923 }
922 catch(e) {/* urchinTracker not available. */} 924 catch(e) {/* urchinTracker not available. */}
923 </script> 925 </script>
924 <!-- end analytics --> 926 <!-- end analytics -->
925 </div> 927 </div>
926 </div> <!-- /gc-footer --> 928 </div> <!-- /gc-footer -->
927 </div> <!-- /gc-container --> 929 </div> <!-- /gc-container -->
928 </body></html> 930 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.html ('k') | chrome/common/extensions/docs/experimental.infobars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698