| Index: chrome/common/extensions/docs/static/xhr.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/static/xhr.html (revision 51729)
|
| +++ chrome/common/extensions/docs/static/xhr.html (working copy)
|
| @@ -36,6 +36,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
|
|
|