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

Side by Side Diff: chrome/common/extensions/docs/apps/about_apps.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: everything but svn stuff 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 Google I/O presentation</a> for an in-depth introduction. 212 Google I/O presentation</a> for an in-depth introduction.
213 </p> 213 </p>
214 <h2 id="look">How they look</h2> 214 <h2 id="look">How they look</h2>
215 <p> 215 <p>
216 When a user opens a packaged app, 216 When a user opens a packaged app,
217 their focus is specifically on the tasks 217 their focus is specifically on the tasks
218 relating to the app. 218 relating to the app.
219 Packaged apps have no traditional chrome: 219 Packaged apps have no traditional chrome:
220 the omnibox (address bar), tab strip, 220 the omnibox (address bar), tab strip,
221 and other browser interface elements no longer appear. 221 and other browser interface elements no longer appear.
222 Like native apps, they dont live within the browser. 222 Like native apps, they don't live within the browser.
223 When launched, packaged apps can open in windows 223 When launched, packaged apps can open in windows
224 that look like this (and you can style 224 that look like this (and you can style
225 your windows in all different ways): 225 your windows in all different ways):
226 </p> 226 </p>
227 <br> 227 <br>
228 <img src="../images/editor.png" width="770" height="586" alt="Text editor packag ed app in a standalone window"> 228 <img src="../images/editor.png" width="770" height="586" alt="Text editor packag ed app in a standalone window">
229 <h2 id="behave">How they behave</h2> 229 <h2 id="behave">How they behave</h2>
230 <p> 230 <p>
231 Packaged app pages always load locally. 231 Packaged app pages always load locally.
232 This allows apps to be less dependent on the network. 232 This allows apps to be less dependent on the network.
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 _uff=0; 321 _uff=0;
322 urchinTracker(); 322 urchinTracker();
323 } 323 }
324 catch(e) {/* urchinTracker not available. */} 324 catch(e) {/* urchinTracker not available. */}
325 </script> 325 </script>
326 <!-- end analytics --> 326 <!-- end analytics -->
327 </div> 327 </div>
328 </div> <!-- /gc-footer --> 328 </div> <!-- /gc-footer -->
329 </div> <!-- /gc-container --> 329 </div> <!-- /gc-container -->
330 </body></html> 330 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698