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

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

Issue 6609001: Release notes for M10. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 | « no previous file | chrome/common/extensions/docs/static/manifest.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><!-- 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 Required if the extension wants to interact 649 Required if the extension wants to interact
650 with the code running on pages. 650 with the code running on pages.
651 Many extension capabilities, such as 651 Many extension capabilities, such as
652 <a href="xhr.html">cross-origin XMLHttpRequests</a>, 652 <a href="xhr.html">cross-origin XMLHttpRequests</a>,
653 <a href="content_scripts.html#pi">programmatically injected 653 <a href="content_scripts.html#pi">programmatically injected
654 content scripts</a>, and <a href="cookies.html">the cookies API</a> 654 content scripts</a>, and <a href="cookies.html">the cookies API</a>
655 require host permissions. For details on the syntax, see 655 require host permissions. For details on the syntax, see
656 <a href="match_patterns.html">Match Patterns</a>. 656 <a href="match_patterns.html">Match Patterns</a>.
657 </td> 657 </td>
658 </tr> 658 </tr>
659 <tr> 659 <tr id="bg">
660 <td> "background" </td> 660 <td> "background" </td>
661 <td> <p> 661 <td> <p>
662 Makes Chrome start up early and and shut down late, 662 Makes Chrome start up early and and shut down late,
663 so that apps and extensions can have a longer life. 663 so that apps and extensions can have a longer life.
664 </p> 664 </p>
665 665
666 <p> 666 <p>
667 When any installed hosted app, packaged app, or extension 667 When any installed hosted app, packaged app, or extension
668 has "background" permission, Chrome runs (invisibly) 668 has "background" permission, Chrome runs (invisibly)
669 as soon as the user logs into their computer—before 669 as soon as the user logs into their computer—before
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 _uff=0; 1011 _uff=0;
1012 urchinTracker(); 1012 urchinTracker();
1013 } 1013 }
1014 catch(e) {/* urchinTracker not available. */} 1014 catch(e) {/* urchinTracker not available. */}
1015 </script> 1015 </script>
1016 <!-- end analytics --> 1016 <!-- end analytics -->
1017 </div> 1017 </div>
1018 </div> <!-- /gc-footer --> 1018 </div> <!-- /gc-footer -->
1019 </div> <!-- /gc-container --> 1019 </div> <!-- /gc-container -->
1020 </body></html> 1020 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698