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

Unified Diff: chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html

Issue 9358073: First version of the time slicing on the urls. Not ready for review yet. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added relative time to time slicing Created 8 years, 10 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/examples/api/history/showTimeFilter/timeFilterUrls.html
diff --git a/chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html b/chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html
new file mode 100644
index 0000000000000000000000000000000000000000..12bc4336df078b3eee50358106d7c48123ff6fdc
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>URLs that you used during that time in the last two months.</title>
+ <style>
+ body {min-width: 250px;}
+ </style>
+ <script src='timeFilterUrls.js'></script>
+ </head>
+
+ <body>
+ <h2>Most used urls:</h2>
+ <div id="filteredUrl_div"></div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698