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

Unified Diff: chrome/common/extensions/docs/static/xhr.html

Issue 10826261: Extension Docs: Remove out dated version notes. (Closed) Base URL: svn://svn.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/permissions.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/xhr.html
diff --git a/chrome/common/extensions/docs/static/xhr.html b/chrome/common/extensions/docs/static/xhr.html
index bf020faacaac9427420bf8f65b296378e8513dfb..d19995f0d2f56701de1d12a38d93c48bfda9af8b 100644
--- a/chrome/common/extensions/docs/static/xhr.html
+++ b/chrome/common/extensions/docs/static/xhr.html
@@ -11,17 +11,6 @@ Extensions aren't so limited.
An extension can talk to remote servers outside of its origin,
as long as it first requests cross-origin permissions.</p>
-<p class="note">
-<b>Version note:</b>
-As of Chrome 13,
-content scripts can make cross-origin requests
-to the same servers as the rest of the extension.
-Before Chrome 13, a content script couldn't directly make requests;
-instead, it had to
-send a message to its parent extension
-asking the extension to make a cross-origin request.
-</p>
-
<h2 id="extension-origin">Extension origin</h2>
<p>Each running extension exists within its own separate security origin. Without
requesting additional privileges, the extension can use
« no previous file with comments | « chrome/common/extensions/docs/static/permissions.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698