Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9566)

Unified Diff: chrome/common/extensions/docs/extensions/experimental.html

Issue 10668027: Extension docs: Adjusting the API template, CSS, and static images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilt docs. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/extensions/experimental.html
diff --git a/chrome/common/extensions/docs/extensions/experimental.html b/chrome/common/extensions/docs/extensions/experimental.html
index 2729c89a6615fa2ca305dcf5dbd3402d4e63dec0..603e36a0db9fe42511a71dadbf238752fc15347b 100644
--- a/chrome/common/extensions/docs/extensions/experimental.html
+++ b/chrome/common/extensions/docs/extensions/experimental.html
@@ -52,14 +52,16 @@
<!-- API HEADER -->
<table id="header" width="100%" cellspacing="0" border="0">
<tbody><tr>
- <td valign="middle"><a href="http://code.google.com/"><img src="../images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td>
+ <td valign="middle"><a href="/"><img src="../images/chrome_logo.gif" alt="Google Chrome Extensions" style="border:0; margin:0;"></a></td>
<td valign="middle" width="100%" style="padding-left:0.6em;">
<form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em">
<div id="gsc-search-box">
<input type="hidden" name="cx" value="002967670403910741006:61_cvzfqtno">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" value="" size="55">
- <input class="gsc-search-button" type="submit" name="sa" value="Search">
+ <button class="gsc-search-button" type="submit" name="sa">
+ <img class="gsc-search-button-lens" src="images/search.png" alt="Search">
+ </button>
<br>
<span class="greytext">e.g. "page action" or "tabs"</span>
</div>
@@ -74,7 +76,7 @@
<div id="codesiteContent" class="">
<a id="gc-topnav-anchor"></a>
<div id="gc-topnav">
- <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Labs</a>)</h1>
+ <h1>Google Chrome Extensions</h1>
<ul id="home" class="gc-topnav-tabs">
<li id="home_link">
<a href="index.html" title="Google Chrome Extensions home page">Home</a>
@@ -236,19 +238,6 @@ We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e
on the following experimental APIs:
</p>
<ul>
- <li>
- <a href="experimental.app.html">experimental.app</a></li><li>
- <a href="experimental.devtools.audits.html">experimental.devtools.audits</a></li><li>
- <a href="experimental.devtools.console.html">experimental.devtools.console</a></li><li>
- <a href="experimental.discovery.html">experimental.discovery</a></li><li>
- <a href="experimental.fontSettings.html">experimental.fontSettings</a></li><li>
- <a href="experimental.identity.html">experimental.identity</a></li><li>
- <a href="experimental.infobars.html">experimental.infobars</a></li><li>
- <a href="experimental.keybinding.html">experimental.keybinding</a></li><li>
- <a href="experimental.mediaGalleries.html">experimental.mediaGalleries</a></li><li>
- <a href="experimental.offscreenTabs.html">experimental.offscreenTabs</a></li><li>
- <a href="experimental.processes.html">experimental.processes</a></li><li>
- <a href="experimental.speechInput.html">experimental.speechInput</a></li>
</ul>
<p>
Pay special attention to the following APIs,
« no previous file with comments | « chrome/common/extensions/docs/extensions/events.html ('k') | chrome/common/extensions/docs/extensions/experimental.app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698