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

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

Issue 10964035: Kill duplicate whats new list in extensions doc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | 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 <h1>What's New in Extensions?</h1> 1 <h1>What's New in Extensions?</h1>
2 <!-- --> 2 <!-- -->
3 3
4 <p> 4 <p>
5 This page lists the API and manifest changes 5 This page lists the API and manifest changes
6 made in recent releases. 6 made in recent releases.
7 </p> 7 </p>
8 8
9 <ul>
10 <li> <a href="#22">Google Chrome 22</a> </li>
11 <li> <a href="#21">Google Chrome 21</a> </li>
12 <li> <a href="#20">Google Chrome 20</a> </li>
13 <li> <a href="#19">Google Chrome 19</a> </li>
14 <li> <a href="#18">Google Chrome 18</a> </li>
15 <li> <a href="#17">Google Chrome 17</a> </li>
16 <li> <a href="#16">Google Chrome 16</a> </li>
17 <li> <a href="#15">Google Chrome 15</a> </li>
18 <li> <a href="#14">Google Chrome 14</a> </li>
19 <li> <a href="#13">Google Chrome 13</a> </li>
20 <li> <a href="#12">Google Chrome 12</a> </li>
21 <li> <a href="#11">Google Chrome 11</a> </li>
22 <li> <a href="#10">Google Chrome 10</a> </li>
23 <li> <a href="#9">Google Chrome 9</a> </li>
24 <li> <a href="#8">Google Chrome 8</a> </li>
25 <li> <a href="#7">Google Chrome 7</a> </li>
26 <li> <a href="#6">Google Chrome 6</a> </li>
27 </ul>
28
29 <h2 id="22"> Google Chrome 22 </h2> 9 <h2 id="22"> Google Chrome 22 </h2>
30 10
31 <h4> New APIs </h4> 11 <h4> New APIs </h4>
32 <ul> 12 <ul>
33 <li>The 13 <li>The
34 <a href="alarms.html">alarms API</a> 14 <a href="alarms.html">alarms API</a>
35 lets you schedule code to run 15 lets you schedule code to run
36 periodically or at a specified time 16 periodically or at a specified time
37 in the future.</li> 17 in the future.</li>
38 </ul> 18 </ul>
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 <h4> Manifest changes </h4> 624 <h4> Manifest changes </h4>
645 <ul> 625 <ul>
646 <li>The <a href="manifest.html#geolocation">geolocation</a> permission 626 <li>The <a href="manifest.html#geolocation">geolocation</a> permission
647 gives an extension access to the user's physical location. 627 gives an extension access to the user's physical location.
648 <li><a href="match_patterns.html">Match patterns</a> can now select all 628 <li><a href="match_patterns.html">Match patterns</a> can now select all
649 schemes or all URLs. 629 schemes or all URLs.
650 <li>Access to file:/// URLs no longer triggers the "access to your machine" 630 <li>Access to file:/// URLs no longer triggers the "access to your machine"
651 security warning, but now requires user opt-in from the extensions 631 security warning, but now requires user opt-in from the extensions
652 management page. 632 management page.
653 </ul> 633 </ul>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698