summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/external_extensions.html
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 01:34:14 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 01:34:14 +0000
commit5a468f1d0ff72ccb3dd5e3a53f190e1e87ed9f9d (patch)
tree81bf99d148e583cc757915dc6df9fd655f614dff /chrome/common/extensions/docs/external_extensions.html
parent62dc1f04051694ae381488ef44fad336c6260ad6 (diff)
downloadchromium_src-5a468f1d0ff72ccb3dd5e3a53f190e1e87ed9f9d.zip
chromium_src-5a468f1d0ff72ccb3dd5e3a53f190e1e87ed9f9d.tar.gz
chromium_src-5a468f1d0ff72ccb3dd5e3a53f190e1e87ed9f9d.tar.bz2
Extension Docs (No building or testable files)
This adds a warning to extension docs that appears if docs are being viewed in chrome via the file: scheme that view live changes to underlying docs files requires adding a switch to chrome to allow file xhr access Review URL: http://codereview.chromium.org/997010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/external_extensions.html')
-rw-r--r--chrome/common/extensions/docs/external_extensions.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/external_extensions.html b/chrome/common/extensions/docs/external_extensions.html
index 5937722..752dad2 100644
--- a/chrome/common/extensions/docs/external_extensions.html
+++ b/chrome/common/extensions/docs/external_extensions.html
@@ -16,6 +16,9 @@
<script type="text/javascript" src="js/api_page_generator.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<title>External Extensions - Google Chrome Extensions - Google Code</title></head><body> <div id="gc-container" class="labs">
+ <div id="devModeWarning">
+ You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
+ </div>
<!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
<!-- In particular, sub-templates that recurse, must be used by allowing
jstemplate to make a copy of the template in this section which