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

Side by Side Diff: chrome/common/extensions/docs/contextMenus.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
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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 <ol> 224 <ol>
225 <li> 225 <li>
226 <a href="#event-onClicked">onClicked</a> 226 <a href="#event-onClicked">onClicked</a>
227 </li> 227 </li>
228 </ol> 228 </ol>
229 </li> 229 </li>
230 <li> 230 <li>
231 <a href="#types">Types</a> 231 <a href="#types">Types</a>
232 <ol> 232 <ol>
233 <li> 233 <li>
234 <a href="#type-OnClickData">null</a> 234 <a href="#type-contextMenus.OnClickData">OnClickData</a>
235 <ol> 235 <ol>
236 </ol> 236 </ol>
237 </li> 237 </li>
238 </ol> 238 </ol>
239 </li> 239 </li>
240 </ol> 240 </ol>
241 </li> 241 </li>
242 </ol> 242 </ol>
243 </div> 243 </div>
244 <!-- /TABLE OF CONTENTS --> 244 <!-- /TABLE OF CONTENTS -->
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 <div> 508 <div>
509 <div> 509 <div>
510 <dt> 510 <dt>
511 <var>info</var> 511 <var>info</var>
512 <em> 512 <em>
513 <!-- TYPE --> 513 <!-- TYPE -->
514 <div style="display:inline"> 514 <div style="display:inline">
515 ( 515 (
516 <span id="typeTemplate"> 516 <span id="typeTemplate">
517 <span> 517 <span>
518 <a href="contextMenus.html#type-OnClickData">OnClickData </a> 518 <a href="contextMenus.html#type-contextMenus.OnClickData ">contextMenus.OnClickData</a>
519 </span> 519 </span>
520 </span> 520 </span>
521 ) 521 )
522 </div> 522 </div>
523 </em> 523 </em>
524 </dt> 524 </dt>
525 <dd>Information about the item clicked and the context where the click happened.</dd> 525 <dd>Information about the item clicked and the context where the click happened.</dd>
526 <!-- OBJECT PROPERTIES --> 526 <!-- OBJECT PROPERTIES -->
527 <!-- OBJECT METHODS --> 527 <!-- OBJECT METHODS -->
528 <!-- OBJECT EVENT FIELDS --> 528 <!-- OBJECT EVENT FIELDS -->
529 <!-- FUNCTION PARAMETERS --> 529 <!-- FUNCTION PARAMETERS -->
530 </div> 530 </div>
531 </div><div> 531 </div><div>
532 <div> 532 <div>
533 <dt> 533 <dt>
534 <var>tab</var> 534 <var>tab</var>
535 <em> 535 <em>
536 <!-- TYPE --> 536 <!-- TYPE -->
537 <div style="display:inline"> 537 <div style="display:inline">
538 ( 538 (
539 <span id="typeTemplate"> 539 <span id="typeTemplate">
540 <span> 540 <span>
541 <a>tabs.Tab</a> 541 <a href="tabs.html#type-tabs.Tab">tabs.Tab</a>
542 </span> 542 </span>
543 </span> 543 </span>
544 ) 544 )
545 </div> 545 </div>
546 </em> 546 </em>
547 </dt> 547 </dt>
548 <dd>The details of the tab where the click took place.</dd> 548 <dd>The details of the tab where the click took place.</dd>
549 <!-- OBJECT PROPERTIES --> 549 <!-- OBJECT PROPERTIES -->
550 <!-- OBJECT METHODS --> 550 <!-- OBJECT METHODS -->
551 <!-- OBJECT EVENT FIELDS --> 551 <!-- OBJECT EVENT FIELDS -->
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 <!-- EVENTS --> 1194 <!-- EVENTS -->
1195 <div id="eventsTemplate" class="apiGroup"> 1195 <div id="eventsTemplate" class="apiGroup">
1196 <a name="global-events"></a> 1196 <a name="global-events"></a>
1197 <h3>Events</h3> 1197 <h3>Events</h3>
1198 <!-- iterates over all events --> 1198 <!-- iterates over all events -->
1199 <div class="apiItem"> 1199 <div class="apiItem">
1200 <a name="event-onClicked"></a> 1200 <a name="event-onClicked"></a>
1201 <h4>onClicked</h4> 1201 <h4>onClicked</h4>
1202 <div class="summary"> 1202 <div class="summary">
1203 <!-- Note: intentionally longer 80 columns --> 1203 <!-- Note: intentionally longer 80 columns -->
1204 <span class="subdued">chrome.contextMenus.</span><span>onClicked </span><span class="subdued">.addListener</span>(function(<span>OnClickData info , tabs.Tab tab</span>) <span class="subdued">{...}</span><span></span>); 1204 <span class="subdued">chrome.contextMenus.</span><span>onClicked </span><span class="subdued">.addListener</span>(function(<span>contextMenus.OnC lickData info, tabs.Tab tab</span>) <span class="subdued">{...}</span><span></sp an>);
1205 </div> 1205 </div>
1206 <div class="description"> 1206 <div class="description">
1207 <p>Fired when a context menu item is clicked.</p> 1207 <p>Fired when a context menu item is clicked.</p>
1208 <!-- LISTENER PARAMETERS --> 1208 <!-- LISTENER PARAMETERS -->
1209 <div> 1209 <div>
1210 <h4>Listener parameters</h4> 1210 <h4>Listener parameters</h4>
1211 <dl> 1211 <dl>
1212 <div> 1212 <div>
1213 <div> 1213 <div>
1214 <dt> 1214 <dt>
1215 <var>info</var> 1215 <var>info</var>
1216 <em> 1216 <em>
1217 <!-- TYPE --> 1217 <!-- TYPE -->
1218 <div style="display:inline"> 1218 <div style="display:inline">
1219 ( 1219 (
1220 <span id="typeTemplate"> 1220 <span id="typeTemplate">
1221 <span> 1221 <span>
1222 <a href="contextMenus.html#type-OnClickData">OnClickData </a> 1222 <a href="contextMenus.html#type-contextMenus.OnClickData ">contextMenus.OnClickData</a>
1223 </span> 1223 </span>
1224 </span> 1224 </span>
1225 ) 1225 )
1226 </div> 1226 </div>
1227 </em> 1227 </em>
1228 </dt> 1228 </dt>
1229 <dd>Information about the item clicked and the context where the click happened.</dd> 1229 <dd>Information about the item clicked and the context where the click happened.</dd>
1230 <!-- OBJECT PROPERTIES --> 1230 <!-- OBJECT PROPERTIES -->
1231 <!-- OBJECT METHODS --> 1231 <!-- OBJECT METHODS -->
1232 <!-- OBJECT EVENT FIELDS --> 1232 <!-- OBJECT EVENT FIELDS -->
1233 <!-- FUNCTION PARAMETERS --> 1233 <!-- FUNCTION PARAMETERS -->
1234 </div> 1234 </div>
1235 </div><div> 1235 </div><div>
1236 <div> 1236 <div>
1237 <dt> 1237 <dt>
1238 <var>tab</var> 1238 <var>tab</var>
1239 <em> 1239 <em>
1240 <!-- TYPE --> 1240 <!-- TYPE -->
1241 <div style="display:inline"> 1241 <div style="display:inline">
1242 ( 1242 (
1243 <span id="typeTemplate"> 1243 <span id="typeTemplate">
1244 <span> 1244 <span>
1245 <a>tabs.Tab</a> 1245 <a href="tabs.html#type-tabs.Tab">tabs.Tab</a>
1246 </span> 1246 </span>
1247 </span> 1247 </span>
1248 ) 1248 )
1249 </div> 1249 </div>
1250 </em> 1250 </em>
1251 </dt> 1251 </dt>
1252 <dd>The details of the tab where the click took place.</dd> 1252 <dd>The details of the tab where the click took place.</dd>
1253 <!-- OBJECT PROPERTIES --> 1253 <!-- OBJECT PROPERTIES -->
1254 <!-- OBJECT METHODS --> 1254 <!-- OBJECT METHODS -->
1255 <!-- OBJECT EVENT FIELDS --> 1255 <!-- OBJECT EVENT FIELDS -->
1256 <!-- FUNCTION PARAMETERS --> 1256 <!-- FUNCTION PARAMETERS -->
1257 </div> 1257 </div>
1258 </div> 1258 </div>
1259 </dl> 1259 </dl>
1260 </div> 1260 </div>
1261 <!-- EXTRA PARAMETERS --> 1261 <!-- EXTRA PARAMETERS -->
1262 <!-- LISTENER RETURN VALUE --> 1262 <!-- LISTENER RETURN VALUE -->
1263 <dl> 1263 <dl>
1264 </dl> 1264 </dl>
1265 </div> <!-- /description --> 1265 </div> <!-- /description -->
1266 <!-- /description --> 1266 <!-- /description -->
1267 </div> <!-- /apiItem --> 1267 </div> <!-- /apiItem -->
1268 </div> <!-- /apiGroup --> 1268 </div> <!-- /apiGroup -->
1269 <!-- TYPES --> 1269 <!-- TYPES -->
1270 <div class="apiGroup"> 1270 <div class="apiGroup">
1271 <a name="types"></a> 1271 <a name="types"></a>
1272 <h3 id="types">Types</h3> 1272 <h3 id="types">Types</h3>
1273 <!-- iterates over all types --> 1273 <!-- iterates over all types -->
1274 <div class="apiItem"> 1274 <div class="apiItem">
1275 <a name="type-OnClickData"></a> 1275 <a name="type-contextMenus.OnClickData"></a>
1276 <h4>OnClickData</h4> 1276 <h4>contextMenus.OnClickData</h4>
1277 <div> 1277 <div>
1278 <dt> 1278 <dt>
1279 <em> 1279 <em>
1280 <!-- TYPE --> 1280 <!-- TYPE -->
1281 <div style="display:inline"> 1281 <div style="display:inline">
1282 ( 1282 (
1283 <span id="typeTemplate"> 1283 <span id="typeTemplate">
1284 <span> 1284 <span>
1285 <span>object</span> 1285 <span>object</span>
1286 </span> 1286 </span>
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1603 _uff=0; 1603 _uff=0;
1604 urchinTracker(); 1604 urchinTracker();
1605 } 1605 }
1606 catch(e) {/* urchinTracker not available. */} 1606 catch(e) {/* urchinTracker not available. */}
1607 </script> 1607 </script>
1608 <!-- end analytics --> 1608 <!-- end analytics -->
1609 </div> 1609 </div>
1610 </div> <!-- /gc-footer --> 1610 </div> <!-- /gc-footer -->
1611 </div> <!-- /gc-container --> 1611 </div> <!-- /gc-container -->
1612 </body></html> 1612 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/contentSettings.html ('k') | chrome/common/extensions/docs/cookies.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698