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

Side by Side Diff: chrome/common/extensions/docs/template/page_shell.html

Issue 9006027: Rip Out the Sidebar API (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 12 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
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- This page is a placeholder for generated extensions api doc. Note: 2 <!-- This page is a placeholder for generated extensions api doc. Note:
3 1) The <head> information in this page is significant, should be uniform 3 1) The <head> information in this page is significant, should be uniform
4 across api docs and should be edited only with knowledge of the 4 across api docs and should be edited only with knowledge of the
5 templating mechanism. 5 templating mechanism.
6 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 6 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
7 browser, it will be re-generated from the template, json schema and 7 browser, it will be re-generated from the template, json schema and
8 authored overview content. 8 authored overview content.
9 4) The <body>.innerHTML is also generated by an offline step so that this 9 4) The <body>.innerHTML is also generated by an offline step so that this
10 page may easily be indexed by search engines. 10 page may easily be indexed by search engines.
11 --> 11 -->
12 <html xmlns="http://www.w3.org/1999/xhtml"> 12 <html xmlns="http://www.w3.org/1999/xhtml">
13 <head> 13 <head>
14 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 14 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
15 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> 15 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css">
16 <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> 16 <link href="css/print.css" rel="stylesheet" type="text/css" media="print">
17 <script type="text/javascript" 17 <script type="text/javascript"
18 src="../../../third_party/jstemplate/jstemplate_compiled.js"> 18 src="../../../third_party/jstemplate/jstemplate_compiled.js">
19 </script> 19 </script>
20 <script type="text/javascript" src="js/api_page_generator.js"></script> 20 <script type="text/javascript" src="js/api_page_generator.js"></script>
21 <script type="text/javascript" src="js/bootstrap.js"></script> 21 <script type="text/javascript" src="js/bootstrap.js"></script>
22 <script type="text/javascript" src="js/sidebar.js"></script>
Aaron Boodman 2011/12/21 18:49:00 You still need to undo this (and regen the docs)
23 </head> 22 </head>
24 <body> 23 <body>
25 </body> 24 </body>
26 </html> 25 </html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698