summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/extensions/docs/static/whats_new.html44
-rw-r--r--chrome/common/extensions/docs/whats_new.html44
2 files changed, 88 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/whats_new.html b/chrome/common/extensions/docs/static/whats_new.html
index d1e0c12..c6bdd0b 100644
--- a/chrome/common/extensions/docs/static/whats_new.html
+++ b/chrome/common/extensions/docs/static/whats_new.html
@@ -7,6 +7,7 @@ made in recent releases.
</p>
<ul>
+ <li> <a href="#15">Google Chrome 15</a> </li>
<li> <a href="#14">Google Chrome 14</a> </li>
<li> <a href="#13">Google Chrome 13</a> </li>
<li> <a href="#12">Google Chrome 12</a> </li>
@@ -24,6 +25,49 @@ check out the
<a href="experimental.html">experimental APIs</a>.
</p>
+<h2 id="15"> Google Chrome 15 </h2>
+
+<p>Chrome 15 had a few minor API additions. Also see the Chrome Web Store’s new
+<a href="http://code.google.com/chrome/webstore/docs/inline_installation.html">inline
+installation</a> feature, which lets your website help users install extensions
+(and apps) without sending them away to the store.</p>
+
+<h4> Manifest changes </h4>
+ <ul>
+ <li> The new
+ <a href="manifest.html#offline_enabled">offline_enabled</a> field
+ lets you specify that your app works well even without an internet
+ connection.
+ </li>
+ </ul>
+
+<h4> Additions to existing APIs </h4>
+ <ul>
+ <li>
+ You can retrieve permission warnings using the new management API methods
+ <a href="management.html#method-getPermissionWarningsById">getPermissionWarningsById()</a>
+ and
+ <a href="management.html#method-getPermissionWarningsByManifest">getPermissionWarningsByManifest()</a>.
+ </li>
+ <li>
+ The management API’s
+ <a href="management.html#type-ExtensionInfo">ExtensionInfo</a> object has
+ a new field, <code>offlineEnabled</code>.
+ </li>
+ <li>
+ You can now <a href="i18n.html">internationalize</a> content script CSS
+ files by using <code>__MSG_messagename__</code> placeholders.
+ </li>
+ </ul>
+
+<h4> Changes to existing APIs </h4>
+ <ul>
+ <li>
+ The callback for the <a href="tabs.html#method-update">tabs.update</a>
+ method is passed <code>null</code> instead of the tab details if the
+ extension does not have the "tabs" permission.
+ </li>
+ </ul>
<h2 id="14"> Google Chrome 14 </h2>
diff --git a/chrome/common/extensions/docs/whats_new.html b/chrome/common/extensions/docs/whats_new.html
index 5383826..3a88902 100644
--- a/chrome/common/extensions/docs/whats_new.html
+++ b/chrome/common/extensions/docs/whats_new.html
@@ -321,6 +321,7 @@ made in recent releases.
</p>
<ul>
+ <li> <a href="#15">Google Chrome 15</a> </li>
<li> <a href="#14">Google Chrome 14</a> </li>
<li> <a href="#13">Google Chrome 13</a> </li>
<li> <a href="#12">Google Chrome 12</a> </li>
@@ -338,6 +339,49 @@ check out the
<a href="experimental.html">experimental APIs</a>.
</p>
+<h2 id="15"> Google Chrome 15 </h2>
+
+<p>Chrome 15 had a few minor API additions. Also see the Chrome Web Store’s new
+<a href="http://code.google.com/chrome/webstore/docs/inline_installation.html">inline
+installation</a> feature, which lets your website help users install extensions
+(and apps) without sending them away to the store.</p>
+
+<h4> Manifest changes </h4>
+ <ul>
+ <li> The new
+ <a href="manifest.html#offline_enabled">offline_enabled</a> field
+ lets you specify that your app works well even without an internet
+ connection.
+ </li>
+ </ul>
+
+<h4> Additions to existing APIs </h4>
+ <ul>
+ <li>
+ You can retrieve permission warnings using the new management API methods
+ <a href="management.html#method-getPermissionWarningsById">getPermissionWarningsById()</a>
+ and
+ <a href="management.html#method-getPermissionWarningsByManifest">getPermissionWarningsByManifest()</a>.
+ </li>
+ <li>
+ The management API’s
+ <a href="management.html#type-ExtensionInfo">ExtensionInfo</a> object has
+ a new field, <code>offlineEnabled</code>.
+ </li>
+ <li>
+ You can now <a href="i18n.html">internationalize</a> content script CSS
+ files by using <code>__MSG_messagename__</code> placeholders.
+ </li>
+ </ul>
+
+<h4> Changes to existing APIs </h4>
+ <ul>
+ <li>
+ The callback for the <a href="tabs.html#method-update">tabs.update</a>
+ method is passed <code>null</code> instead of the tab details if the
+ extension does not have the "tabs" permission.
+ </li>
+ </ul>
<h2 id="14"> Google Chrome 14 </h2>