diff options
author | kurrik@chromium.org <kurrik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 01:00:30 +0000 |
---|---|---|
committer | kurrik@chromium.org <kurrik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 01:00:30 +0000 |
commit | 2c8b3678a3c61f5508f21f8c2b11ef5a6e3afb89 (patch) | |
tree | b1bead6db1438b139d255651cee0830716c17008 /chrome/common/extensions/docs/experimental.sidebar.html | |
parent | 3c2b19426891df0f123dc597220c63c604e7901d (diff) | |
download | chromium_src-2c8b3678a3c61f5508f21f8c2b11ef5a6e3afb89.zip chromium_src-2c8b3678a3c61f5508f21f8c2b11ef5a6e3afb89.tar.gz chromium_src-2c8b3678a3c61f5508f21f8c2b11ef5a6e3afb89.tar.bz2 |
Zip extension samples when building docs.
Creates a zip for every sample when building the samples gallery.
Add a link to download a zip to each sample in the gallery.
Adds initial zips for all samples.
BUG=52088
TEST=None
Review URL: http://codereview.chromium.org/3395001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/experimental.sidebar.html')
-rw-r--r-- | chrome/common/extensions/docs/experimental.sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/experimental.sidebar.html b/chrome/common/extensions/docs/experimental.sidebar.html index fb092eb..b74d698 100644 --- a/chrome/common/extensions/docs/experimental.sidebar.html +++ b/chrome/common/extensions/docs/experimental.sidebar.html @@ -938,7 +938,7 @@ <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>'hidden' indicates sidebar is not defined for the specified tab (show was never called or hide() was called). Nothing is displayed for this sidebar.<br>'shown' means sidebar is defined for the specified tab; mini tab is displayed for this sidebar. Sidebar UI is either collapsed or displaying a content of some other extension's sidebar.<br>'active' indicates that sidebar is defined for the specified tab; sidebar UI is expanded and displaying this sidebar's content.</dd> + <dd>'hidden' indicates sidebar is not defined for the specified tab (show was never called or hide() was called). Nothing is displayed for this sidebar.'shown' means sidebar is defined for the specified tab; mini tab is displayed for this sidebar. Sidebar UI is either collapsed or displaying a content of some other extension's sidebar.'active' indicates that sidebar is defined for the specified tab; sidebar UI is expanded and displaying this sidebar's content.</dd> <dd style="display: none; "> This parameter was added in version <b><span></span></b>. |