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

Side by Side Diff: chrome/common/extensions/docs/pageAction.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, 4 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 <a href="#id-anchor">id</a> 288 <a href="#id-anchor">id</a>
289 </li> 289 </li>
290 </ol> 290 </ol>
291 </li> 291 </li>
292 </ol> 292 </ol>
293 </li> 293 </li>
294 </ol> 294 </ol>
295 </div> 295 </div>
296 <!-- /TABLE OF CONTENTS --> 296 <!-- /TABLE OF CONTENTS -->
297 297
298 <!-- Standard content lead-in for experimental API pages -->
299 <p id="classSummary" style="display: none; ">
300 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
301 </p>
302
298 <!-- STATIC CONTENT PLACEHOLDER --> 303 <!-- STATIC CONTENT PLACEHOLDER -->
299 <div id="static"><div id="pageData-name" class="pageData">Page Actions</ div> 304 <div id="static"><div id="pageData-name" class="pageData">Page Actions</ div>
300 305
301 <!-- BEGIN AUTHORED CONTENT --> 306 <!-- BEGIN AUTHORED CONTENT -->
302 <p> 307 <p>
303 Use page actions to put icons inside the address bar. 308 Use page actions to put icons inside the address bar.
304 Page actions represent actions 309 Page actions represent actions
305 that can be taken on the current page, 310 that can be taken on the current page,
306 but that aren't applicable to all pages. 311 but that aren't applicable to all pages.
307 Some examples: 312 Some examples:
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 _uff=0; 1566 _uff=0;
1562 urchinTracker(); 1567 urchinTracker();
1563 } 1568 }
1564 catch(e) {/* urchinTracker not available. */} 1569 catch(e) {/* urchinTracker not available. */}
1565 </script> 1570 </script>
1566 <!-- end analytics --> 1571 <!-- end analytics -->
1567 </div> 1572 </div>
1568 </div> <!-- /gc-footer --> 1573 </div> <!-- /gc-footer -->
1569 </div> <!-- /gc-container --> 1574 </div> <!-- /gc-container -->
1570 </body></html> 1575 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/packaging.html ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698