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

Side by Side Diff: chrome/common/extensions/docs/browserAction.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 <ol> 251 <ol>
252 <li> 252 <li>
253 <a href="#event-onClicked">onClicked</a> 253 <a href="#event-onClicked">onClicked</a>
254 </li> 254 </li>
255 </ol> 255 </ol>
256 </li> 256 </li>
257 <li> 257 <li>
258 <a href="#types">Types</a> 258 <a href="#types">Types</a>
259 <ol> 259 <ol>
260 <li> 260 <li>
261 <a href="#type-ColorArray">null</a> 261 <a href="#type-browserAction.ColorArray">ColorArray</a>
262 <ol> 262 <ol>
263 </ol> 263 </ol>
264 </li> 264 </li>
265 </ol> 265 </ol>
266 </li> 266 </li>
267 </ol> 267 </ol>
268 </li> 268 </li>
269 </ol> 269 </ol>
270 </div> 270 </div>
271 <!-- /TABLE OF CONTENTS --> 271 <!-- /TABLE OF CONTENTS -->
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 <div> 864 <div>
865 <div> 865 <div>
866 <dt> 866 <dt>
867 <var>color</var> 867 <var>color</var>
868 <em> 868 <em>
869 <!-- TYPE --> 869 <!-- TYPE -->
870 <div style="display:inline"> 870 <div style="display:inline">
871 ( 871 (
872 <span id="typeTemplate"> 872 <span id="typeTemplate">
873 <span> 873 <span>
874 <span>string or ColorArray</span> 874 <span>string or browserAction.ColorArray</span>
875 </span> 875 </span>
876 </span> 876 </span>
877 ) 877 )
878 </div> 878 </div>
879 </em> 879 </em>
880 </dt> 880 </dt>
881 <dd>An array of four integers in the range [0,255] that make up the RG BA color of the badge. For example, opaque red is <code>[255, 0, 0, 255]</code>. Can also be a string with a CSS value, with opaque red being <code>#FF0000</cod e> or <code>#F00</code>.</dd> 881 <dd>An array of four integers in the range [0,255] that make up the RG BA color of the badge. For example, opaque red is <code>[255, 0, 0, 255]</code>. Can also be a string with a CSS value, with opaque red being <code>#FF0000</cod e> or <code>#F00</code>.</dd>
882 <!-- OBJECT PROPERTIES --> 882 <!-- OBJECT PROPERTIES -->
883 <!-- OBJECT METHODS --> 883 <!-- OBJECT METHODS -->
884 <!-- OBJECT EVENT FIELDS --> 884 <!-- OBJECT EVENT FIELDS -->
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
1386 <div> 1386 <div>
1387 <div> 1387 <div>
1388 <dt> 1388 <dt>
1389 <var>tab</var> 1389 <var>tab</var>
1390 <em> 1390 <em>
1391 <!-- TYPE --> 1391 <!-- TYPE -->
1392 <div style="display:inline"> 1392 <div style="display:inline">
1393 ( 1393 (
1394 <span id="typeTemplate"> 1394 <span id="typeTemplate">
1395 <span> 1395 <span>
1396 <a>tabs.Tab</a> 1396 <a href="tabs.html#type-tabs.Tab">tabs.Tab</a>
1397 </span> 1397 </span>
1398 </span> 1398 </span>
1399 ) 1399 )
1400 </div> 1400 </div>
1401 </em> 1401 </em>
1402 </dt> 1402 </dt>
1403 <dd class="todo"> 1403 <dd class="todo">
1404 Undocumented. 1404 Undocumented.
1405 </dd> 1405 </dd>
1406 <!-- OBJECT PROPERTIES --> 1406 <!-- OBJECT PROPERTIES -->
(...skipping 11 matching lines...) Expand all
1418 </div> <!-- /description --> 1418 </div> <!-- /description -->
1419 <!-- /description --> 1419 <!-- /description -->
1420 </div> <!-- /apiItem --> 1420 </div> <!-- /apiItem -->
1421 </div> <!-- /apiGroup --> 1421 </div> <!-- /apiGroup -->
1422 <!-- TYPES --> 1422 <!-- TYPES -->
1423 <div class="apiGroup"> 1423 <div class="apiGroup">
1424 <a name="types"></a> 1424 <a name="types"></a>
1425 <h3 id="types">Types</h3> 1425 <h3 id="types">Types</h3>
1426 <!-- iterates over all types --> 1426 <!-- iterates over all types -->
1427 <div class="apiItem"> 1427 <div class="apiItem">
1428 <a name="type-ColorArray"></a> 1428 <a name="type-browserAction.ColorArray"></a>
1429 <h4>ColorArray</h4> 1429 <h4>browserAction.ColorArray</h4>
1430 <div> 1430 <div>
1431 <dt> 1431 <dt>
1432 <em> 1432 <em>
1433 <!-- TYPE --> 1433 <!-- TYPE -->
1434 <div style="display:inline"> 1434 <div style="display:inline">
1435 ( 1435 (
1436 <span id="typeTemplate"> 1436 <span id="typeTemplate">
1437 <span> 1437 <span>
1438 <span> 1438 <span>
1439 array of <span><span> 1439 array of <span><span>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 _uff=0; 1498 _uff=0;
1499 urchinTracker(); 1499 urchinTracker();
1500 } 1500 }
1501 catch(e) {/* urchinTracker not available. */} 1501 catch(e) {/* urchinTracker not available. */}
1502 </script> 1502 </script>
1503 <!-- end analytics --> 1503 <!-- end analytics -->
1504 </div> 1504 </div>
1505 </div> <!-- /gc-footer --> 1505 </div> <!-- /gc-footer -->
1506 </div> <!-- /gc-container --> 1506 </div> <!-- /gc-container -->
1507 </body></html> 1507 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/bookmarks.html ('k') | chrome/common/extensions/docs/browsingData.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698