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

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

Issue 10832363: In the extension docs builder, allow DOM nodes to be specified as "volatile" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/js/api_page_generator.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/extensions/samples.html
diff --git a/chrome/common/extensions/docs/extensions/samples.html b/chrome/common/extensions/docs/extensions/samples.html
index ca45aa6fd335ede5021b73dc6026590cb94333f0..9400a10cdf11156a65a9343adc72615cb0bca2c1 100644
--- a/chrome/common/extensions/docs/extensions/samples.html
+++ b/chrome/common/extensions/docs/extensions/samples.html
@@ -276,6 +276,7 @@
<div id="searchbox" class="controlbox">
<strong>Filter by keyword:</strong>
<input autofocus="" type="search" id="searchinput" placeholder="Type to search" onkeyup="filterSamples();">
+ <a id="clearlink" href="javascript:void(0);" onclick="clearFilter();" style="display: none;">clear</a>
</div>
<div id="filterbox" class="controlbox">
<strong>Filter by API:</strong>
@@ -4025,6 +4026,9 @@
<!-- Only show the Install CRX link if a CRX file is provided -->
</div>
</div>
+<div id="noresults" style="display:none">
+ Sorry, no results were found.
+</div>
</div>
<!-- API PAGE -->
<!-- /apiPage -->
« no previous file with comments | « no previous file | chrome/common/extensions/docs/js/api_page_generator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698