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

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

Issue 9452019: experimental.downloads extension api docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | 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><!-- 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <li id="group_link"> 89 <li id="group_link">
90 <a href="http://groups.google.com/a/chromium.org/group/chromium-exte nsions" title="Google Chrome Extensions developer forum">Group</a> 90 <a href="http://groups.google.com/a/chromium.org/group/chromium-exte nsions" title="Google Chrome Extensions developer forum">Group</a>
91 </li> 91 </li>
92 <li id="so_link"> 92 <li id="so_link">
93 <a href="http://stackoverflow.com/questions/tagged/google-chrome-ext ension" title="[google-chrome-extension] tag on Stack Overflow">Questions?</a> 93 <a href="http://stackoverflow.com/questions/tagged/google-chrome-ext ension" title="[google-chrome-extension] tag on Stack Overflow">Questions?</a>
94 </li> 94 </li>
95 </ul> 95 </ul>
96 </div> <!-- end gc-topnav --> 96 </div> <!-- end gc-topnav -->
97 <div class="g-section g-tpl-170"> 97 <div class="g-section g-tpl-170">
98 <!-- SIDENAV --> 98 <!-- SIDENAV -->
99 <div class="g-unit g-first" id="gc-toc"> 99 <div class="g-unit g-first" id="gc-toc" style="">
cbentzel 2012/02/24 01:44:05 Do you know why the style attribute got added here
benjhayden 2012/02/24 14:29:12 No idea. I tried to revert them. I'll dig into it
100 <ul> 100 <ul>
101 <li><a href="getstarted.html">Getting Started</a></li> 101 <li><a href="getstarted.html">Getting Started</a></li>
102 <li><a href="overview.html">Overview</a></li> 102 <li><a href="overview.html">Overview</a></li>
103 <li><a href="whats_new.html">What's New?</a></li> 103 <li><a href="whats_new.html">What's New?</a></li>
104 <li><h2><a href="devguide.html">Developer's Guide</a></h2> 104 <li><h2><a href="devguide.html">Developer's Guide</a></h2>
105 <ul> 105 <ul>
106 <li>Browser UI 106 <li>Browser UI
107 <ul> 107 <ul>
108 <li><a href="browserAction.html">Browser Actions</a></li> 108 <li><a href="browserAction.html">Browser Actions</a></li>
109 <li><a href="contextMenus.html">Context Menus</a></li> 109 <li><a href="contextMenus.html">Context Menus</a></li>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 </ul> 179 </ul>
180 </div> 180 </div>
181 <script> 181 <script>
182 initToggles(); 182 initToggles();
183 </script> 183 </script>
184 <div class="g-unit" id="gc-pagecontent"> 184 <div class="g-unit" id="gc-pagecontent">
185 <div id="pageTitle"> 185 <div id="pageTitle">
186 <h1 class="page_title">Themes</h1> 186 <h1 class="page_title">Themes</h1>
187 </div> 187 </div>
188 <!-- TABLE OF CONTENTS --> 188 <!-- TABLE OF CONTENTS -->
189 <div id="toc"> 189 <div id="toc" style="">
190 <h2>Contents</h2> 190 <h2>Contents</h2>
191 <ol> 191 <ol>
192 <li> 192 <li style="">
193 <a href="#manifest"> Manifest </a> 193 <a href="#manifest"> Manifest </a>
194 <ol> 194 <ol>
195 <li> 195 <li style="">
196 <a href="#colors">colors</a> 196 <a href="#colors">colors</a>
197 </li><li> 197 </li><li style="">
198 <a href="#images">images</a> 198 <a href="#images">images</a>
199 </li><li> 199 </li><li style="">
200 <a href="#properties">properties</a> 200 <a href="#properties">properties</a>
201 </li><li> 201 </li><li style="">
202 <a href="#tints">tints</a> 202 <a href="#tints">tints</a>
203 </li> 203 </li>
204 </ol> 204 </ol>
205 </li><li> 205 </li><li style="">
206 <a href="#moredoc"> Additional documentation </a> 206 <a href="#moredoc"> Additional documentation </a>
207 <ol> 207 <ol>
208 </ol> 208 </ol>
209 </li> 209 </li>
210 </ol> 210 </ol>
211 </div> 211 </div>
212 <!-- /TABLE OF CONTENTS --> 212 <!-- /TABLE OF CONTENTS -->
213 <!-- Standard content lead-in for experimental API pages --> 213 <!-- Standard content lead-in for experimental API pages -->
214 <!-- STATIC CONTENT PLACEHOLDER --> 214 <!-- STATIC CONTENT PLACEHOLDER -->
215 <div id="static"><div id="pageData-showTOC" class="pageData">true</div> 215 <div id="static"><div id="pageData-showTOC" class="pageData">true</div>
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 _uff=0; 367 _uff=0;
368 urchinTracker(); 368 urchinTracker();
369 } 369 }
370 catch(e) {/* urchinTracker not available. */} 370 catch(e) {/* urchinTracker not available. */}
371 </script> 371 </script>
372 <!-- end analytics --> 372 <!-- end analytics -->
373 </div> 373 </div>
374 </div> <!-- /gc-footer --> 374 </div> <!-- /gc-footer -->
375 </div> <!-- /gc-container --> 375 </div> <!-- /gc-container -->
376 </body></html> 376 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698