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

Side by Side Diff: chrome/common/extensions/docs/contextMenus.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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 </div><div> 497 </div><div>
498 <div> 498 <div>
499 <dt> 499 <dt>
500 <var>tab</var> 500 <var>tab</var>
501 <em> 501 <em>
502 <!-- TYPE --> 502 <!-- TYPE -->
503 <div style="display:inline"> 503 <div style="display:inline">
504 ( 504 (
505 <span id="typeTemplate"> 505 <span id="typeTemplate">
506 <span> 506 <span>
507 <a>tabs.Tab</a> 507 <a href="tabs.html#type-Tab">Tab</a>
508 </span> 508 </span>
509 </span> 509 </span>
510 ) 510 )
511 </div> 511 </div>
512 </em> 512 </em>
513 </dt> 513 </dt>
514 <dd>The details of the tab where the click took place.</dd> 514 <dd>The details of the tab where the click took place.</dd>
515 <!-- OBJECT PROPERTIES --> 515 <!-- OBJECT PROPERTIES -->
516 <!-- OBJECT METHODS --> 516 <!-- OBJECT METHODS -->
517 <!-- OBJECT EVENT FIELDS --> 517 <!-- OBJECT EVENT FIELDS -->
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 _uff=0; 1491 _uff=0;
1492 urchinTracker(); 1492 urchinTracker();
1493 } 1493 }
1494 catch(e) {/* urchinTracker not available. */} 1494 catch(e) {/* urchinTracker not available. */}
1495 </script> 1495 </script>
1496 <!-- end analytics --> 1496 <!-- end analytics -->
1497 </div> 1497 </div>
1498 </div> <!-- /gc-footer --> 1498 </div> <!-- /gc-footer -->
1499 </div> <!-- /gc-container --> 1499 </div> <!-- /gc-container -->
1500 </body></html> 1500 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/browserAction.html ('k') | chrome/common/extensions/docs/declarativeWebRequest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698