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

Unified Diff: lib/dartdoc/dartdoc.dart

Issue 10388050: turn off app cache, print generation date at bottom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | utils/apidoc/apidoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dartdoc/dartdoc.dart
diff --git a/lib/dartdoc/dartdoc.dart b/lib/dartdoc/dartdoc.dart
index b860a94fbacf5bc11b413c990c0c171dd9781ce0..738026ea786af11ef65946c4c1a1e7a3f70fea7a 100644
--- a/lib/dartdoc/dartdoc.dart
+++ b/lib/dartdoc/dartdoc.dart
@@ -461,7 +461,10 @@ class Dartdoc {
<div class="clear"></div>
</div>
${preFooterText}
- <div class="footer">$footerText</div>
+ <div class="footer">
+ <p>This page generated at ${new Date.now()}</p>
+ <div>$footerText</div>
+ </div>
<script async src="${relativePath('$clientScript.js')}"></script>
</body></html>
''');
« no previous file with comments | « no previous file | utils/apidoc/apidoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698