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

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

Issue 503073: Merge 35104 - Extension Doc Changes (no building or testable changes)... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 </li> 229 </li>
230 </ol> 230 </ol>
231 </li><li> 231 </li><li>
232 <a href="#H2-6">Advanced usage: minimum browser version</a> 232 <a href="#H2-6">Advanced usage: minimum browser version</a>
233 <ol> 233 <ol>
234 <li style="display: none; "> 234 <li style="display: none; ">
235 <a>h3Name</a> 235 <a>h3Name</a>
236 </li> 236 </li>
237 </ol> 237 </ol>
238 </li> 238 </li>
239 <div style="display: none; "> 239 <li style="display: none; ">
240 <li>
241 <a href="#apiReference">API reference</a> 240 <a href="#apiReference">API reference</a>
242 <ol> 241 <ol>
243 <li> 242 <li>
244 <a href="#properties">Properties</a> 243 <a href="#properties">Properties</a>
245 <ol> 244 <ol>
246 <li> 245 <li>
247 <a href="#property-anchor">propertyName</a> 246 <a href="#property-anchor">propertyName</a>
248 </li> 247 </li>
249 </ol> 248 </ol>
250 </li> 249 </li>
(...skipping 16 matching lines...) Expand all
267 <li> 266 <li>
268 <a href="#types">Types</a> 267 <a href="#types">Types</a>
269 <ol> 268 <ol>
270 <li> 269 <li>
271 <a href="#id-anchor">id</a> 270 <a href="#id-anchor">id</a>
272 </li> 271 </li>
273 </ol> 272 </ol>
274 </li> 273 </li>
275 </ol> 274 </ol>
276 </li> 275 </li>
277 </div>
278 </ol> 276 </ol>
279 </div> 277 </div>
280 <!-- /TABLE OF CONTENTS --> 278 <!-- /TABLE OF CONTENTS -->
281 279
282 <!-- STATIC CONTENT PLACEHOLDER --> 280 <!-- STATIC CONTENT PLACEHOLDER -->
283 <div id="static"><div id="pageData-name" class="pageData">Autoupdating</ div> 281 <div id="static"><div id="pageData-name" class="pageData">Autoupdating</ div>
284 <div id="pageData-showTOC" class="pageData">true</div> 282 <div id="pageData-showTOC" class="pageData">true</div>
285 283
286 <p>We want extensions to be autoupdated for some of the same reasons as Google C hrome itself: to incorporate bug and security fixes, add new features or perform ance enhancements, and improve user interfaces.</p> 284 <p>We want extensions to be autoupdated for some of the same reasons as Google C hrome itself: to incorporate bug and security fixes, add new features or perform ance enhancements, and improve user interfaces.</p>
287 285
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 urchinTracker(); 566 urchinTracker();
569 } 567 }
570 catch(e) {/* urchinTracker not available. */} 568 catch(e) {/* urchinTracker not available. */}
571 </script> 569 </script>
572 <!-- end analytics --> 570 <!-- end analytics -->
573 </div> 571 </div>
574 </div> <!-- /gc-footer --> 572 </div> <!-- /gc-footer -->
575 </div> <!-- /gc-container --> 573 </div> <!-- /gc-container -->
576 </body></html> 574 </body></html>
577 575
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/api_other.html ('k') | chrome/common/extensions/docs/background_pages.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698