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

Unified Diff: chrome/common/extensions/docs/static/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 | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/samples.html
diff --git a/chrome/common/extensions/docs/static/samples.html b/chrome/common/extensions/docs/static/samples.html
index 82717e40eabed68e9a25b41108c2c3c1ecaa563e..b0eb9dfa22640d6817478ca8465b58bbf840f537 100644
--- a/chrome/common/extensions/docs/static/samples.html
+++ b/chrome/common/extensions/docs/static/samples.html
@@ -62,7 +62,7 @@
<div id="searchbox" class="controlbox">
<strong>Filter by keyword:</strong>
<input autofocus type="search" type="text" id="searchinput" placeholder="Type to search" onkeyup="filterSamples();" />
- <a id="clearlink" href="javascript:void(0);" onclick="clearFilter();" style="display: none;">clear</a>
+ <a id="clearlink" href="javascript:void(0);" onclick="clearFilter();" style="display: none;" volatile>clear</a>
</div>
<div id="filterbox" class="controlbox">
@@ -112,6 +112,6 @@
</div>
</div>
-<div id="noresults" style="display:none">
+<div id="noresults" style="display:none" volatile>
Sorry, no results were found.
</div>
« no previous file with comments | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698