Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <p id="classSummary"> | 1 <table class="intro"> |
| 2 Use the <code>chrome.app.window</code> module | 2 <tr> |
| 3 to create windows. | 3 <th scope="col"></th> |
| 4 Windows can either be shells or panels. | 4 <th scope="col"></th> |
| 5 Shell windows have no browser chrome. | 5 </tr> |
| 6 Panel windows are the same as shell windows, | 6 <tr> |
| 7 except they have different size and position restrictions, | 7 <td><strong>Description:</strong></td> |
| 8 for example, a chat panel. | 8 <td>Use the <code>chrome.app.window</code> module |
| 9 </p> | 9 to create windows. |
| 10 | 10 Windows can either be shells or panels. |
|
saroop
2012/12/21 00:39:44
The API reference does not talk abt how to create
| |
| 11 <h4>Related Documentation</h4> | 11 Shell windows have no browser chrome. |
| 12 <ul> | 12 Panel windows are the same as shell windows, |
| 13 » <li><a href="about_apps.html#look">How they look</a></li> | 13 except they have different size and position restrictions, |
| 14 » <li><a href="app_lifecycle.html">Manage App Lifecycle</a></li> | 14 for example, a chat panel.</td> |
| 15 </ul> | 15 </tr> |
| 16 <tr> | |
| 17 <td><strong>Availability:</strong></td> | |
| 18 <td>Google Chrome 23</td> | |
| 19 </tr> | |
| 20 <tr> | |
| 21 <td><strong>Permissions:</strong></td> | |
| 22 <td>None</td> | |
| 23 </tr> | |
| 24 <tr> | |
| 25 <td><strong>Learn more:</strong></td> | |
| 26 <td><a href="about_apps.html#look">How they look</a><br> | |
| 27 <a href="app_lifecycle.html">Manage App Lifecycle</a><br> | |
| 28 <a href="https://developers.google.com/live/shows/9118010/">Chrome Apps Offi ce Hours: Building Awesome Multi-window Apps</a></td> | |
| 29 </tr> | |
| 30 </table> | |
| OLD | NEW |