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

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

Issue 11745015: Update references to the extension messaging APIs to point to the "runtime" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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
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 <h2 id="22"> Google Chrome 22 </h2> 9 <h2 id="22"> Google Chrome 22 </h2>
10 10
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 $ref:tabs.insertCSS 108 $ref:tabs.insertCSS
109 now accept a <code>runAt</code> parameter.</li> 109 now accept a <code>runAt</code> parameter.</li>
110 </ul> 110 </ul>
111 111
112 <h4> Changes to existing APIs </h4> 112 <h4> Changes to existing APIs </h4>
113 113
114 <ul> 114 <ul>
115 <li>The <code>sendRequest()</code> method 115 <li>The <code>sendRequest()</code> method
116 has been deprecated in favor of the 116 has been deprecated in favor of the
117 <code>sendMessage()</code> method for both the 117 <code>sendMessage()</code> method for both the
118 $ref:extension.sendMessage and 118 $ref:runtime.sendMessage and
119 $ref:tabs.sendMessage.</li> 119 $ref:tabs.sendMessage.</li>
120 <li>The <a href="external_extensions.html">external_extensions.json file</a> 120 <li>The <a href="external_extensions.html">external_extensions.json file</a>
121 has been deprecated in favor of individual 121 has been deprecated in favor of individual
122 <code>&lt;extension-id&gt;.json</code> files.</li> 122 <code>&lt;extension-id&gt;.json</code> files.</li>
123 </ul> 123 </ul>
124 124
125 <h2 id="19"> Google Chrome 19 </h2> 125 <h2 id="19"> Google Chrome 19 </h2>
126 126
127 <h4> New APIs </h4> 127 <h4> New APIs </h4>
128 <ul> 128 <ul>
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 <h4> Manifest changes </h4> 623 <h4> Manifest changes </h4>
624 <ul> 624 <ul>
625 <li>The <a href="manifest.html#geolocation">geolocation</a> permission 625 <li>The <a href="manifest.html#geolocation">geolocation</a> permission
626 gives an extension access to the user's physical location. 626 gives an extension access to the user's physical location.
627 <li><a href="match_patterns.html">Match patterns</a> can now select all 627 <li><a href="match_patterns.html">Match patterns</a> can now select all
628 schemes or all URLs. 628 schemes or all URLs.
629 <li>Access to file:/// URLs no longer triggers the "access to your machine" 629 <li>Access to file:/// URLs no longer triggers the "access to your machine"
630 security warning, but now requires user opt-in from the extensions 630 security warning, but now requires user opt-in from the extensions
631 management page. 631 management page.
632 </ul> 632 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698