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

Side by Side Diff: chrome/common/extensions/docs/browserAction.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 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 <!-- EVENTS --> 1495 <!-- EVENTS -->
1496 <div id="eventsTemplate" class="apiGroup"> 1496 <div id="eventsTemplate" class="apiGroup">
1497 <a name="global-events"></a> 1497 <a name="global-events"></a>
1498 <h3>Events</h3> 1498 <h3>Events</h3>
1499 <!-- iterates over all events --> 1499 <!-- iterates over all events -->
1500 <div class="apiItem"> 1500 <div class="apiItem">
1501 <a name="event-onClicked"></a> 1501 <a name="event-onClicked"></a>
1502 <h4>onClicked</h4> 1502 <h4>onClicked</h4>
1503 <div class="summary"> 1503 <div class="summary">
1504 <!-- Note: intentionally longer 80 columns --> 1504 <!-- Note: intentionally longer 80 columns -->
1505 <span class="subdued">chrome.browserAction.</span><span>onClicke d</span><span class="subdued">.addListener</span>(function(<span>tabs.Tab tab</s pan>) <span class="subdued">{...}</span><span></span>); 1505 <span class="subdued">chrome.browserAction.</span><span>onClicke d</span><span class="subdued">.addListener</span>(function(<span>Tab tab</span>) <span class="subdued">{...}</span><span></span>);
1506 </div> 1506 </div>
1507 <div class="description"> 1507 <div class="description">
1508 <p>Fired when a browser action icon is clicked. This event will not fire if the browser action has a popup.</p> 1508 <p>Fired when a browser action icon is clicked. This event will not fire if the browser action has a popup.</p>
1509 <!-- LISTENER PARAMETERS --> 1509 <!-- LISTENER PARAMETERS -->
1510 <div> 1510 <div>
1511 <h4>Listener parameters</h4> 1511 <h4>Listener parameters</h4>
1512 <dl> 1512 <dl>
1513 <div> 1513 <div>
1514 <div> 1514 <div>
1515 <dt> 1515 <dt>
1516 <var>tab</var> 1516 <var>tab</var>
1517 <em> 1517 <em>
1518 <!-- TYPE --> 1518 <!-- TYPE -->
1519 <div style="display:inline"> 1519 <div style="display:inline">
1520 ( 1520 (
1521 <span id="typeTemplate"> 1521 <span id="typeTemplate">
1522 <span> 1522 <span>
1523 <a>tabs.Tab</a> 1523 <a href="tabs.html#type-Tab">Tab</a>
1524 </span> 1524 </span>
1525 </span> 1525 </span>
1526 ) 1526 )
1527 </div> 1527 </div>
1528 </em> 1528 </em>
1529 </dt> 1529 </dt>
1530 <dd class="todo"> 1530 <dd class="todo">
1531 Undocumented. 1531 Undocumented.
1532 </dd> 1532 </dd>
1533 <!-- OBJECT PROPERTIES --> 1533 <!-- OBJECT PROPERTIES -->
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 _uff=0; 1616 _uff=0;
1617 urchinTracker(); 1617 urchinTracker();
1618 } 1618 }
1619 catch(e) {/* urchinTracker not available. */} 1619 catch(e) {/* urchinTracker not available. */}
1620 </script> 1620 </script>
1621 <!-- end analytics --> 1621 <!-- end analytics -->
1622 </div> 1622 </div>
1623 </div> <!-- /gc-footer --> 1623 </div> <!-- /gc-footer -->
1624 </div> <!-- /gc-container --> 1624 </div> <!-- /gc-container -->
1625 </body></html> 1625 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/windows.json ('k') | chrome/common/extensions/docs/contextMenus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698