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

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

Issue 3137039: Copyedit pass on new doc (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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/static/whats_new.html ('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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 <style> 296 <style>
297 #changes-listing .section { 297 #changes-listing .section {
298 margin-top:1em; 298 margin-top:1em;
299 } 299 }
300 </style> 300 </style>
301 301
302 <h4>Google Chrome 6</h4> 302 <h4>Google Chrome 6</h4>
303 <ul id="changes-listing"> 303 <ul id="changes-listing">
304 <li class="section"><b>New APIs</b> 304 <li class="section"><b>New APIs</b>
305 <ul> 305 <ul>
306 <li>The <a href="contextMenus.html">Context Menus API</a> allows you to 306 <li>The <a href="contextMenus.html">context menus API</a> allows you to
307 add context menus to pages or specific objects on a page 307 add context menus to pages or specific objects on a page
308 </li><li>The <a href="cookies.html">Cookies API</a> allows you to manage t he 308 </li><li>The <a href="cookies.html">cookies API</a> allows you to manage t he
309 browser's cookie system 309 browser's cookie system
310 </li><li>The <a href="idle.html">Idle API</a> allows you to detect when th e 310 </li><li>The <a href="idle.html">idle API</a> allows you to detect when th e
311 machine's idle state changes 311 machine's idle state changes
312 </li></ul> 312 </li></ul>
313 </li><li class="section"><b>Manifest Changes</b> 313 </li><li class="section"><b>Manifest changes</b>
314 <ul> 314 <ul>
315 <li>The <a href="manifest.html#geolocation">geolocation</a> permission 315 <li>The <a href="manifest.html#geolocation">geolocation</a> permission
316 gives an extension access to the user's physical location 316 gives an extension access to the user's physical location
317 </li><li><a href="match_patterns.html">Match patterns</a> can now select a ll 317 </li><li><a href="match_patterns.html">Match patterns</a> can now select a ll
318 schemes or all urls 318 schemes or all URLs
319 </li><li>Access to file:/// URLs no longer triggers the "access to your ma chine" 319 </li><li>Access to file:/// URLs no longer triggers the "access to your ma chine"
320 security warning, but now requires user opt-in from the extension 320 security warning, but now requires user opt-in from the extensions
321 management page 321 management page
322 </li></ul> 322 </li></ul>
323 </li><li class="section"><b>Additions to existing APIs</b> 323 </li><li class="section"><b>Additions to existing APIs</b>
324 <ul> 324 <ul>
325 <li><a href="extension.html#method-getViews">chrome.extension.getViews()</ a> 325 <li><a href="extension.html#method-getViews">chrome.extension.getViews()</ a>
326 can now return popup views 326 can now return popup views
327 </li><li>Added <a href="windows.html#property-WINDOW_ID_NONE">WINDOW_ID_NO NE</a> constant 327 </li><li>Added <a href="windows.html#property-WINDOW_ID_NONE">WINDOW_ID_NO NE</a> constant
328 for when focus shifts away from the browser 328 for when focus shifts away from the browser
329 </li><li>The <a href="tabs.html#method-getCurrent">chrome.tabs.getCurrent( )</a> method 329 </li><li>The <a href="tabs.html#method-getCurrent">chrome.tabs.getCurrent( )</a> method
330 returns the tab associated with the currently executing script 330 returns the tab associated with the currently executing script
331 </li></ul> 331 </li></ul>
332 </li><li class="section"><b>New experimental APIs</b> 332 </li><li class="section"><b>New experimental APIs</b>
333 <ul> 333 <ul>
334 <li>The <a href="experimental.omnibox.html">Omnibox API</a> allows you to 334 <li>The <a href="experimental.omnibox.html">omnibox API</a> allows you to
335 add functionality to the browser's omnibox 335 add functionality to the browser's address bar
336 </li><li>The <a href="experimental.infobars.html">Infobars API</a> allows you 336 </li><li>The <a href="experimental.infobars.html">infobars API</a> allows you
337 to add UI panels across the top of a tab 337 to add a UI panel across the top of a tab
338 </li></ul> 338 </li></ul>
339 </li></ul> 339 </li></ul>
340 </div> 340 </div>
341 341
342 <!-- API PAGE --> 342 <!-- API PAGE -->
343 <div class="apiPage" style="display: none; "> 343 <div class="apiPage" style="display: none; ">
344 <a name="apiReference"></a> 344 <a name="apiReference"></a>
345 <h2>API reference: chrome.apiname </h2> 345 <h2>API reference: chrome.apiname </h2>
346 346
347 <!-- PROPERTIES --> 347 <!-- PROPERTIES -->
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 _uff=0; 525 _uff=0;
526 urchinTracker(); 526 urchinTracker();
527 } 527 }
528 catch(e) {/* urchinTracker not available. */} 528 catch(e) {/* urchinTracker not available. */}
529 </script> 529 </script>
530 <!-- end analytics --> 530 <!-- end analytics -->
531 </div> 531 </div>
532 </div> <!-- /gc-footer --> 532 </div> <!-- /gc-footer -->
533 </div> <!-- /gc-container --> 533 </div> <!-- /gc-container -->
534 </body></html> 534 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/whats_new.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698