diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 08:38:08 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 08:38:08 +0000 |
commit | 91bc908cfa4b7feff5958c388c7d7d3bbfec9f99 (patch) | |
tree | e6e0435634a6f0fe5aef4fb58dc6a7fbccd8b842 /chrome/common | |
parent | f07f5481c3806a2556c637fa637f2a5291a06970 (diff) | |
download | chromium_src-91bc908cfa4b7feff5958c388c7d7d3bbfec9f99.zip chromium_src-91bc908cfa4b7feff5958c388c7d7d3bbfec9f99.tar.gz chromium_src-91bc908cfa4b7feff5958c388c7d7d3bbfec9f99.tar.bz2 |
Had to remove pageData divs because they interferred with
displaying the standard explanation for experimental APIs.
TBR=kathyw@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
4 files changed, 8 insertions, 16 deletions
diff --git a/chrome/common/extensions/docs/experimental.infobars.html b/chrome/common/extensions/docs/experimental.infobars.html index c0d00a8..f2a47cc 100644 --- a/chrome/common/extensions/docs/experimental.infobars.html +++ b/chrome/common/extensions/docs/experimental.infobars.html @@ -15,7 +15,7 @@ </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> - <title>Infobars - Google Chrome Extensions - Google Code</title></head> + <title>chrome.experimental.infobars - 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. @@ -227,7 +227,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Infobars</h1> + <h1 class="page_title">chrome.experimental.infobars</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -283,14 +283,12 @@ <!-- /TABLE OF CONTENTS --> <!-- Standard content lead-in for experimental API pages --> - <p id="classSummary" style="display: none; "> + <p id="classSummary"> For information on how to use experimental APIs, see the <a href="experimental.html">chrome.experimental.* APIs</a> page. </p> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-name" class="pageData">Infobars</div> - -<!-- BEGIN AUTHORED CONTENT --> + <div id="static"><!-- BEGIN AUTHORED CONTENT --> <p>The infobars API allows you to add horizontal panels to the top of tabs. diff --git a/chrome/common/extensions/docs/experimental.omnibox.html b/chrome/common/extensions/docs/experimental.omnibox.html index e4a3fa1..1d5607f 100644 --- a/chrome/common/extensions/docs/experimental.omnibox.html +++ b/chrome/common/extensions/docs/experimental.omnibox.html @@ -15,7 +15,7 @@ </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> - <title>Omnibox - Google Chrome Extensions - Google Code</title></head> + <title>chrome.experimental.omnibox - 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. @@ -227,7 +227,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Omnibox</h1> + <h1 class="page_title">chrome.experimental.omnibox</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -304,14 +304,12 @@ <!-- /TABLE OF CONTENTS --> <!-- Standard content lead-in for experimental API pages --> - <p id="classSummary" style="display: none; "> + <p id="classSummary"> For information on how to use experimental APIs, see the <a href="experimental.html">chrome.experimental.* APIs</a> page. </p> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-name" class="pageData">Omnibox</div> - -<!-- BEGIN AUTHORED CONTENT --> + <div id="static"><!-- BEGIN AUTHORED CONTENT --> <p>The omnibox API allows you to register a keyword with Google Chrome's omnibox. diff --git a/chrome/common/extensions/docs/static/experimental.infobars.html b/chrome/common/extensions/docs/static/experimental.infobars.html index e6e3c97..a91ee0e 100644 --- a/chrome/common/extensions/docs/static/experimental.infobars.html +++ b/chrome/common/extensions/docs/static/experimental.infobars.html @@ -1,5 +1,3 @@ -<div id="pageData-name" class="pageData">Infobars</div> - <!-- BEGIN AUTHORED CONTENT --> <p>The infobars API allows you to add horizontal panels to the top of tabs. diff --git a/chrome/common/extensions/docs/static/experimental.omnibox.html b/chrome/common/extensions/docs/static/experimental.omnibox.html index b37f837..3ec1836 100644 --- a/chrome/common/extensions/docs/static/experimental.omnibox.html +++ b/chrome/common/extensions/docs/static/experimental.omnibox.html @@ -1,5 +1,3 @@ -<div id="pageData-name" class="pageData">Omnibox</div> - <!-- BEGIN AUTHORED CONTENT --> <p>The omnibox API allows you to register a keyword with Google Chrome's omnibox. |