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

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

Issue 5397005: Release note update (such as it is) for Chrome 8.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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
« 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 <!-- STATIC CONTENT PLACEHOLDER --> 304 <!-- STATIC CONTENT PLACEHOLDER -->
305 <div id="static"><div id="pageData-name" class="pageData">What's New in Extensions?</div> 305 <div id="static"><div id="pageData-name" class="pageData">What's New in Extensions?</div>
306 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> 306 <!-- <div id="pageData-showTOC" class="pageData">true</div> -->
307 307
308 <p> 308 <p>
309 This page lists the API and manifest changes 309 This page lists the API and manifest changes
310 made in recent releases. 310 made in recent releases.
311 </p> 311 </p>
312 312
313 <ul> 313 <ul>
314 <li> <a href="#8">Google Chrome 8</a> </li>
314 <li> <a href="#7">Google Chrome 7</a> </li> 315 <li> <a href="#7">Google Chrome 7</a> </li>
315 <li> <a href="#6">Google Chrome 6</a> </li> 316 <li> <a href="#6">Google Chrome 6</a> </li>
316 </ul> 317 </ul>
317 318
318 319
319 <h2 name="7"> Google Chrome 7 </h2> 320 <h2 id="8"> Google Chrome 8 </h2>
321
322 <p>
323 We took a break for Chrome 8.
324 No API or manifest changes worth noting.
325 </p>
326
327
328 <h2 id="7"> Google Chrome 7 </h2>
320 329
321 <h4> New APIs </h4> 330 <h4> New APIs </h4>
322 <ul> 331 <ul>
323 <li> All users can now install 332 <li> All users can now install
324 <a href="http://code.google.com/chrome/apps/index.html">apps</a>; 333 <a href="http://code.google.com/chrome/apps/index.html">apps</a>;
325 packaged apps can use extension APIs 334 packaged apps can use extension APIs
326 </li> 335 </li>
327 <li> The <a href="management.html">management API</a> 336 <li> The <a href="management.html">management API</a>
328 lets you work with installed apps and extensions 337 lets you work with installed apps and extensions
329 </li> 338 </li>
(...skipping 18 matching lines...) Expand all
348 <li> a change </li> 357 <li> a change </li>
349 </ul> 358 </ul>
350 359
351 <h4> Additions to existing APIs </h4> 360 <h4> Additions to existing APIs </h4>
352 <ul> 361 <ul>
353 <li> a change </li> 362 <li> a change </li>
354 </ul> 363 </ul>
355 --> 364 -->
356 365
357 366
358 <h2 name="6">Google Chrome 6</h2> 367 <h2 id="6">Google Chrome 6</h2>
359 368
360 <h4> New APIs </h4> 369 <h4> New APIs </h4>
361 <ul> 370 <ul>
362 <li>The <a href="contextMenus.html">context menus API</a> allows you to 371 <li>The <a href="contextMenus.html">context menus API</a> allows you to
363 add context menus to pages or specific objects on a page 372 add context menus to pages or specific objects on a page
364 </li><li>The <a href="cookies.html">cookies API</a> allows you to manage the 373 </li><li>The <a href="cookies.html">cookies API</a> allows you to manage the
365 browser's cookie system 374 browser's cookie system
366 </li><li>The <a href="idle.html">idle API</a> allows you to detect when the 375 </li><li>The <a href="idle.html">idle API</a> allows you to detect when the
367 machine's idle state changes 376 machine's idle state changes
368 </li></ul> 377 </li></ul>
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 _uff=0; 593 _uff=0;
585 urchinTracker(); 594 urchinTracker();
586 } 595 }
587 catch(e) {/* urchinTracker not available. */} 596 catch(e) {/* urchinTracker not available. */}
588 </script> 597 </script>
589 <!-- end analytics --> 598 <!-- end analytics -->
590 </div> 599 </div>
591 </div> <!-- /gc-footer --> 600 </div> <!-- /gc-footer -->
592 </div> <!-- /gc-container --> 601 </div> <!-- /gc-container -->
593 </body></html> 602 </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