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

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

Issue 9699065: "index" property should be optional with "chrome.tabs.move" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Small changes per comments 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
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 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1874 ( 1874 (
1875 <span id="typeTemplate"> 1875 <span id="typeTemplate">
1876 <span> 1876 <span>
1877 <span>integer</span> 1877 <span>integer</span>
1878 </span> 1878 </span>
1879 </span> 1879 </span>
1880 ) 1880 )
1881 </div> 1881 </div>
1882 </em> 1882 </em>
1883 </dt> 1883 </dt>
1884 <dd>The position to move the window to. The provided value will be cla mped to between zero and the number of tabs in the window.</dd> 1884 <dd>The position to move the window to. -1 will place the tab at the e nd of the window.</dd>
1885 <!-- OBJECT PROPERTIES --> 1885 <!-- OBJECT PROPERTIES -->
1886 <!-- OBJECT METHODS --> 1886 <!-- OBJECT METHODS -->
1887 <!-- OBJECT EVENT FIELDS --> 1887 <!-- OBJECT EVENT FIELDS -->
1888 <!-- FUNCTION PARAMETERS --> 1888 <!-- FUNCTION PARAMETERS -->
1889 </div> 1889 </div>
1890 </div> 1890 </div>
1891 </dl> 1891 </dl>
1892 </dd> 1892 </dd>
1893 <!-- OBJECT METHODS --> 1893 <!-- OBJECT METHODS -->
1894 <!-- OBJECT EVENT FIELDS --> 1894 <!-- OBJECT EVENT FIELDS -->
(...skipping 2389 matching lines...) Expand 10 before | Expand all | Expand 10 after
4284 _uff=0; 4284 _uff=0;
4285 urchinTracker(); 4285 urchinTracker();
4286 } 4286 }
4287 catch(e) {/* urchinTracker not available. */} 4287 catch(e) {/* urchinTracker not available. */}
4288 </script> 4288 </script>
4289 <!-- end analytics --> 4289 <!-- end analytics -->
4290 </div> 4290 </div>
4291 </div> <!-- /gc-footer --> 4291 </div> <!-- /gc-footer -->
4292 </div> <!-- /gc-container --> 4292 </div> <!-- /gc-container -->
4293 </body></html> 4293 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/test/data/extensions/api_test/tabs/basics/move.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698