diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 23:57:01 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 23:57:01 +0000 |
commit | 21e9cad7ec96f4aec529152741d5fae7a773b69d (patch) | |
tree | 5e85f4b9fa7f3cb34d8b870c91721fee9267b55f | |
parent | 2b92bd5a27606e41358eb7e4e08290b981161d70 (diff) | |
download | chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.zip chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.tar.gz chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.tar.bz2 |
Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party to third_party.
All third party libraries should be in third_party.
The presubmit check complains about jstemplate's README.chromium
being nonstandard; I will fix that in a follow-up.
The interesting changes are to the .grd file and the .py file.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6901102
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/6905149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83632 0039d316-1c4b-4281-b951-d872f2087c98
122 files changed, 110 insertions, 110 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd index 0f11706..fb7d8f9 100644 --- a/chrome/common/common_resources.grd +++ b/chrome/common/common_resources.grd @@ -11,7 +11,7 @@ <includes> <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api.json" type="BINDATA" /> <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\i18n_template.js" type="BINDATA" /> - <include name="IDR_JSTEMPLATE_JS" file="..\..\third_party\jstemplate\jstemplate_compiled.js" type="BINDATA" /> + <include name="IDR_JSTEMPLATE_JS" file="..\third_party\jstemplate\jstemplate_compiled.js" type="BINDATA" /> <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDATA" /> </includes> </release> diff --git a/chrome/common/extensions/docs/a11y.html b/chrome/common/extensions/docs/a11y.html index be7abc3..bf3b01e 100644 --- a/chrome/common/extensions/docs/a11y.html +++ b/chrome/common/extensions/docs/a11y.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/api_index.html b/chrome/common/extensions/docs/api_index.html index 538cc84..8c23cdd 100644 --- a/chrome/common/extensions/docs/api_index.html +++ b/chrome/common/extensions/docs/api_index.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index e2322e8..fc1e6cf 100644 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/apps.html b/chrome/common/extensions/docs/apps.html index 24952fa..0bafb0b 100644 --- a/chrome/common/extensions/docs/apps.html +++ b/chrome/common/extensions/docs/apps.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html index e45c824..36617c8 100644 --- a/chrome/common/extensions/docs/autoupdate.html +++ b/chrome/common/extensions/docs/autoupdate.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/background_pages.html b/chrome/common/extensions/docs/background_pages.html index 2d08092..47f90c8 100644 --- a/chrome/common/extensions/docs/background_pages.html +++ b/chrome/common/extensions/docs/background_pages.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index cc7811d..0ea3ed1 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html index ed6867f..4cddc79 100644 --- a/chrome/common/extensions/docs/browserAction.html +++ b/chrome/common/extensions/docs/browserAction.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/content_scripts.html b/chrome/common/extensions/docs/content_scripts.html index 5d3f191..7d1bb96 100644 --- a/chrome/common/extensions/docs/content_scripts.html +++ b/chrome/common/extensions/docs/content_scripts.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/contextMenus.html b/chrome/common/extensions/docs/contextMenus.html index 6beab3c..fd4bf04 100644 --- a/chrome/common/extensions/docs/contextMenus.html +++ b/chrome/common/extensions/docs/contextMenus.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/cookies.html b/chrome/common/extensions/docs/cookies.html index b24c002..6a79c7b 100644 --- a/chrome/common/extensions/docs/cookies.html +++ b/chrome/common/extensions/docs/cookies.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/crx.html b/chrome/common/extensions/docs/crx.html index 0906dbe..34131e1 100644 --- a/chrome/common/extensions/docs/crx.html +++ b/chrome/common/extensions/docs/crx.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/devguide.html b/chrome/common/extensions/docs/devguide.html index a043584..e18ab32 100644 --- a/chrome/common/extensions/docs/devguide.html +++ b/chrome/common/extensions/docs/devguide.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/devtools.html b/chrome/common/extensions/docs/devtools.html index ad7e24b..80761749 100644 --- a/chrome/common/extensions/docs/devtools.html +++ b/chrome/common/extensions/docs/devtools.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/docs.html b/chrome/common/extensions/docs/docs.html index b94d100..26b3ece 100644 --- a/chrome/common/extensions/docs/docs.html +++ b/chrome/common/extensions/docs/docs.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/events.html b/chrome/common/extensions/docs/events.html index 38a5009..0a15696 100644 --- a/chrome/common/extensions/docs/events.html +++ b/chrome/common/extensions/docs/events.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/examples/api/idle/idle_simple.zip b/chrome/common/extensions/docs/examples/api/idle/idle_simple.zip Binary files differindex 4256d1d..81761f5 100644 --- a/chrome/common/extensions/docs/examples/api/idle/idle_simple.zip +++ b/chrome/common/extensions/docs/examples/api/idle/idle_simple.zip diff --git a/chrome/common/extensions/docs/examples/api/idle/idle_simple/history.html b/chrome/common/extensions/docs/examples/api/idle/idle_simple/history.html index 351543f..34b1414 100644 --- a/chrome/common/extensions/docs/examples/api/idle/idle_simple/history.html +++ b/chrome/common/extensions/docs/examples/api/idle/idle_simple/history.html @@ -115,4 +115,4 @@ window.setInterval(renderHistory, 1000); </script> </body> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar.zip b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar.zip Binary files differindex 5adeac8..659af62 100644 --- a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar.zip +++ b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar.zip diff --git a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html index 046aa13..3a765a5 100644 --- a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html +++ b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html @@ -39,4 +39,4 @@ } </script> </body> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/api/preferences/enableReferrer.zip b/chrome/common/extensions/docs/examples/api/preferences/enableReferrer.zip Binary files differindex e6d09afd..3669d90 100644 --- a/chrome/common/extensions/docs/examples/api/preferences/enableReferrer.zip +++ b/chrome/common/extensions/docs/examples/api/preferences/enableReferrer.zip diff --git a/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/popup.html b/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/popup.html index 729be9f..43b5dae 100644 --- a/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/popup.html +++ b/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/popup.html @@ -126,4 +126,4 @@ Select "Allow in incognito" to access incognito preferences </div> </body> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/api/tabs/inspector.zip b/chrome/common/extensions/docs/examples/api/tabs/inspector.zip Binary files differindex 905c218..308a1e7 100644 --- a/chrome/common/extensions/docs/examples/api/tabs/inspector.zip +++ b/chrome/common/extensions/docs/examples/api/tabs/inspector.zip diff --git a/chrome/common/extensions/docs/examples/api/tabs/inspector/background.html b/chrome/common/extensions/docs/examples/api/tabs/inspector/background.html index 32aa579..314dc3c 100644 --- a/chrome/common/extensions/docs/examples/api/tabs/inspector/background.html +++ b/chrome/common/extensions/docs/examples/api/tabs/inspector/background.html @@ -2,4 +2,4 @@ chrome.browserAction.onClicked.addListener(function(tab) { chrome.tabs.create({url:chrome.extension.getURL("tabs_api.html")}); }); -</script> +</script>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html b/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html index 6c4e000..159cb27 100644 --- a/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html +++ b/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html @@ -386,4 +386,4 @@ function refreshSelectedTab(windowId) { <div id="log" style="background-color: #EEAAEE; margin: 20px; padding: 8px"> </div> </body> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/api/windows/merge_windows.zip b/chrome/common/extensions/docs/examples/api/windows/merge_windows.zip Binary files differindex f294781..a3f07ce 100644 --- a/chrome/common/extensions/docs/examples/api/windows/merge_windows.zip +++ b/chrome/common/extensions/docs/examples/api/windows/merge_windows.zip diff --git a/chrome/common/extensions/docs/examples/api/windows/merge_windows/NOTICE b/chrome/common/extensions/docs/examples/api/windows/merge_windows/NOTICE index badf62f..d86114b 100644 --- a/chrome/common/extensions/docs/examples/api/windows/merge_windows/NOTICE +++ b/chrome/common/extensions/docs/examples/api/windows/merge_windows/NOTICE @@ -1,2 +1,2 @@ This extension uses icons based on the famfamfam silk series. -http://www.famfamfam.com/lab/icons/silk/ +http://www.famfamfam.com/lab/icons/silk/
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/api/windows/merge_windows/background.html b/chrome/common/extensions/docs/examples/api/windows/merge_windows/background.html index 1937833..6575af8 100644 --- a/chrome/common/extensions/docs/examples/api/windows/merge_windows/background.html +++ b/chrome/common/extensions/docs/examples/api/windows/merge_windows/background.html @@ -46,4 +46,4 @@ chrome.browserAction.onClicked.addListener(start); </script> </head> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/appengine-web.xml b/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/appengine-web.xml index 4342a346..99223a5 100644 --- a/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/appengine-web.xml +++ b/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/appengine-web.xml @@ -8,4 +8,4 @@ <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> </system-properties> -</appengine-web-app> +</appengine-web-app>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/apps/hello-python/README b/chrome/common/extensions/docs/examples/apps/hello-python/README index b981d0a..53ff640 100644 --- a/chrome/common/extensions/docs/examples/apps/hello-python/README +++ b/chrome/common/extensions/docs/examples/apps/hello-python/README @@ -27,4 +27,4 @@ and replace the following three configuration lines with your own information: 'app_id': 'INSERT APPLICATION ID HERE', Then deploy your application to App Engine, and you will be able to log in -with OpenID and check the license status of your account. +with OpenID and check the license status of your account.
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html b/chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html index e4cf45a..0602513 100644 --- a/chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html +++ b/chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html @@ -54,4 +54,4 @@ {% endif %} </body> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/extensions/imageinfo.zip b/chrome/common/extensions/docs/examples/extensions/imageinfo.zip Binary files differindex d5685c7..4a61c1d 100644 --- a/chrome/common/extensions/docs/examples/extensions/imageinfo.zip +++ b/chrome/common/extensions/docs/examples/extensions/imageinfo.zip diff --git a/chrome/common/extensions/docs/examples/extensions/imageinfo/background.html b/chrome/common/extensions/docs/examples/extensions/imageinfo/background.html index 39c2d8d..f454111 100644 --- a/chrome/common/extensions/docs/examples/extensions/imageinfo/background.html +++ b/chrome/common/extensions/docs/examples/extensions/imageinfo/background.html @@ -35,4 +35,4 @@ }); </script> </body> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/extensions/imageinfo/info.html b/chrome/common/extensions/docs/examples/extensions/imageinfo/info.html index 3518743..af3e185 100644 --- a/chrome/common/extensions/docs/examples/extensions/imageinfo/info.html +++ b/chrome/common/extensions/docs/examples/extensions/imageinfo/info.html @@ -284,4 +284,4 @@ } </script> </body> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/howto/contentscript_xhr.zip b/chrome/common/extensions/docs/examples/howto/contentscript_xhr.zip Binary files differindex 2dbe67d..d97c922 100644 --- a/chrome/common/extensions/docs/examples/howto/contentscript_xhr.zip +++ b/chrome/common/extensions/docs/examples/howto/contentscript_xhr.zip diff --git a/chrome/common/extensions/docs/examples/howto/contentscript_xhr/background.html b/chrome/common/extensions/docs/examples/howto/contentscript_xhr/background.html index dc44ecd..6e80f22 100644 --- a/chrome/common/extensions/docs/examples/howto/contentscript_xhr/background.html +++ b/chrome/common/extensions/docs/examples/howto/contentscript_xhr/background.html @@ -52,4 +52,4 @@ chrome.extension.onRequest.addListener(onRequest); </script> </body> -</html> +</html>
\ No newline at end of file diff --git a/chrome/common/extensions/docs/experimental.clipboard.html b/chrome/common/extensions/docs/experimental.clipboard.html index c213bf9..3b26f6f 100644 --- a/chrome/common/extensions/docs/experimental.clipboard.html +++ b/chrome/common/extensions/docs/experimental.clipboard.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.contentSettings.misc.html b/chrome/common/extensions/docs/experimental.contentSettings.misc.html index 76bc7ce..37708b3 100644 --- a/chrome/common/extensions/docs/experimental.contentSettings.misc.html +++ b/chrome/common/extensions/docs/experimental.contentSettings.misc.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.contextMenus.html b/chrome/common/extensions/docs/experimental.contextMenus.html index a3af41e..657bca1 100644 --- a/chrome/common/extensions/docs/experimental.contextMenus.html +++ b/chrome/common/extensions/docs/experimental.contextMenus.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.cookies.html b/chrome/common/extensions/docs/experimental.cookies.html index bac0abd..7fe95bb 100644 --- a/chrome/common/extensions/docs/experimental.cookies.html +++ b/chrome/common/extensions/docs/experimental.cookies.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.debugger.html b/chrome/common/extensions/docs/experimental.debugger.html index 7115264..68fe012 100644 --- a/chrome/common/extensions/docs/experimental.debugger.html +++ b/chrome/common/extensions/docs/experimental.debugger.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.devtools.audits.html b/chrome/common/extensions/docs/experimental.devtools.audits.html index d961122..d1d0317 100644 --- a/chrome/common/extensions/docs/experimental.devtools.audits.html +++ b/chrome/common/extensions/docs/experimental.devtools.audits.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.devtools.html b/chrome/common/extensions/docs/experimental.devtools.html index 92847e7..85d83b8 100644 --- a/chrome/common/extensions/docs/experimental.devtools.html +++ b/chrome/common/extensions/docs/experimental.devtools.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.devtools.panels.html b/chrome/common/extensions/docs/experimental.devtools.panels.html index 78c0831..dd2c415 100644 --- a/chrome/common/extensions/docs/experimental.devtools.panels.html +++ b/chrome/common/extensions/docs/experimental.devtools.panels.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.devtools.resources.html b/chrome/common/extensions/docs/experimental.devtools.resources.html index e45178f..fb0d4ee 100644 --- a/chrome/common/extensions/docs/experimental.devtools.resources.html +++ b/chrome/common/extensions/docs/experimental.devtools.resources.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.extension.html b/chrome/common/extensions/docs/experimental.extension.html index f2ee015..8665e10 100644 --- a/chrome/common/extensions/docs/experimental.extension.html +++ b/chrome/common/extensions/docs/experimental.extension.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.history.html b/chrome/common/extensions/docs/experimental.history.html index 22db6a3..1484f09 100644 --- a/chrome/common/extensions/docs/experimental.history.html +++ b/chrome/common/extensions/docs/experimental.history.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.html b/chrome/common/extensions/docs/experimental.html index a3cb133..18bba7f 100644 --- a/chrome/common/extensions/docs/experimental.html +++ b/chrome/common/extensions/docs/experimental.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.idle.html b/chrome/common/extensions/docs/experimental.idle.html index 8fac7c9..c3b619f 100644 --- a/chrome/common/extensions/docs/experimental.idle.html +++ b/chrome/common/extensions/docs/experimental.idle.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.infobars.html b/chrome/common/extensions/docs/experimental.infobars.html index ee53e1d..3f65b14 100644 --- a/chrome/common/extensions/docs/experimental.infobars.html +++ b/chrome/common/extensions/docs/experimental.infobars.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.processes.html b/chrome/common/extensions/docs/experimental.processes.html index c7abd44..353608e 100644 --- a/chrome/common/extensions/docs/experimental.processes.html +++ b/chrome/common/extensions/docs/experimental.processes.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.proxy.html b/chrome/common/extensions/docs/experimental.proxy.html index 6b8cc57..44cd5fe 100644 --- a/chrome/common/extensions/docs/experimental.proxy.html +++ b/chrome/common/extensions/docs/experimental.proxy.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.sidebar.html b/chrome/common/extensions/docs/experimental.sidebar.html index 6992112..d9e598a 100644 --- a/chrome/common/extensions/docs/experimental.sidebar.html +++ b/chrome/common/extensions/docs/experimental.sidebar.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.tts.html b/chrome/common/extensions/docs/experimental.tts.html index beba846..fb487cd 100644 --- a/chrome/common/extensions/docs/experimental.tts.html +++ b/chrome/common/extensions/docs/experimental.tts.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.webInspector.audits.html b/chrome/common/extensions/docs/experimental.webInspector.audits.html index 1dd4e20..2274253 100644 --- a/chrome/common/extensions/docs/experimental.webInspector.audits.html +++ b/chrome/common/extensions/docs/experimental.webInspector.audits.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.webInspector.html b/chrome/common/extensions/docs/experimental.webInspector.html index d1c3b4b..2d530ce 100644 --- a/chrome/common/extensions/docs/experimental.webInspector.html +++ b/chrome/common/extensions/docs/experimental.webInspector.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.webInspector.panels.html b/chrome/common/extensions/docs/experimental.webInspector.panels.html index e8749f6..9548562 100644 --- a/chrome/common/extensions/docs/experimental.webInspector.panels.html +++ b/chrome/common/extensions/docs/experimental.webInspector.panels.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.webInspector.resources.html b/chrome/common/extensions/docs/experimental.webInspector.resources.html index 71c4f7d..fbb07fa 100644 --- a/chrome/common/extensions/docs/experimental.webInspector.resources.html +++ b/chrome/common/extensions/docs/experimental.webInspector.resources.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.webNavigation.html b/chrome/common/extensions/docs/experimental.webNavigation.html index 15e7fcd..0e2f8a7 100644 --- a/chrome/common/extensions/docs/experimental.webNavigation.html +++ b/chrome/common/extensions/docs/experimental.webNavigation.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/experimental.webRequest.html b/chrome/common/extensions/docs/experimental.webRequest.html index 34ffc0c..892e149 100644 --- a/chrome/common/extensions/docs/experimental.webRequest.html +++ b/chrome/common/extensions/docs/experimental.webRequest.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html index c452848..5281909 100644 --- a/chrome/common/extensions/docs/extension.html +++ b/chrome/common/extensions/docs/extension.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/external_extensions.html b/chrome/common/extensions/docs/external_extensions.html index 52bbf5e..f3864a0 100644 --- a/chrome/common/extensions/docs/external_extensions.html +++ b/chrome/common/extensions/docs/external_extensions.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/faq.html b/chrome/common/extensions/docs/faq.html index 0b418bf..b049852 100644 --- a/chrome/common/extensions/docs/faq.html +++ b/chrome/common/extensions/docs/faq.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index e2be517..402f95b 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/history.html b/chrome/common/extensions/docs/history.html index 9e31afa..2634288 100644 --- a/chrome/common/extensions/docs/history.html +++ b/chrome/common/extensions/docs/history.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/hosting.html b/chrome/common/extensions/docs/hosting.html index 1632e4b..cb0a07e 100644 --- a/chrome/common/extensions/docs/hosting.html +++ b/chrome/common/extensions/docs/hosting.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/i18n-messages.html b/chrome/common/extensions/docs/i18n-messages.html index 7011904..2e06ddb 100644 --- a/chrome/common/extensions/docs/i18n-messages.html +++ b/chrome/common/extensions/docs/i18n-messages.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index fa3fb40..194a77a 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/idle.html b/chrome/common/extensions/docs/idle.html index 4528585..395fa9b 100644 --- a/chrome/common/extensions/docs/idle.html +++ b/chrome/common/extensions/docs/idle.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/index.html b/chrome/common/extensions/docs/index.html index d1628ca..6d39f71 100644 --- a/chrome/common/extensions/docs/index.html +++ b/chrome/common/extensions/docs/index.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/management.html b/chrome/common/extensions/docs/management.html index 2e00a9f..e140ed4 100644 --- a/chrome/common/extensions/docs/management.html +++ b/chrome/common/extensions/docs/management.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index 0830518..82ee32b 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/match_patterns.html b/chrome/common/extensions/docs/match_patterns.html index db154a4..49a5e42 100644 --- a/chrome/common/extensions/docs/match_patterns.html +++ b/chrome/common/extensions/docs/match_patterns.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/messaging.html b/chrome/common/extensions/docs/messaging.html index 3bcb0d7..49ff5dc 100644 --- a/chrome/common/extensions/docs/messaging.html +++ b/chrome/common/extensions/docs/messaging.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/notifications.html b/chrome/common/extensions/docs/notifications.html index 03ee890..6049891 100644 --- a/chrome/common/extensions/docs/notifications.html +++ b/chrome/common/extensions/docs/notifications.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/npapi.html b/chrome/common/extensions/docs/npapi.html index a7d6362..e2fc272 100644 --- a/chrome/common/extensions/docs/npapi.html +++ b/chrome/common/extensions/docs/npapi.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/omnibox.html b/chrome/common/extensions/docs/omnibox.html index 5e0313e..cb34c6b 100644 --- a/chrome/common/extensions/docs/omnibox.html +++ b/chrome/common/extensions/docs/omnibox.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/options.html b/chrome/common/extensions/docs/options.html index bff0aef..67789da 100644 --- a/chrome/common/extensions/docs/options.html +++ b/chrome/common/extensions/docs/options.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/override.html b/chrome/common/extensions/docs/override.html index 46a089f..0014f77 100644 --- a/chrome/common/extensions/docs/override.html +++ b/chrome/common/extensions/docs/override.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html index ccc1cf2..d1d7571 100644 --- a/chrome/common/extensions/docs/overview.html +++ b/chrome/common/extensions/docs/overview.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html index fb97561..8db4311 100644 --- a/chrome/common/extensions/docs/packaging.html +++ b/chrome/common/extensions/docs/packaging.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index bd63c25..075659e 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/permission_warnings.html b/chrome/common/extensions/docs/permission_warnings.html index 2d6b256..76d4c7f3 100644 --- a/chrome/common/extensions/docs/permission_warnings.html +++ b/chrome/common/extensions/docs/permission_warnings.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html index 346dae4..3cfe39f 100644 --- a/chrome/common/extensions/docs/samples.html +++ b/chrome/common/extensions/docs/samples.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json index 8f65888..56efe9a 100644 --- a/chrome/common/extensions/docs/samples.json +++ b/chrome/common/extensions/docs/samples.json @@ -619,7 +619,7 @@ "contentscript.js", "manifest.json" ], - "source_hash": "c8005edca96978032c5453c347bf9295f8948440", + "source_hash": "0fe56cea50dc18b7e5e31d47c383356a85d8b896", "zip_path": "examples\/howto\/contentscript_xhr.zip" }, { @@ -677,7 +677,7 @@ "manifest.json", "popup.html" ], - "source_hash": "fe3f9c8747193bb282e8dc58637cc6cd70a09193", + "source_hash": "df2a19be905672c2ced4e7108e05170175847d6b", "zip_path": "examples\/api\/preferences\/enableReferrer.zip" }, { @@ -986,7 +986,7 @@ "history.html", "manifest.json" ], - "source_hash": "4f523c42764f6bef4604feab3501c888e03b9c2f", + "source_hash": "1378042fee96e115d7b8003588eca369b43f772b", "zip_path": "examples\/api\/idle\/idle_simple.zip" }, { @@ -1039,7 +1039,7 @@ "info.html", "manifest.json" ], - "source_hash": "d4221d62fcfab23a87dec7e5f21ec190c62e7a46", + "source_hash": "c746d9114348f4b414c1ec05e988e2807feb963a", "zip_path": "examples\/extensions\/imageinfo.zip" }, { @@ -1132,7 +1132,7 @@ "background.html", "manifest.json" ], - "source_hash": "c61c5a339cfb2ffc13dbd407d914b9066f24ec9d", + "source_hash": "4b5fe52788e0bef2f3871b36105eb53cc760c454", "zip_path": "examples\/api\/windows\/merge_windows.zip" }, { @@ -1596,7 +1596,7 @@ "infobar.html", "manifest.json" ], - "source_hash": "777161ddc15bcdf61085eff421e43183ec554619", + "source_hash": "890d698634e5228ef7da8ffca3008f843b9a7cab", "zip_path": "examples\/api\/infobars\/sandwichbar.zip" }, { @@ -1677,7 +1677,7 @@ "manifest.json", "tabs_api.html" ], - "source_hash": "0855c733897abee07baccbf1d6cfd3171c4c636e", + "source_hash": "3076b39a4302d8e86f456e6d7367129187cce0c0", "zip_path": "examples\/api\/tabs\/inspector.zip" }, { diff --git a/chrome/common/extensions/docs/server/chromeextensionsdocs.py b/chrome/common/extensions/docs/server/chromeextensionsdocs.py index 790a273..71e2f25 100644 --- a/chrome/common/extensions/docs/server/chromeextensionsdocs.py +++ b/chrome/common/extensions/docs/server/chromeextensionsdocs.py @@ -108,12 +108,12 @@ class MainPage(webapp.RequestHandler): if path[1] == "": channel = Channel.DEFAULT if(Channel.DEFAULT == Channel.TRUNK): - url = url + "trunk/src/" + url = url + "trunk/src/chrome/" else: - url = url + "branches/%s/src/" + url = url + "branches/%s/src/chrome/" path = "" elif path[1] == Channel.TRUNK.name: - url = url + "trunk/src/" + url = url + "trunk/src/chrome/" channel = Channel.TRUNK path = path[2] else: @@ -121,16 +121,16 @@ class MainPage(webapp.RequestHandler): for c in Channel.CHANNELS: if(path[1] == c.name): channel = c - url = url + "branches/%s/src/" + url = url + "branches/%s/src/chrome/" path = path[2] break # if the subdirectory doesn't correspond to a channel, use the default if channel is None: channel = Channel.DEFAULT if(Channel.DEFAULT == Channel.TRUNK): - url = url + "trunk/src/" + url = url + "trunk/src/chrome/" else: - url = url + "branches/%s/src/" + url = url + "branches/%s/src/chrome/" if path[2] != "": path = path[1] + "/" + path[2] else: @@ -140,13 +140,13 @@ class MainPage(webapp.RequestHandler): if path == "third_party/jstemplate/jstemplate_compiled.js": url = url + path elif path == "api/extension_api.json": - url = url + "chrome/common/extensions/" + path + url = url + "common/extensions/" + path elif path == "favicon.ico": url = "http://src.chromium.org/favicon.ico" else: if path == "": path = "index.html" - url = url + "chrome/common/extensions/docs/" + path + url = url + "common/extensions/docs/" + path return [url, channel] # get the current version number for the channel requested (dev, beta or stable) @@ -210,10 +210,10 @@ class MainPage(webapp.RequestHandler): self.check("/stable/images/toolstrip.png", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/images/toolstrip.png", Channel.STABLE) self.response.out.write("<br/>Testing jstemplate_compiled.js<br/>") - self.check("/trunk/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/trunk/src/third_party/jstemplate/jstemplate_compiled.js", Channel.TRUNK) - self.check("/dev/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/branches/%s/src/third_party/jstemplate/jstemplate_compiled.js", Channel.DEV) - self.check("/beta/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/branches/%s/src/third_party/jstemplate/jstemplate_compiled.js", Channel.BETA) - self.check("/stable/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/branches/%s/src/third_party/jstemplate/jstemplate_compiled.js", Channel.STABLE) + self.check("/trunk/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/jstemplate/jstemplate_compiled.js", Channel.TRUNK) + self.check("/dev/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/third_party/jstemplate/jstemplate_compiled.js", Channel.DEV) + self.check("/beta/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/third_party/jstemplate/jstemplate_compiled.js", Channel.BETA) + self.check("/stable/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/third_party/jstemplate/jstemplate_compiled.js", Channel.STABLE) self.response.out.write("<br/>Testing extension_api.json<br/>") self.check("/trunk/api/extension_api.json", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/api/extension_api.json", Channel.TRUNK) @@ -234,7 +234,7 @@ class MainPage(webapp.RequestHandler): self.check("/index.html", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/index.html", Channel.DEV) self.check("/getstarted.html", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/getstarted.html", Channel.DEV) self.check("/images/toolstrip.png", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/images/toolstrip.png", Channel.DEV) - self.check("/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/branches/%s/src/third_party/jstemplate/jstemplate_compiled.js", Channel.DEV) + self.check("/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/third_party/jstemplate/jstemplate_compiled.js", Channel.DEV) self.check("/api/extension_api.json", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/api/extension_api.json", Channel.DEV) self.check("/css/ApiRefStyles.css", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/css/ApiRefStyles.css", Channel.DEV) self.check("/favicon.ico", "http://src.chromium.org/favicon.ico", Channel.DEV) @@ -245,7 +245,7 @@ class MainPage(webapp.RequestHandler): self.check("/index.html", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/index.html", Channel.TRUNK) self.check("/getstarted.html", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/getstarted.html", Channel.TRUNK) self.check("/images/toolstrip.png", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/images/toolstrip.png", Channel.TRUNK) - self.check("/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/trunk/src/third_party/jstemplate/jstemplate_compiled.js", Channel.TRUNK) + self.check("/third_party/jstemplate/jstemplate_compiled.js", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/jstemplate/jstemplate_compiled.js", Channel.TRUNK) self.check("/api/extension_api.json", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/api/extension_api.json", Channel.TRUNK) self.check("/css/ApiRefStyles.css", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/css/ApiRefStyles.css", Channel.TRUNK) self.check("/favicon.ico", "http://src.chromium.org/favicon.ico", Channel.TRUNK) diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index 037e835..70a20f3 100644 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/template/page_shell.html b/chrome/common/extensions/docs/template/page_shell.html index b7d2d3e..fdca7c6 100644 --- a/chrome/common/extensions/docs/template/page_shell.html +++ b/chrome/common/extensions/docs/template/page_shell.html @@ -15,7 +15,7 @@ <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> <script type="text/javascript" - src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/test.html b/chrome/common/extensions/docs/test.html index fe74e49..5b49843 100644 --- a/chrome/common/extensions/docs/test.html +++ b/chrome/common/extensions/docs/test.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html index 13e6610..02c9d8c 100644 --- a/chrome/common/extensions/docs/themes.html +++ b/chrome/common/extensions/docs/themes.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/tut_analytics.html b/chrome/common/extensions/docs/tut_analytics.html index ebcdab3..e697e73 100644 --- a/chrome/common/extensions/docs/tut_analytics.html +++ b/chrome/common/extensions/docs/tut_analytics.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/tut_debugging.html b/chrome/common/extensions/docs/tut_debugging.html index 8d35df1..b3b5fee 100644 --- a/chrome/common/extensions/docs/tut_debugging.html +++ b/chrome/common/extensions/docs/tut_debugging.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/tut_oauth.html b/chrome/common/extensions/docs/tut_oauth.html index 9284179..e408220 100644 --- a/chrome/common/extensions/docs/tut_oauth.html +++ b/chrome/common/extensions/docs/tut_oauth.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/tutorials.html b/chrome/common/extensions/docs/tutorials.html index 11e3706..a78f660 100644 --- a/chrome/common/extensions/docs/tutorials.html +++ b/chrome/common/extensions/docs/tutorials.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/whats_new.html b/chrome/common/extensions/docs/whats_new.html index de8262a..991bd28 100644 --- a/chrome/common/extensions/docs/whats_new.html +++ b/chrome/common/extensions/docs/whats_new.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index 88be0ed..8b78ca2 100644 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/chrome/common/extensions/docs/xhr.html b/chrome/common/extensions/docs/xhr.html index 224c2bf..4b34f2c 100644 --- a/chrome/common/extensions/docs/xhr.html +++ b/chrome/common/extensions/docs/xhr.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> diff --git a/third_party/jstemplate/COPYING b/chrome/third_party/jstemplate/COPYING index d645695..d645695 100644 --- a/third_party/jstemplate/COPYING +++ b/chrome/third_party/jstemplate/COPYING diff --git a/third_party/jstemplate/README.chromium b/chrome/third_party/jstemplate/README.chromium index 153d6a6..153d6a6 100644 --- a/third_party/jstemplate/README.chromium +++ b/chrome/third_party/jstemplate/README.chromium diff --git a/third_party/jstemplate/compile.py b/chrome/third_party/jstemplate/compile.py index 3d16d96..3d16d96 100755 --- a/third_party/jstemplate/compile.py +++ b/chrome/third_party/jstemplate/compile.py diff --git a/third_party/jstemplate/exports.js b/chrome/third_party/jstemplate/exports.js index 77bc9e8..77bc9e8 100644 --- a/third_party/jstemplate/exports.js +++ b/chrome/third_party/jstemplate/exports.js diff --git a/third_party/jstemplate/jsevalcontext.js b/chrome/third_party/jstemplate/jsevalcontext.js index 0fc00ff7..0fc00ff7 100644 --- a/third_party/jstemplate/jsevalcontext.js +++ b/chrome/third_party/jstemplate/jsevalcontext.js diff --git a/third_party/jstemplate/jstemplate.js b/chrome/third_party/jstemplate/jstemplate.js index 39cbc4df..39cbc4df 100644 --- a/third_party/jstemplate/jstemplate.js +++ b/chrome/third_party/jstemplate/jstemplate.js diff --git a/third_party/jstemplate/jstemplate_compiled.js b/chrome/third_party/jstemplate/jstemplate_compiled.js index afe2769..afe2769 100644 --- a/third_party/jstemplate/jstemplate_compiled.js +++ b/chrome/third_party/jstemplate/jstemplate_compiled.js diff --git a/third_party/jstemplate/jstemplate_example.html b/chrome/third_party/jstemplate/jstemplate_example.html index 101900f..101900f 100644 --- a/third_party/jstemplate/jstemplate_example.html +++ b/chrome/third_party/jstemplate/jstemplate_example.html diff --git a/third_party/jstemplate/jstemplate_example.js b/chrome/third_party/jstemplate/jstemplate_example.js index b9e2faf..b9e2faf 100644 --- a/third_party/jstemplate/jstemplate_example.js +++ b/chrome/third_party/jstemplate/jstemplate_example.js diff --git a/third_party/jstemplate/jstemplate_jsunit.html b/chrome/third_party/jstemplate/jstemplate_jsunit.html index 45d4c16..45d4c16 100644 --- a/third_party/jstemplate/jstemplate_jsunit.html +++ b/chrome/third_party/jstemplate/jstemplate_jsunit.html diff --git a/third_party/jstemplate/jstemplate_test.js b/chrome/third_party/jstemplate/jstemplate_test.js index 5bbd521..5bbd521 100644 --- a/third_party/jstemplate/jstemplate_test.js +++ b/chrome/third_party/jstemplate/jstemplate_test.js diff --git a/third_party/jstemplate/tutorial_examples/01-quick.html b/chrome/third_party/jstemplate/tutorial_examples/01-quick.html index df8c7e5..df8c7e5 100644 --- a/third_party/jstemplate/tutorial_examples/01-quick.html +++ b/chrome/third_party/jstemplate/tutorial_examples/01-quick.html diff --git a/third_party/jstemplate/tutorial_examples/02-gettpl.html b/chrome/third_party/jstemplate/tutorial_examples/02-gettpl.html index f4829c7..f4829c7 100644 --- a/third_party/jstemplate/tutorial_examples/02-gettpl.html +++ b/chrome/third_party/jstemplate/tutorial_examples/02-gettpl.html diff --git a/third_party/jstemplate/tutorial_examples/03-environ.html b/chrome/third_party/jstemplate/tutorial_examples/03-environ.html index 2937a5c..2937a5c 100644 --- a/third_party/jstemplate/tutorial_examples/03-environ.html +++ b/chrome/third_party/jstemplate/tutorial_examples/03-environ.html diff --git a/third_party/jstemplate/tutorial_examples/04-jscontent.html b/chrome/third_party/jstemplate/tutorial_examples/04-jscontent.html index b264f3f..b264f3f 100644 --- a/third_party/jstemplate/tutorial_examples/04-jscontent.html +++ b/chrome/third_party/jstemplate/tutorial_examples/04-jscontent.html diff --git a/third_party/jstemplate/tutorial_examples/05-jsselect.html b/chrome/third_party/jstemplate/tutorial_examples/05-jsselect.html index 990df0f..990df0f 100644 --- a/third_party/jstemplate/tutorial_examples/05-jsselect.html +++ b/chrome/third_party/jstemplate/tutorial_examples/05-jsselect.html diff --git a/third_party/jstemplate/tutorial_examples/06-jsdisplay.html b/chrome/third_party/jstemplate/tutorial_examples/06-jsdisplay.html index cd06982..cd06982 100644 --- a/third_party/jstemplate/tutorial_examples/06-jsdisplay.html +++ b/chrome/third_party/jstemplate/tutorial_examples/06-jsdisplay.html diff --git a/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html b/chrome/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html index d5da9b3..d5da9b3 100644 --- a/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html +++ b/chrome/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html diff --git a/third_party/jstemplate/tutorial_examples/08-transclude.html b/chrome/third_party/jstemplate/tutorial_examples/08-transclude.html index ebab76f..ebab76f 100644 --- a/third_party/jstemplate/tutorial_examples/08-transclude.html +++ b/chrome/third_party/jstemplate/tutorial_examples/08-transclude.html diff --git a/third_party/jstemplate/tutorial_examples/09-jsvalues.html b/chrome/third_party/jstemplate/tutorial_examples/09-jsvalues.html index 9267846..9267846 100644 --- a/third_party/jstemplate/tutorial_examples/09-jsvalues.html +++ b/chrome/third_party/jstemplate/tutorial_examples/09-jsvalues.html diff --git a/third_party/jstemplate/tutorial_examples/10-jsvalues.html b/chrome/third_party/jstemplate/tutorial_examples/10-jsvalues.html index a24d645..a24d645 100644 --- a/third_party/jstemplate/tutorial_examples/10-jsvalues.html +++ b/chrome/third_party/jstemplate/tutorial_examples/10-jsvalues.html diff --git a/third_party/jstemplate/tutorial_examples/11-jseval.html b/chrome/third_party/jstemplate/tutorial_examples/11-jseval.html index ad9b7e2..ad9b7e2 100644 --- a/third_party/jstemplate/tutorial_examples/11-jseval.html +++ b/chrome/third_party/jstemplate/tutorial_examples/11-jseval.html diff --git a/third_party/jstemplate/tutorial_examples/12-parent.html b/chrome/third_party/jstemplate/tutorial_examples/12-parent.html index 04f9797..04f9797 100644 --- a/third_party/jstemplate/tutorial_examples/12-parent.html +++ b/chrome/third_party/jstemplate/tutorial_examples/12-parent.html diff --git a/third_party/jstemplate/util.js b/chrome/third_party/jstemplate/util.js index beed591..beed591 100644 --- a/third_party/jstemplate/util.js +++ b/chrome/third_party/jstemplate/util.js |