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

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

Issue 9465005: Updating the doc to reflect the new experimental.keybinding API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 2694 matching lines...) Expand 10 before | Expand all | Expand 10 after
2705 <div> 2705 <div>
2706 <dt> 2706 <dt>
2707 <var>url</var> 2707 <var>url</var>
2708 <em> 2708 <em>
2709 <!-- TYPE --> 2709 <!-- TYPE -->
2710 <div style="display:inline"> 2710 <div style="display:inline">
2711 ( 2711 (
2712 <span class="optional">optional</span> 2712 <span class="optional">optional</span>
2713 <span id="typeTemplate"> 2713 <span id="typeTemplate">
2714 <span> 2714 <span>
2715 <span>undefined</span> 2715 <span>string</span>
Mike West 2012/02/24 14:24:24 Nit: Worth noting that this is an unintentional dr
2716 </span> 2716 </span>
2717 </span> 2717 </span>
2718 ) 2718 )
2719 </div> 2719 </div>
2720 </em> 2720 </em>
2721 </dt> 2721 </dt>
2722 <dd>A URL to navigate the tab to.</dd> 2722 <dd>A URL to navigate the tab to.</dd>
2723 <!-- OBJECT PROPERTIES --> 2723 <!-- OBJECT PROPERTIES -->
2724 <!-- OBJECT METHODS --> 2724 <!-- OBJECT METHODS -->
2725 <!-- OBJECT EVENT FIELDS --> 2725 <!-- OBJECT EVENT FIELDS -->
(...skipping 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
4173 _uff=0; 4173 _uff=0;
4174 urchinTracker(); 4174 urchinTracker();
4175 } 4175 }
4176 catch(e) {/* urchinTracker not available. */} 4176 catch(e) {/* urchinTracker not available. */}
4177 </script> 4177 </script>
4178 <!-- end analytics --> 4178 <!-- end analytics -->
4179 </div> 4179 </div>
4180 </div> <!-- /gc-footer --> 4180 </div> <!-- /gc-footer -->
4181 </div> <!-- /gc-container --> 4181 </div> <!-- /gc-container -->
4182 </body></html> 4182 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698