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

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

Issue 10381089: Revert 136296 - Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
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 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after
1598 <div> 1598 <div>
1599 <dt> 1599 <dt>
1600 <var>tab</var> 1600 <var>tab</var>
1601 <em> 1601 <em>
1602 <!-- TYPE --> 1602 <!-- TYPE -->
1603 <div style="display:inline"> 1603 <div style="display:inline">
1604 ( 1604 (
1605 <span class="optional">optional</span> 1605 <span class="optional">optional</span>
1606 <span id="typeTemplate"> 1606 <span id="typeTemplate">
1607 <span> 1607 <span>
1608 <a>tabs.Tab</a> 1608 <a href="tabs.html#type-Tab">Tab</a>
1609 </span> 1609 </span>
1610 </span> 1610 </span>
1611 ) 1611 )
1612 </div> 1612 </div>
1613 </em> 1613 </em>
1614 </dt> 1614 </dt>
1615 <dd>This property will <b>only</b> be present when the connection was opened from a tab or content script.</dd> 1615 <dd>This property will <b>only</b> be present when the connection was opened from a tab or content script.</dd>
1616 <!-- OBJECT PROPERTIES --> 1616 <!-- OBJECT PROPERTIES -->
1617 <!-- OBJECT METHODS --> 1617 <!-- OBJECT METHODS -->
1618 <!-- OBJECT EVENT FIELDS --> 1618 <!-- OBJECT EVENT FIELDS -->
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 _uff=0; 1963 _uff=0;
1964 urchinTracker(); 1964 urchinTracker();
1965 } 1965 }
1966 catch(e) {/* urchinTracker not available. */} 1966 catch(e) {/* urchinTracker not available. */}
1967 </script> 1967 </script>
1968 <!-- end analytics --> 1968 <!-- end analytics -->
1969 </div> 1969 </div>
1970 </div> <!-- /gc-footer --> 1970 </div> <!-- /gc-footer -->
1971 </div> <!-- /gc-container --> 1971 </div> <!-- /gc-container -->
1972 </body></html> 1972 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.infobars.html ('k') | chrome/common/extensions/docs/pageAction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698