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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/history.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 2 <p id="classSummary">
3 Use the <code>chrome.history</code> module to interact with the 3 Use the <code>chrome.history</code> module to interact with the
4 browser's record of visited pages. You can add, remove, and query 4 browser's record of visited pages. You can add, remove, and query
5 for URLs in the browser's history. 5 for URLs in the browser's history.
6 To override the history page with your own version, see 6 To override the history page with your own version, see
7 <a href="override.html">Override Pages</a>. 7 <a href="override.html">Override Pages</a>.
8 </p> 8 </p>
9 <h2 id="manifest">Manifest</h2> 9 <h2 id="manifest">Manifest</h2>
10 <p>You must declare the "history" permission 10 <p>You must declare the "history" permission
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 </table> 138 </table>
139 <h2 id="examples">Examples</h2> 139 <h2 id="examples">Examples</h2>
140 <p> 140 <p>
141 For examples of using this API, see the 141 For examples of using this API, see the
142 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/history/">history sample directory</a> and the 142 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/history/">history sample directory</a> and the
143 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens ions/api_test/history/">history API test directory</a>. 143 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens ions/api_test/history/">history API test directory</a>.
144 For other examples and for help in viewing the source code, see 144 For other examples and for help in viewing the source code, see
145 <a href="samples.html">Samples</a>. 145 <a href="samples.html">Samples</a>.
146 </p> 146 </p>
147 <!-- END AUTHORED CONTENT --> 147 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698