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

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

Issue 2906002: Merge 51854 - Add a note that the code sample is broken until the bug is fixe... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/453/src/
Patch Set: Created 10 years, 5 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/xhr.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/xhr.html
===================================================================
--- chrome/common/extensions/docs/xhr.html (revision 51855)
+++ chrome/common/extensions/docs/xhr.html (working copy)
@@ -300,6 +300,12 @@
xhr.send();
</pre>
+<p class="caution">
+<b>Bug note:</b>
+Until <a href="http://crbug.com/41024">bug 41024</a> is fixed,
+the preceding code won't work.
+</p>
+
<p>If the extension attempts to use a security origin other than itself,
say http://www.google.com,
the browser disallows it
« no previous file with comments | « chrome/common/extensions/docs/static/xhr.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698