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

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: Rebased onto ToT 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 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 <var>state</var> 1618 <var>state</var>
1619 <em> 1619 <em>
1620 <!-- TYPE --> 1620 <!-- TYPE -->
1621 <div style="display:inline"> 1621 <div style="display:inline">
1622 ( 1622 (
1623 <span class="optional">optional</span> 1623 <span class="optional">optional</span>
1624 <span class="enum">enumerated</span> 1624 <span class="enum">enumerated</span>
1625 <span id="typeTemplate"> 1625 <span id="typeTemplate">
1626 <span> 1626 <span>
1627 <span>string</span> 1627 <span>string</span>
1628 <span>["normal", "minimized", "maximized"]</span> 1628 <span>["normal", "minimized", "maximized", "fullscreen"] </span>
1629 </span> 1629 </span>
1630 </span> 1630 </span>
1631 ) 1631 )
1632 </div> 1632 </div>
1633 </em> 1633 </em>
1634 </dt> 1634 </dt>
1635 <dd>The new state of the window. The 'minimized' and 'maximized' state s cannot be combined with 'left', 'top', 'width' or 'height'.</dd> 1635 <dd>The new state of the window. The 'minimized', 'maximized' and 'ful lscreen' states cannot be combined with 'left', 'top', 'width' or 'height'.</dd>
1636 <!-- OBJECT PROPERTIES --> 1636 <!-- OBJECT PROPERTIES -->
1637 <!-- OBJECT METHODS --> 1637 <!-- OBJECT METHODS -->
1638 <!-- OBJECT EVENT FIELDS --> 1638 <!-- OBJECT EVENT FIELDS -->
1639 <!-- FUNCTION PARAMETERS --> 1639 <!-- FUNCTION PARAMETERS -->
1640 </div> 1640 </div>
1641 </div> 1641 </div>
1642 </dl> 1642 </dl>
1643 </dd> 1643 </dd>
1644 <!-- OBJECT METHODS --> 1644 <!-- OBJECT METHODS -->
1645 <!-- OBJECT EVENT FIELDS --> 1645 <!-- OBJECT EVENT FIELDS -->
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2109 <dt> 2109 <dt>
2110 <var>state</var> 2110 <var>state</var>
2111 <em> 2111 <em>
2112 <!-- TYPE --> 2112 <!-- TYPE -->
2113 <div style="display:inline"> 2113 <div style="display:inline">
2114 ( 2114 (
2115 <span class="enum">enumerated</span> 2115 <span class="enum">enumerated</span>
2116 <span id="typeTemplate"> 2116 <span id="typeTemplate">
2117 <span> 2117 <span>
2118 <span>string</span> 2118 <span>string</span>
2119 <span>["normal", "minimized", "maximized"]</span> 2119 <span>["normal", "minimized", "maximized", "fullscreen"] </span>
2120 </span> 2120 </span>
2121 </span> 2121 </span>
2122 ) 2122 )
2123 </div> 2123 </div>
2124 </em> 2124 </em>
2125 </dt> 2125 </dt>
2126 <dd>The state of this browser window.</dd> 2126 <dd>The state of this browser window.</dd>
2127 <!-- OBJECT PROPERTIES --> 2127 <!-- OBJECT PROPERTIES -->
2128 <!-- OBJECT METHODS --> 2128 <!-- OBJECT METHODS -->
2129 <!-- OBJECT EVENT FIELDS --> 2129 <!-- OBJECT EVENT FIELDS -->
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2169 _uff=0; 2169 _uff=0;
2170 urchinTracker(); 2170 urchinTracker();
2171 } 2171 }
2172 catch(e) {/* urchinTracker not available. */} 2172 catch(e) {/* urchinTracker not available. */}
2173 </script> 2173 </script>
2174 <!-- end analytics --> 2174 <!-- end analytics -->
2175 </div> 2175 </div>
2176 </div> <!-- /gc-footer --> 2176 </div> <!-- /gc-footer -->
2177 </div> <!-- /gc-container --> 2177 </div> <!-- /gc-container -->
2178 </body></html> 2178 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/windows.json ('k') | chrome/test/data/extensions/api_test/window_update/show_state/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698