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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
OLDNEW
1 <div id="pageData-name" class="pageData">What's New in Extensions?</div> 1 <h1>What's New in Extensions?</h1>
2 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> 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> 9 <ul>
10 <li> <a href="#20">Google Chrome 20</a> </li> 10 <li> <a href="#20">Google Chrome 20</a> </li>
11 <li> <a href="#19">Google Chrome 19</a> </li> 11 <li> <a href="#19">Google Chrome 19</a> </li>
12 <li> <a href="#18">Google Chrome 18</a> </li> 12 <li> <a href="#18">Google Chrome 18</a> </li>
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 586
587 <h4> Manifest changes </h4> 587 <h4> Manifest changes </h4>
588 <ul> 588 <ul>
589 <li>The <a href="manifest.html#geolocation">geolocation</a> permission 589 <li>The <a href="manifest.html#geolocation">geolocation</a> permission
590 gives an extension access to the user's physical location. 590 gives an extension access to the user's physical location.
591 <li><a href="match_patterns.html">Match patterns</a> can now select all 591 <li><a href="match_patterns.html">Match patterns</a> can now select all
592 schemes or all URLs. 592 schemes or all URLs.
593 <li>Access to file:/// URLs no longer triggers the "access to your machine" 593 <li>Access to file:/// URLs no longer triggers the "access to your machine"
594 security warning, but now requires user opt-in from the extensions 594 security warning, but now requires user opt-in from the extensions
595 management page. 595 management page.
596 </ul> 596 </ul>
597
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698