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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/api_other.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/server2/templates/articles/api_other.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/articles/api_other.html (revision 150606)
+++ chrome/common/extensions/docs/server2/templates/articles/api_other.html (working copy)
@@ -1,4 +1,4 @@
-<div id="pageData-name" class="pageData">Other APIs</div>
+<h1>Other APIs</h1>
<p>
In addition to the
@@ -18,7 +18,7 @@
<a href="https://developer.mozilla.org/en/Gecko_DOM_Reference">Document Object Model</a>
(DOM) APIs
that you can use in ordinary web apps.
- <!-- [PENDING: check! should link to complete list] -->
+
<!-- Use onclick in your toolbar div to add click behavior.
E.g. window.open(someUrl). --></dd>
<dt><strong> XMLHttpRequest </strong></dt>
@@ -73,10 +73,10 @@
}
&lt;/style>
</pre>
- <!-- [PENDING: link to complete list of webkit apis] -->
+
</dd>
<dt><strong> V8 APIs</strong>, such as<strong> JSON </strong></dt>
-<dd> Because JSON is in V8, you don't need to include a JSON library to use JSON functions. <!-- [PENDING: what other APIs are in v8? link to complete list] --></dd>
+<dd> Because JSON is in V8, you don't need to include a JSON library to use JSON functions. </dd>
<dt><strong>APIs in bundled libraries</strong></dt>
<dd> If you want to use a library that the browser doesn't provide
(for example, jQuery),
@@ -84,4 +84,4 @@
Bundled libraries work in extensions
just as they do in other web pages.
</dd>
-</dl>
+</dl>

Powered by Google App Engine
This is Rietveld 408576698