diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:19:54 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:19:54 +0000 |
commit | 07619be239c31bc153b13db47594188b25f07fad (patch) | |
tree | 0a523489a53ad2d256f6e13b1ca2605af922a0ea /chrome | |
parent | 705873b5f1ff1b7c4653a1b3854f4e40df2eca3b (diff) | |
download | chromium_src-07619be239c31bc153b13db47594188b25f07fad.zip chromium_src-07619be239c31bc153b13db47594188b25f07fad.tar.gz chromium_src-07619be239c31bc153b13db47594188b25f07fad.tar.bz2 |
Merge 33740 - Extension Doc Changes (no building or testable changes)
Fix pageTitle/pageName error (and do some cleanup to try to prevent confusion in the future).
Note that the pageDatatitle has changed to pageDataname in all the static pages.
TBR=kathyw,aa
Review URL: http://codereview.chromium.org/465039
TBR=rafaelw@chromium.org
Review URL: http://codereview.chromium.org/500060
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34697 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
63 files changed, 106 insertions, 98 deletions
diff --git a/chrome/common/extensions/docs/api_index.html b/chrome/common/extensions/docs/api_index.html index 449bf00..7a6bdde 100644 --- a/chrome/common/extensions/docs/api_index.html +++ b/chrome/common/extensions/docs/api_index.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">chrome.* APIs - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">chrome.* APIs</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">chrome.* APIs</div> + <div id="static"><div id="pageData-name" class="pageData">chrome.* APIs</div> <p> Google Chrome provides APIs such as diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index fbbe865..5e1b0eebd 100644 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Other APIs - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Other APIs</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Other APIs</div> + <div id="static"><div id="pageData-name" class="pageData">Other APIs</div> <p> In addition to the diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html index ead87a1..2397a4c 100644 --- a/chrome/common/extensions/docs/autoupdate.html +++ b/chrome/common/extensions/docs/autoupdate.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Autoupdating - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Autoupdating</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -282,7 +282,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Autoupdating</div> + <div id="static"><div id="pageData-name" class="pageData">Autoupdating</div> <div id="pageData-showTOC" class="pageData">true</div> <p>We want extensions to be autoupdated for some of the same reasons as Google Chrome itself: to incorporate bug and security fixes, add new features or performance enhancements, and improve user interfaces.</p> diff --git a/chrome/common/extensions/docs/background_pages.html b/chrome/common/extensions/docs/background_pages.html index dce8a72..258a618 100644 --- a/chrome/common/extensions/docs/background_pages.html +++ b/chrome/common/extensions/docs/background_pages.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Background Pages - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Background Pages</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -261,7 +261,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Background Pages</div> + <div id="static"><div id="pageData-name" class="pageData">Background Pages</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index cb9da79..a3acf32e 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Bookmarks - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Bookmarks</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -285,7 +285,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Bookmarks</div> + <div id="static"><div id="pageData-name" class="pageData">Bookmarks</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html index 5f4810c..e8e21e2 100644 --- a/chrome/common/extensions/docs/browserAction.html +++ b/chrome/common/extensions/docs/browserAction.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Browser Actions - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Browser Actions</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -273,7 +273,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Browser Actions</div> + <div id="static"><div id="pageData-name" class="pageData">Browser Actions</div> <!-- BEGIN AUTHORED CONTENT --> <p>Use browser actions to put icons diff --git a/chrome/common/extensions/docs/content_scripts.html b/chrome/common/extensions/docs/content_scripts.html index 0865d5e..8773bb8 100644 --- a/chrome/common/extensions/docs/content_scripts.html +++ b/chrome/common/extensions/docs/content_scripts.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Content Scripts - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Content Scripts</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -275,7 +275,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Content Scripts</div> + <div id="static"><div id="pageData-name" class="pageData">Content Scripts</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/devguide.html b/chrome/common/extensions/docs/devguide.html index 4998c3c..1b9b1aa 100644 --- a/chrome/common/extensions/docs/devguide.html +++ b/chrome/common/extensions/docs/devguide.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Developer's Guide - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Developer's Guide</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Developer's Guide</div> + <div id="static"><div id="pageData-name" class="pageData">Developer's Guide</div> <p> These pages assume you've completed diff --git a/chrome/common/extensions/docs/devtools.html b/chrome/common/extensions/docs/devtools.html index eb2ec0e..759f49b 100644 --- a/chrome/common/extensions/docs/devtools.html +++ b/chrome/common/extensions/docs/devtools.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">chrome.devtools - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">chrome.devtools</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> diff --git a/chrome/common/extensions/docs/docs.html b/chrome/common/extensions/docs/docs.html index 5cd9f31..f7b7867 100644 --- a/chrome/common/extensions/docs/docs.html +++ b/chrome/common/extensions/docs/docs.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Hello There! - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Hello There!</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Hello There!</div> + <div id="static"><div id="pageData-name" class="pageData">Hello There!</div> <p> This documentation tells you how to write <em>Google Chrome Extensions</em> — diff --git a/chrome/common/extensions/docs/events.html b/chrome/common/extensions/docs/events.html index 1de9a08..437f550 100644 --- a/chrome/common/extensions/docs/events.html +++ b/chrome/common/extensions/docs/events.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Events - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Events</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html index f68dfe7..59d69ec 100644 --- a/chrome/common/extensions/docs/extension.html +++ b/chrome/common/extensions/docs/extension.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">chrome.extension - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">chrome.extension</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> diff --git a/chrome/common/extensions/docs/faq.html b/chrome/common/extensions/docs/faq.html index de9bfbb..414c6bb 100644 --- a/chrome/common/extensions/docs/faq.html +++ b/chrome/common/extensions/docs/faq.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">FAQ - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">FAQ</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">FAQ</div> + <div id="static"><div id="pageData-name" class="pageData">FAQ</div> <!-- <div id="pageData-showTOC" class="pageData">true</div> diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index fdfc133..4abc10e2 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Tutorial: Getting Started (Hello, World!) - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Tutorial: Getting Started (Hello, World!)</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -268,7 +268,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Tutorial: Getting Started (Hello, World!)</div> + <div id="static"><div id="pageData-name" class="pageData">Tutorial: Getting Started (Hello, World!)</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/hosting.html b/chrome/common/extensions/docs/hosting.html index 89f8292..5b9cb4e 100644 --- a/chrome/common/extensions/docs/hosting.html +++ b/chrome/common/extensions/docs/hosting.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Hosting - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Hosting</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Hosting</div> + <div id="static"><div id="pageData-name" class="pageData">Hosting</div> <p> If your extension is hosted in Google's diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index 0926be8..a3411ec 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">i18n - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">i18n</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -249,7 +249,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">i18n</div> + <div id="static"><div id="pageData-name" class="pageData">i18n</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/index.html b/chrome/common/extensions/docs/index.html index d55301d..b5d70f2 100644 --- a/chrome/common/extensions/docs/index.html +++ b/chrome/common/extensions/docs/index.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Google Chrome Extensions - Google Code</h1> + <h1 class="page_title"></h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData"></div> + <div id="static"><div id="pageData-name" class="pageData"></div> <div id="pageData-showSideNav" class="pageData">false</div> <style> diff --git a/chrome/common/extensions/docs/js/api_page_generator.js b/chrome/common/extensions/docs/js/api_page_generator.js index c493842..d00f546 100755 --- a/chrome/common/extensions/docs/js/api_page_generator.js +++ b/chrome/common/extensions/docs/js/api_page_generator.js @@ -38,8 +38,8 @@ var typeModule = {}; // Auto-created page name as default var pageName; -// If this page is an apiModule, the title of the api module -var apiModuleTitle; +// If this page is an apiModule, the name of the api module +var apiModuleName; Array.prototype.each = function(f) { for (var i = 0; i < this.length; i++) { @@ -171,7 +171,7 @@ function renderTemplate() { if (mod.namespace == pageBase) { // This page is an api page. Setup types and apiDefinition. module = mod; - apiModuleTitle = "chrome." + module.namespace; + apiModuleName = "chrome." + module.namespace; pageData.apiDefinition = module; } @@ -317,16 +317,24 @@ function getTypeRefPage(type) { return typeModule[type.$ref].namespace + ".html"; } +function getPageName() { + var pageDataName = getDataFromPageHTML("pageData-name"); + // Allow empty string to be explitly set via pageData. + if (pageDataName == "") { + return pageDataName; + } + + return pageDataName || apiModuleName || pageName; +} + function getPageTitle() { + var pageName = getPageName(); var pageTitleSuffix = "Google Chrome Extensions - Google Code"; - var pageDataTitle = getDataFromPageHTML("pageData-title"); - // Allows an emptry string to be set as the title from pageData. - if (pageDataTitle == "") { + if (pageName == "") { return pageTitleSuffix; } - return (pageDataTitle || apiModuleTitle || pageName) + - " - " + pageTitleSuffix; + return pageName + " - " + pageTitleSuffix; } function getModuleName() { diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index 527a253..853e358 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Formats: Manifest Files - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Formats: Manifest Files</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -262,7 +262,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Formats: Manifest Files</div> + <div id="static"><div id="pageData-name" class="pageData">Formats: Manifest Files</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/match_patterns.html b/chrome/common/extensions/docs/match_patterns.html index a443fa6..c50e16b 100644 --- a/chrome/common/extensions/docs/match_patterns.html +++ b/chrome/common/extensions/docs/match_patterns.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Match Patterns - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Match Patterns</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Match Patterns</div> + <div id="static"><div id="pageData-name" class="pageData">Match Patterns</div> <p> <a href="content_scripts.html">Content scripts</a> operate on diff --git a/chrome/common/extensions/docs/messaging.html b/chrome/common/extensions/docs/messaging.html index 96755d8..40f4c87 100644 --- a/chrome/common/extensions/docs/messaging.html +++ b/chrome/common/extensions/docs/messaging.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Message Passing - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Message Passing</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -268,7 +268,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Message Passing</div> + <div id="static"><div id="pageData-name" class="pageData">Message Passing</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/npapi.html b/chrome/common/extensions/docs/npapi.html index 108dfba..b154818 100644 --- a/chrome/common/extensions/docs/npapi.html +++ b/chrome/common/extensions/docs/npapi.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">NPAPI Plugins - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">NPAPI Plugins</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">NPAPI Plugins</div> + <div id="static"><div id="pageData-name" class="pageData">NPAPI Plugins</div> <p> Leveraging HTML and JavaScript diff --git a/chrome/common/extensions/docs/options.html b/chrome/common/extensions/docs/options.html index 3d10207..5173594 100644 --- a/chrome/common/extensions/docs/options.html +++ b/chrome/common/extensions/docs/options.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Options - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Options</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -261,7 +261,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Options</div> + <div id="static"><div id="pageData-name class=" pagedata"="">Options</div> <div id="pageData-showTOC" class="pageData">true</div> <p>To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page. diff --git a/chrome/common/extensions/docs/override.html b/chrome/common/extensions/docs/override.html index c32ceca..c5b18cb 100644 --- a/chrome/common/extensions/docs/override.html +++ b/chrome/common/extensions/docs/override.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>Override Pages - Google Chrome Extensions - Google Code</title></head><body> <div id="gc-container" class="labs"> + <title>Override - Google Chrome Extensions - Google Code</title></head><body> <div id="gc-container" class="labs"> <!-- 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 @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Override Pages - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Override</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html index f921a51..eedd068 100644 --- a/chrome/common/extensions/docs/overview.html +++ b/chrome/common/extensions/docs/overview.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Overview - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Overview</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -279,7 +279,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Overview</div> + <div id="static"><div id="pageData-name" class="pageData">Overview</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html index c76a85e..5b64bd9 100644 --- a/chrome/common/extensions/docs/packaging.html +++ b/chrome/common/extensions/docs/packaging.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Packaging - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Packaging</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -268,7 +268,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Packaging</div> + <div id="static"><div id="pageData-name" class="pageData">Packaging</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index 1cc0008..45390a9 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Page Actions - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Page Actions</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -267,7 +267,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Page Actions</div> + <div id="static"><div id="pageData-name" class="pageData">Page Actions</div> <!-- BEGIN AUTHORED CONTENT --> <p> diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html index 07d4766..9a7e8cf 100644 --- a/chrome/common/extensions/docs/samples.html +++ b/chrome/common/extensions/docs/samples.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Samples - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Samples</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> diff --git a/chrome/common/extensions/docs/static/api_index.html b/chrome/common/extensions/docs/static/api_index.html index 5da7bbc..1da5759 100644 --- a/chrome/common/extensions/docs/static/api_index.html +++ b/chrome/common/extensions/docs/static/api_index.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">chrome.* APIs</div> +<div id="pageData-name" class="pageData">chrome.* APIs</div> <p> Google Chrome provides APIs such as diff --git a/chrome/common/extensions/docs/static/api_other.html b/chrome/common/extensions/docs/static/api_other.html index 2904b20..f05c244 100644 --- a/chrome/common/extensions/docs/static/api_other.html +++ b/chrome/common/extensions/docs/static/api_other.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Other APIs</div> +<div id="pageData-name" class="pageData">Other APIs</div> <p> In addition to the diff --git a/chrome/common/extensions/docs/static/autoupdate.html b/chrome/common/extensions/docs/static/autoupdate.html index f865c1a..0a49290 100644 --- a/chrome/common/extensions/docs/static/autoupdate.html +++ b/chrome/common/extensions/docs/static/autoupdate.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Autoupdating</div> +<div id="pageData-name" class="pageData">Autoupdating</div> <div id="pageData-showTOC" class="pageData">true</div> <p>We want extensions to be autoupdated for some of the same reasons as Google Chrome itself: to incorporate bug and security fixes, add new features or performance enhancements, and improve user interfaces.</p> diff --git a/chrome/common/extensions/docs/static/background_pages.html b/chrome/common/extensions/docs/static/background_pages.html index 9213172..e11fb80 100644 --- a/chrome/common/extensions/docs/static/background_pages.html +++ b/chrome/common/extensions/docs/static/background_pages.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Background Pages</div> +<div id="pageData-name" class="pageData">Background Pages</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/static/bookmarks.html b/chrome/common/extensions/docs/static/bookmarks.html index 8bc9e3c..292fcf5 100644 --- a/chrome/common/extensions/docs/static/bookmarks.html +++ b/chrome/common/extensions/docs/static/bookmarks.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Bookmarks</div> +<div id="pageData-name" class="pageData">Bookmarks</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/static/browserAction.html b/chrome/common/extensions/docs/static/browserAction.html index 6ed3845..59476da 100644 --- a/chrome/common/extensions/docs/static/browserAction.html +++ b/chrome/common/extensions/docs/static/browserAction.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Browser Actions</div> +<div id="pageData-name" class="pageData">Browser Actions</div> <!-- BEGIN AUTHORED CONTENT --> <p>Use browser actions to put icons diff --git a/chrome/common/extensions/docs/static/content_scripts.html b/chrome/common/extensions/docs/static/content_scripts.html index cddf395..8dda0ea 100644 --- a/chrome/common/extensions/docs/static/content_scripts.html +++ b/chrome/common/extensions/docs/static/content_scripts.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Content Scripts</div> +<div id="pageData-name" class="pageData">Content Scripts</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/static/devguide.html b/chrome/common/extensions/docs/static/devguide.html index e309ebb..b4b5976 100644 --- a/chrome/common/extensions/docs/static/devguide.html +++ b/chrome/common/extensions/docs/static/devguide.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Developer's Guide</div> +<div id="pageData-name" class="pageData">Developer's Guide</div> <p> These pages assume you've completed diff --git a/chrome/common/extensions/docs/static/docs.html b/chrome/common/extensions/docs/static/docs.html index 8cc6748..9cf2f0f 100644 --- a/chrome/common/extensions/docs/static/docs.html +++ b/chrome/common/extensions/docs/static/docs.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Hello There!</div> +<div id="pageData-name" class="pageData">Hello There!</div> <p> This documentation tells you how to write <em>Google Chrome Extensions</em> — diff --git a/chrome/common/extensions/docs/static/faq.html b/chrome/common/extensions/docs/static/faq.html index df0795f..a6b3b94 100644 --- a/chrome/common/extensions/docs/static/faq.html +++ b/chrome/common/extensions/docs/static/faq.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">FAQ</div> +<div id="pageData-name" class="pageData">FAQ</div> <!-- <div id="pageData-showTOC" class="pageData">true</div> diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 59b3fd8..30d6431 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Tutorial: Getting Started (Hello, World!)</div> +<div id="pageData-name" class="pageData">Tutorial: Getting Started (Hello, World!)</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/static/hosting.html b/chrome/common/extensions/docs/static/hosting.html index ff0b53f..2ea8df1 100644 --- a/chrome/common/extensions/docs/static/hosting.html +++ b/chrome/common/extensions/docs/static/hosting.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Hosting</div> +<div id="pageData-name" class="pageData">Hosting</div> <p> If your extension is hosted in Google's diff --git a/chrome/common/extensions/docs/static/i18n.html b/chrome/common/extensions/docs/static/i18n.html index 4ec9007..eda9d2a 100644 --- a/chrome/common/extensions/docs/static/i18n.html +++ b/chrome/common/extensions/docs/static/i18n.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">i18n</div> +<div id="pageData-name" class="pageData">i18n</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/static/index.html b/chrome/common/extensions/docs/static/index.html index c84c271..45cc8de 100644 --- a/chrome/common/extensions/docs/static/index.html +++ b/chrome/common/extensions/docs/static/index.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData"></div> +<div id="pageData-name" class="pageData"></div> <div id="pageData-showSideNav" class="pageData">false</div> <style> diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index a09a58e..5bc5304 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Formats: Manifest Files</div> +<div id="pageData-name" class="pageData">Formats: Manifest Files</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/static/match_patterns.html b/chrome/common/extensions/docs/static/match_patterns.html index 79738f4..e30c828 100644 --- a/chrome/common/extensions/docs/static/match_patterns.html +++ b/chrome/common/extensions/docs/static/match_patterns.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Match Patterns</div> +<div id="pageData-name" class="pageData">Match Patterns</div> <p> <a href="content_scripts.html">Content scripts</a> operate on diff --git a/chrome/common/extensions/docs/static/messaging.html b/chrome/common/extensions/docs/static/messaging.html index 97c0ab4..2c4c029 100644 --- a/chrome/common/extensions/docs/static/messaging.html +++ b/chrome/common/extensions/docs/static/messaging.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Message Passing</div> +<div id="pageData-name" class="pageData">Message Passing</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/static/npapi.html b/chrome/common/extensions/docs/static/npapi.html index 8d349ab..f6f33b9 100644 --- a/chrome/common/extensions/docs/static/npapi.html +++ b/chrome/common/extensions/docs/static/npapi.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">NPAPI Plugins</div> +<div id="pageData-name" class="pageData">NPAPI Plugins</div> <p> Leveraging HTML and JavaScript diff --git a/chrome/common/extensions/docs/static/options.html b/chrome/common/extensions/docs/static/options.html index 7708dd0..e91168f 100644 --- a/chrome/common/extensions/docs/static/options.html +++ b/chrome/common/extensions/docs/static/options.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Options</div> +<div id="pageData-name class="pageData">Options</div> <div id="pageData-showTOC" class="pageData">true</div> <p>To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page. diff --git a/chrome/common/extensions/docs/static/overview.html b/chrome/common/extensions/docs/static/overview.html index 18c81ab..34898ce 100644 --- a/chrome/common/extensions/docs/static/overview.html +++ b/chrome/common/extensions/docs/static/overview.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Overview</div> +<div id="pageData-name" class="pageData">Overview</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/static/packaging.html b/chrome/common/extensions/docs/static/packaging.html index d4a707c..d7576a3 100644 --- a/chrome/common/extensions/docs/static/packaging.html +++ b/chrome/common/extensions/docs/static/packaging.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Packaging</div> +<div id="pageData-name" class="pageData">Packaging</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/static/pageAction.html b/chrome/common/extensions/docs/static/pageAction.html index 7991938..524944e 100755 --- a/chrome/common/extensions/docs/static/pageAction.html +++ b/chrome/common/extensions/docs/static/pageAction.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Page Actions</div> +<div id="pageData-name" class="pageData">Page Actions</div> <!-- BEGIN AUTHORED CONTENT --> <p> diff --git a/chrome/common/extensions/docs/static/tabs.html b/chrome/common/extensions/docs/static/tabs.html index ec475b2..2a0af63 100644 --- a/chrome/common/extensions/docs/static/tabs.html +++ b/chrome/common/extensions/docs/static/tabs.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Tabs</div> +<div id="pageData-name" class="pageData">Tabs</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/static/tut_debugging.html b/chrome/common/extensions/docs/static/tut_debugging.html index bc4c887..a6e3f4e 100644 --- a/chrome/common/extensions/docs/static/tut_debugging.html +++ b/chrome/common/extensions/docs/static/tut_debugging.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Tutorial: Debugging</div> +<div id="pageData-name" class="pageData">Tutorial: Debugging</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/static/tutorials.html b/chrome/common/extensions/docs/static/tutorials.html index f5963b7..8eafa41 100644 --- a/chrome/common/extensions/docs/static/tutorials.html +++ b/chrome/common/extensions/docs/static/tutorials.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Tutorials</div> +<div id="pageData-name" class="pageData">Tutorials</div> <p> Here's what we have, so far: diff --git a/chrome/common/extensions/docs/static/windows.html b/chrome/common/extensions/docs/static/windows.html index 912f89c..5a9f6e7 100644 --- a/chrome/common/extensions/docs/static/windows.html +++ b/chrome/common/extensions/docs/static/windows.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Windows</div> +<div id="pageData-name" class="pageData">Windows</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/static/xhr.html b/chrome/common/extensions/docs/static/xhr.html index ebbd56b..332eb2c 100644 --- a/chrome/common/extensions/docs/static/xhr.html +++ b/chrome/common/extensions/docs/static/xhr.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">Cross-Origin XMLHttpRequest</div> +<div id="pageData-name" class="pageData">Cross-Origin XMLHttpRequest</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index 5d5e040..841e2a8 100644 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Tabs - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Tabs</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -283,7 +283,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Tabs</div> + <div id="static"><div id="pageData-name" class="pageData">Tabs</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html index c6bb05c..19a8240 100644 --- a/chrome/common/extensions/docs/template/api_template.html +++ b/chrome/common/extensions/docs/template/api_template.html @@ -176,7 +176,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title" jscontent="getPageTitle()">chrome.apiname</h1> + <h1 class="page_title" jscontent="getPageName()">chrome.apiname</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" jsdisplay="showPageTOC()"> diff --git a/chrome/common/extensions/docs/test.html b/chrome/common/extensions/docs/test.html index 355976a..97d22ae 100644 --- a/chrome/common/extensions/docs/test.html +++ b/chrome/common/extensions/docs/test.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">chrome.test - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">chrome.test</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html index 99ec12d..ea3acff 100644 --- a/chrome/common/extensions/docs/themes.html +++ b/chrome/common/extensions/docs/themes.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Themes - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Themes</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> diff --git a/chrome/common/extensions/docs/tut_debugging.html b/chrome/common/extensions/docs/tut_debugging.html index 97177cd..eb493f2 100644 --- a/chrome/common/extensions/docs/tut_debugging.html +++ b/chrome/common/extensions/docs/tut_debugging.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Tutorial: Debugging - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Tutorial: Debugging</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -275,7 +275,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Tutorial: Debugging</div> + <div id="static"><div id="pageData-name" class="pageData">Tutorial: Debugging</div> <div id="pageData-showTOC" class="pageData">true</div> <p> diff --git a/chrome/common/extensions/docs/tutorials.html b/chrome/common/extensions/docs/tutorials.html index e1d3f45..8eec853 100644 --- a/chrome/common/extensions/docs/tutorials.html +++ b/chrome/common/extensions/docs/tutorials.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Tutorials - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Tutorials</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Tutorials</div> + <div id="static"><div id="pageData-name" class="pageData">Tutorials</div> <p> Here's what we have, so far: diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index eafbe7a..ad75f34 100644 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Windows - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Windows</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -270,7 +270,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Windows</div> + <div id="static"><div id="pageData-name" class="pageData">Windows</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> diff --git a/chrome/common/extensions/docs/xhr.html b/chrome/common/extensions/docs/xhr.html index c6fe831..5aaf1c0 100644 --- a/chrome/common/extensions/docs/xhr.html +++ b/chrome/common/extensions/docs/xhr.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Cross-Origin XMLHttpRequest - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Cross-Origin XMLHttpRequest</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -247,7 +247,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">Cross-Origin XMLHttpRequest</div> + <div id="static"><div id="pageData-name" class="pageData">Cross-Origin XMLHttpRequest</div> <!-- BEGIN AUTHORED CONTENT --> <p id="classSummary"> |