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

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

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/webRequest.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 <a href="#event-onFocusChanged">onFocusChanged</a> 248 <a href="#event-onFocusChanged">onFocusChanged</a>
249 </li><li> 249 </li><li>
250 <a href="#event-onRemoved">onRemoved</a> 250 <a href="#event-onRemoved">onRemoved</a>
251 </li> 251 </li>
252 </ol> 252 </ol>
253 </li> 253 </li>
254 <li> 254 <li>
255 <a href="#types">Types</a> 255 <a href="#types">Types</a>
256 <ol> 256 <ol>
257 <li> 257 <li>
258 <a href="#type-Window">null</a> 258 <a href="#type-windows.Window">Window</a>
259 <ol> 259 <ol>
260 </ol> 260 </ol>
261 </li> 261 </li>
262 </ol> 262 </ol>
263 </li> 263 </li>
264 </ol> 264 </ol>
265 </li> 265 </li>
266 </ol> 266 </ol>
267 </div> 267 </div>
268 <!-- /TABLE OF CONTENTS --> 268 <!-- /TABLE OF CONTENTS -->
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 <!-- EVENTS --> 1475 <!-- EVENTS -->
1476 <div id="eventsTemplate" class="apiGroup"> 1476 <div id="eventsTemplate" class="apiGroup">
1477 <a name="global-events"></a> 1477 <a name="global-events"></a>
1478 <h3>Events</h3> 1478 <h3>Events</h3>
1479 <!-- iterates over all events --> 1479 <!-- iterates over all events -->
1480 <div class="apiItem"> 1480 <div class="apiItem">
1481 <a name="event-onCreated"></a> 1481 <a name="event-onCreated"></a>
1482 <h4>onCreated</h4> 1482 <h4>onCreated</h4>
1483 <div class="summary"> 1483 <div class="summary">
1484 <!-- Note: intentionally longer 80 columns --> 1484 <!-- Note: intentionally longer 80 columns -->
1485 <span class="subdued">chrome.windows.</span><span>onCreated</spa n><span class="subdued">.addListener</span>(function(<span>Window window</span>) <span class="subdued">{...}</span><span></span>); 1485 <span class="subdued">chrome.windows.</span><span>onCreated</spa n><span class="subdued">.addListener</span>(function(<span>windows.Window window </span>) <span class="subdued">{...}</span><span></span>);
1486 </div> 1486 </div>
1487 <div class="description"> 1487 <div class="description">
1488 <p>Fired when a window is created.</p> 1488 <p>Fired when a window is created.</p>
1489 <!-- LISTENER PARAMETERS --> 1489 <!-- LISTENER PARAMETERS -->
1490 <div> 1490 <div>
1491 <h4>Listener parameters</h4> 1491 <h4>Listener parameters</h4>
1492 <dl> 1492 <dl>
1493 <div> 1493 <div>
1494 <div> 1494 <div>
1495 <dt> 1495 <dt>
1496 <var>window</var> 1496 <var>window</var>
1497 <em> 1497 <em>
1498 <!-- TYPE --> 1498 <!-- TYPE -->
1499 <div style="display:inline"> 1499 <div style="display:inline">
1500 ( 1500 (
1501 <span id="typeTemplate"> 1501 <span id="typeTemplate">
1502 <span> 1502 <span>
1503 <a href="windows.html#type-Window">Window</a> 1503 <a href="windows.html#type-windows.Window">windows.Windo w</a>
1504 </span> 1504 </span>
1505 </span> 1505 </span>
1506 ) 1506 )
1507 </div> 1507 </div>
1508 </em> 1508 </em>
1509 </dt> 1509 </dt>
1510 <dd>Details of the window that was created.</dd> 1510 <dd>Details of the window that was created.</dd>
1511 <!-- OBJECT PROPERTIES --> 1511 <!-- OBJECT PROPERTIES -->
1512 <!-- OBJECT METHODS --> 1512 <!-- OBJECT METHODS -->
1513 <!-- OBJECT EVENT FIELDS --> 1513 <!-- OBJECT EVENT FIELDS -->
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1613 </div> <!-- /description --> 1613 </div> <!-- /description -->
1614 <!-- /description --> 1614 <!-- /description -->
1615 </div> <!-- /apiItem --> 1615 </div> <!-- /apiItem -->
1616 </div> <!-- /apiGroup --> 1616 </div> <!-- /apiGroup -->
1617 <!-- TYPES --> 1617 <!-- TYPES -->
1618 <div class="apiGroup"> 1618 <div class="apiGroup">
1619 <a name="types"></a> 1619 <a name="types"></a>
1620 <h3 id="types">Types</h3> 1620 <h3 id="types">Types</h3>
1621 <!-- iterates over all types --> 1621 <!-- iterates over all types -->
1622 <div class="apiItem"> 1622 <div class="apiItem">
1623 <a name="type-Window"></a> 1623 <a name="type-windows.Window"></a>
1624 <h4>Window</h4> 1624 <h4>windows.Window</h4>
1625 <div> 1625 <div>
1626 <dt> 1626 <dt>
1627 <em> 1627 <em>
1628 <!-- TYPE --> 1628 <!-- TYPE -->
1629 <div style="display:inline"> 1629 <div style="display:inline">
1630 ( 1630 (
1631 <span id="typeTemplate"> 1631 <span id="typeTemplate">
1632 <span> 1632 <span>
1633 <span>object</span> 1633 <span>object</span>
1634 </span> 1634 </span>
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1788 <em> 1788 <em>
1789 <!-- TYPE --> 1789 <!-- TYPE -->
1790 <div style="display:inline"> 1790 <div style="display:inline">
1791 ( 1791 (
1792 <span class="optional">optional</span> 1792 <span class="optional">optional</span>
1793 <span id="typeTemplate"> 1793 <span id="typeTemplate">
1794 <span> 1794 <span>
1795 <span> 1795 <span>
1796 array of <span><span> 1796 array of <span><span>
1797 <span> 1797 <span>
1798 <a>tabs.Tab</a> 1798 <a href="tabs.html#type-tabs.Tab">tabs.Tab</a>
1799 </span> 1799 </span>
1800 </span></span> 1800 </span></span>
1801 </span> 1801 </span>
1802 </span> 1802 </span>
1803 </span> 1803 </span>
1804 ) 1804 )
1805 </div> 1805 </div>
1806 </em> 1806 </em>
1807 </dt> 1807 </dt>
1808 <dd>Array of $ref:tabs.Tab objects representing the current tabs in th e window.</dd> 1808 <dd>Array of $ref:tabs.Tab objects representing the current tabs in th e window.</dd>
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 _uff=0; 1956 _uff=0;
1957 urchinTracker(); 1957 urchinTracker();
1958 } 1958 }
1959 catch(e) {/* urchinTracker not available. */} 1959 catch(e) {/* urchinTracker not available. */}
1960 </script> 1960 </script>
1961 <!-- end analytics --> 1961 <!-- end analytics -->
1962 </div> 1962 </div>
1963 </div> <!-- /gc-footer --> 1963 </div> <!-- /gc-footer -->
1964 </div> <!-- /gc-container --> 1964 </div> <!-- /gc-container -->
1965 </body></html> 1965 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/webRequest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698