diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 17:13:47 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 17:13:47 +0000 |
commit | 177e1e5687ff03ce1b36caa139c6e5a79bfe02d3 (patch) | |
tree | 9a58b4997e3c025e22151f6451bf9a3c77df97c5 /chrome/common/extensions/docs/static/xhr.html | |
parent | 135d940626426e548047f025ca05a51d8cb85e2d (diff) | |
download | chromium_src-177e1e5687ff03ce1b36caa139c6e5a79bfe02d3.zip chromium_src-177e1e5687ff03ce1b36caa139c6e5a79bfe02d3.tar.gz chromium_src-177e1e5687ff03ce1b36caa139c6e5a79bfe02d3.tar.bz2 |
Miscellaneous small changes to the extensions doc,
including mentions of exceptions for packaged apps.
I plan to apply these changes to all versions of the doc.
This is the first of 3 CLs I hope to get out today.
TBR=aa
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5347007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/xhr.html')
-rw-r--r-- | chrome/common/extensions/docs/static/xhr.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/extensions/docs/static/xhr.html b/chrome/common/extensions/docs/static/xhr.html index a7be123..84cecfc 100644 --- a/chrome/common/extensions/docs/static/xhr.html +++ b/chrome/common/extensions/docs/static/xhr.html @@ -36,12 +36,6 @@ xhr.open("GET", chrome.extension.getURL('/config_resources/config.json'), true); 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 |