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

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

Issue 9328037: Add fullscreen state support for chrome.windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fix 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 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 <var>state</var> 1622 <var>state</var>
1623 <em> 1623 <em>
1624 <!-- TYPE --> 1624 <!-- TYPE -->
1625 <div style="display:inline"> 1625 <div style="display:inline">
1626 ( 1626 (
1627 <span class="optional">optional</span> 1627 <span class="optional">optional</span>
1628 <span class="enum">enumerated</span> 1628 <span class="enum">enumerated</span>
1629 <span id="typeTemplate"> 1629 <span id="typeTemplate">
1630 <span> 1630 <span>
1631 <span>string</span> 1631 <span>string</span>
1632 <span>["normal", "minimized", "maximized"]</span> 1632 <span>["normal", "minimized", "maximized", "fullscreen"] </span>
1633 </span> 1633 </span>
1634 </span> 1634 </span>
1635 ) 1635 )
1636 </div> 1636 </div>
1637 </em> 1637 </em>
1638 </dt> 1638 </dt>
1639 <dd>The new state of the window. The 'minimized' and 'maximized' state s cannot be combined with 'left', 'top', 'width' or 'height'.</dd> 1639 <dd>The new state of the window. The 'minimized', 'maximized' and 'ful lscreen' states cannot be combined with 'left', 'top', 'width' or 'height'.</dd>
1640 <!-- OBJECT PROPERTIES --> 1640 <!-- OBJECT PROPERTIES -->
1641 <!-- OBJECT METHODS --> 1641 <!-- OBJECT METHODS -->
1642 <!-- OBJECT EVENT FIELDS --> 1642 <!-- OBJECT EVENT FIELDS -->
1643 <!-- FUNCTION PARAMETERS --> 1643 <!-- FUNCTION PARAMETERS -->
1644 </div> 1644 </div>
1645 </div> 1645 </div>
1646 </dl> 1646 </dl>
1647 </dd> 1647 </dd>
1648 <!-- OBJECT METHODS --> 1648 <!-- OBJECT METHODS -->
1649 <!-- OBJECT EVENT FIELDS --> 1649 <!-- OBJECT EVENT FIELDS -->
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2113 <dt> 2113 <dt>
2114 <var>state</var> 2114 <var>state</var>
2115 <em> 2115 <em>
2116 <!-- TYPE --> 2116 <!-- TYPE -->
2117 <div style="display:inline"> 2117 <div style="display:inline">
2118 ( 2118 (
2119 <span class="enum">enumerated</span> 2119 <span class="enum">enumerated</span>
2120 <span id="typeTemplate"> 2120 <span id="typeTemplate">
2121 <span> 2121 <span>
2122 <span>string</span> 2122 <span>string</span>
2123 <span>["normal", "minimized", "maximized"]</span> 2123 <span>["normal", "minimized", "maximized", "fullscreen"] </span>
2124 </span> 2124 </span>
2125 </span> 2125 </span>
2126 ) 2126 )
2127 </div> 2127 </div>
2128 </em> 2128 </em>
2129 </dt> 2129 </dt>
2130 <dd>The state of this browser window.</dd> 2130 <dd>The state of this browser window.</dd>
2131 <!-- OBJECT PROPERTIES --> 2131 <!-- OBJECT PROPERTIES -->
2132 <!-- OBJECT METHODS --> 2132 <!-- OBJECT METHODS -->
2133 <!-- OBJECT EVENT FIELDS --> 2133 <!-- OBJECT EVENT FIELDS -->
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2173 _uff=0; 2173 _uff=0;
2174 urchinTracker(); 2174 urchinTracker();
2175 } 2175 }
2176 catch(e) {/* urchinTracker not available. */} 2176 catch(e) {/* urchinTracker not available. */}
2177 </script> 2177 </script>
2178 <!-- end analytics --> 2178 <!-- end analytics -->
2179 </div> 2179 </div>
2180 </div> <!-- /gc-footer --> 2180 </div> <!-- /gc-footer -->
2181 </div> <!-- /gc-container --> 2181 </div> <!-- /gc-container -->
2182 </body></html> 2182 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698