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

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

Issue 9307078: This includes the extension release notes for Chrome 17. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 10 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 <!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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 <!-- /TABLE OF CONTENTS --> 189 <!-- /TABLE OF CONTENTS -->
190 <!-- Standard content lead-in for experimental API pages --> 190 <!-- Standard content lead-in for experimental API pages -->
191 <!-- STATIC CONTENT PLACEHOLDER --> 191 <!-- STATIC CONTENT PLACEHOLDER -->
192 <div id="static"><div id="pageData-name" class="pageData">What's New in Extensions?</div> 192 <div id="static"><div id="pageData-name" class="pageData">What's New in Extensions?</div>
193 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> 193 <!-- <div id="pageData-showTOC" class="pageData">true</div> -->
194 <p> 194 <p>
195 This page lists the API and manifest changes 195 This page lists the API and manifest changes
196 made in recent releases. 196 made in recent releases.
197 </p> 197 </p>
198 <ul> 198 <ul>
199 <li> <a href="#17">Google Chrome 17</a> </li>
199 <li> <a href="#16">Google Chrome 16</a> </li> 200 <li> <a href="#16">Google Chrome 16</a> </li>
200 <li> <a href="#15">Google Chrome 15</a> </li> 201 <li> <a href="#15">Google Chrome 15</a> </li>
201 <li> <a href="#14">Google Chrome 14</a> </li> 202 <li> <a href="#14">Google Chrome 14</a> </li>
202 <li> <a href="#13">Google Chrome 13</a> </li> 203 <li> <a href="#13">Google Chrome 13</a> </li>
203 <li> <a href="#12">Google Chrome 12</a> </li> 204 <li> <a href="#12">Google Chrome 12</a> </li>
204 <li> <a href="#11">Google Chrome 11</a> </li> 205 <li> <a href="#11">Google Chrome 11</a> </li>
205 <li> <a href="#10">Google Chrome 10</a> </li> 206 <li> <a href="#10">Google Chrome 10</a> </li>
206 <li> <a href="#9">Google Chrome 9</a> </li> 207 <li> <a href="#9">Google Chrome 9</a> </li>
207 <li> <a href="#8">Google Chrome 8</a> </li> 208 <li> <a href="#8">Google Chrome 8</a> </li>
208 <li> <a href="#7">Google Chrome 7</a> </li> 209 <li> <a href="#7">Google Chrome 7</a> </li>
209 <li> <a href="#6">Google Chrome 6</a> </li> 210 <li> <a href="#6">Google Chrome 6</a> </li>
210 </ul> 211 </ul>
211 <p> 212 <p>
212 In addition to the changes listed below, 213 In addition to the changes listed below,
213 check out the 214 check out the
214 <a href="experimental.html">experimental APIs</a>. 215 <a href="experimental.html">experimental APIs</a>.
215 </p> 216 </p>
217 <h2 id="17"> Google Chrome 17 </h2>
218 <h4> New APIs </h4>
219 <ul>
220 <li> The
221 <a href="pageCapture.html">page capture API</a>
222 lets you save a tab as MHTML.
223 </li>
224 <li> The
225 <a href="webRequest.html">web request API</a>
226 lets you intercept, block, or
227 modify requests in-flight and
228 to observe and analyze traffic.
229 </li>
230 </ul>
231 <h4> Manifest changes </h4>
232 <ul>
233 <li> The <a href="contentSecurityPolicy.html">content security policy</a>
234 has been updated for
235 <a href="manifest.html#manifest_version">manifest_version 2</a>.
236 </li>
237 <li>
238 Permissions can now be
239 <a href="permissions.html">optional</a>
240 for the content setting API and web navigation API;
241 they can also be optional
242 for the new page capture API and web request API.
243 </li></ul>
244 <h4> Additions to existing APIs </h4>
245 <ul>
246 <li>The management API's
247 <a href="management.html#type-ExtensionInfo">ExtensionInfo</a> object
248 now has a <code>disabledReason</code> property.
249 </li>
250 </ul>
251 <h4> Changes to existing APIs </h4>
252 <ul>
253 <li>The <a href="omnibox.html">omnibox API</a>
254 now works in
255 <a href="manifest.html#incognito">split incognito mode</a>.
256 </li>
257 </ul>
216 <h2 id="16"> Google Chrome 16 </h2> 258 <h2 id="16"> Google Chrome 16 </h2>
217 <h4> New APIs </h4> 259 <h4> New APIs </h4>
218 <ul> 260 <ul>
219 <li> The 261 <li> The
220 <a href="webNavigation.html">web navigation API</a> 262 <a href="webNavigation.html">web navigation API</a>
221 lets extensions receive notifications about the status 263 lets extensions receive notifications about the status
222 of navigation requests. 264 of navigation requests.
223 You can use this API to track navigation events. 265 You can use this API to track navigation events.
224 </li> 266 </li>
225 <li> The 267 <li> The
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 _uff=0; 677 _uff=0;
636 urchinTracker(); 678 urchinTracker();
637 } 679 }
638 catch(e) {/* urchinTracker not available. */} 680 catch(e) {/* urchinTracker not available. */}
639 </script> 681 </script>
640 <!-- end analytics --> 682 <!-- end analytics -->
641 </div> 683 </div>
642 </div> <!-- /gc-footer --> 684 </div> <!-- /gc-footer -->
643 </div> <!-- /gc-container --> 685 </div> <!-- /gc-container -->
644 </body></html> 686 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698