diff options
Diffstat (limited to 'chrome/common/extensions/docs/reference')
7 files changed, 80 insertions, 10 deletions
diff --git a/chrome/common/extensions/docs/reference/bookmarks.html b/chrome/common/extensions/docs/reference/bookmarks.html index 092ef1f..c771bc1 100755 --- a/chrome/common/extensions/docs/reference/bookmarks.html +++ b/chrome/common/extensions/docs/reference/bookmarks.html @@ -29,4 +29,4 @@ and rewritten. --> <body class="hidden"> </body> -</html>
\ No newline at end of file +</html> diff --git a/chrome/common/extensions/docs/reference/pageActions.html b/chrome/common/extensions/docs/reference/pageActions.html new file mode 100755 index 0000000..c05e097 --- /dev/null +++ b/chrome/common/extensions/docs/reference/pageActions.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<!-- This page is a placeholder for generated extensions api doc. Note: + 1) The <head> information in this page is significant, should be uniform + across api docs and should be edited only with knowledge of the + templating mechanism. + 2) The <body> tag *must* retain id="body" + 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a + browser, it will be re-generated from the template, json schema and + authored overview content. + 4) The <body>.innerHTML is also generated by an offline step so that this + page may easily be indexed by search engines. + + TODO(rafaelw): Abstract this into a "pageshell" that becomes the single + version of page template shell and the "instance" pages (bookmarks.html, + etc...) can be generated with a build step. +--> +<!-- <html> must retain id="template --> +<html xmlns="http://www.w3.org/1999/xhtml"> + <!-- <head> data is significant and loads the needed libraries and styles --> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title jscontent="namespace">chrome.apiname</title> + <link href="../css/ApiRefStyles.css" rel="stylesheet" type="text/css"> + <script type="text/javascript" + src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + </script> + <script type="text/javascript" src="../js/api_page_generator.js"></script> + </head> + <!-- <body> content is completely generated. Do not edit, as it will be + and rewritten. --> + <body class="hidden"> + </body> +</html> diff --git a/chrome/common/extensions/docs/reference/pageActions_overview.html b/chrome/common/extensions/docs/reference/pageActions_overview.html new file mode 100755 index 0000000..997b579 --- /dev/null +++ b/chrome/common/extensions/docs/reference/pageActions_overview.html @@ -0,0 +1,5 @@ +<!-- BEGIN AUTHORED CONTENT --> +<p class="todo"> +[PENDING: API Module Overview Goes Here] +</p> +<!-- END AUTHORED CONTENT --> diff --git a/chrome/common/extensions/docs/reference/tabs.html b/chrome/common/extensions/docs/reference/tabs.html index a2f8a82..c05e097 100755 --- a/chrome/common/extensions/docs/reference/tabs.html +++ b/chrome/common/extensions/docs/reference/tabs.html @@ -30,4 +30,4 @@ and rewritten. --> <body class="hidden"> </body> -</html>
\ No newline at end of file +</html> diff --git a/chrome/common/extensions/docs/reference/tabs_overview.html b/chrome/common/extensions/docs/reference/tabs_overview.html index de647ae..997b579 100755 --- a/chrome/common/extensions/docs/reference/tabs_overview.html +++ b/chrome/common/extensions/docs/reference/tabs_overview.html @@ -1,11 +1,5 @@ <!-- BEGIN AUTHORED CONTENT --> -<p id="classSummary"> -Use the <code>chrome.tabs</code> API to create, organize, and otherwise manipulate bookmarks. -</p> - -<h2 id="description">Description</h2> - -<p> -[PENDING: intro goes here...] +<p class="todo"> +[PENDING: API Module Overview Goes Here] </p> <!-- END AUTHORED CONTENT --> diff --git a/chrome/common/extensions/docs/reference/windows.html b/chrome/common/extensions/docs/reference/windows.html new file mode 100755 index 0000000..c05e097 --- /dev/null +++ b/chrome/common/extensions/docs/reference/windows.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<!-- This page is a placeholder for generated extensions api doc. Note: + 1) The <head> information in this page is significant, should be uniform + across api docs and should be edited only with knowledge of the + templating mechanism. + 2) The <body> tag *must* retain id="body" + 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a + browser, it will be re-generated from the template, json schema and + authored overview content. + 4) The <body>.innerHTML is also generated by an offline step so that this + page may easily be indexed by search engines. + + TODO(rafaelw): Abstract this into a "pageshell" that becomes the single + version of page template shell and the "instance" pages (bookmarks.html, + etc...) can be generated with a build step. +--> +<!-- <html> must retain id="template --> +<html xmlns="http://www.w3.org/1999/xhtml"> + <!-- <head> data is significant and loads the needed libraries and styles --> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title jscontent="namespace">chrome.apiname</title> + <link href="../css/ApiRefStyles.css" rel="stylesheet" type="text/css"> + <script type="text/javascript" + src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + </script> + <script type="text/javascript" src="../js/api_page_generator.js"></script> + </head> + <!-- <body> content is completely generated. Do not edit, as it will be + and rewritten. --> + <body class="hidden"> + </body> +</html> diff --git a/chrome/common/extensions/docs/reference/windows_overview.html b/chrome/common/extensions/docs/reference/windows_overview.html new file mode 100755 index 0000000..997b579 --- /dev/null +++ b/chrome/common/extensions/docs/reference/windows_overview.html @@ -0,0 +1,5 @@ +<!-- BEGIN AUTHORED CONTENT --> +<p class="todo"> +[PENDING: API Module Overview Goes Here] +</p> +<!-- END AUTHORED CONTENT --> |