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

Issue 9358073: First version of the time slicing on the urls. Not ready for review yet.

Created:
8 years, 10 months ago by GeorgeY
Modified:
7 years, 7 months ago
Reviewers:
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, estade+watch_chromium.org, arv (Not doing code reviews), brettw-cc_chromium.org
Visibility:
Public.

Description

First version of the time slicing on the urls. Not ready for review yet. BUG= TEST=

Patch Set 1 #

Patch Set 2 : fixes + tests #

Patch Set 3 : after the latest rebase #

Patch Set 4 : Added extension API + sample, but still need to re-generate doc #

Patch Set 5 : added relative time to time slicing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1974 lines, -10 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/history.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/history/history.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/history/history_backend.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/history/history_backend.cc View 2 chunks +71 lines, -0 lines 0 comments Download
M chrome/browser/history/history_extension_api.h View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/history/history_extension_api.cc View 1 2 3 4 3 chunks +55 lines, -0 lines 0 comments Download
A chrome/browser/history/time_filter.h View 1 2 3 4 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/browser/history/time_filter.cc View 1 2 3 4 1 chunk +254 lines, -0 lines 0 comments Download
A chrome/browser/history/time_filter_unittest.cc View 1 2 3 4 1 chunk +222 lines, -0 lines 0 comments Download
M chrome/browser/history/visit_database.h View 1 2 3 4 3 chunks +27 lines, -0 lines 0 comments Download
M chrome/browser/history/visit_database.cc View 1 2 3 4 3 chunks +66 lines, -0 lines 0 comments Download
M chrome/browser/history/visitsegment_database.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/history/visitsegment_database.cc View 1 2 3 2 chunks +23 lines, -5 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.html View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.js View 1 2 3 4 4 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/page_list_view.js View 1 2 3 4 7 chunks +29 lines, -2 lines 0 comments Download
A chrome/browser/resources/ntp4/suggestions_page.css View 1 2 3 4 1 chunk +105 lines, -0 lines 0 comments Download
A chrome/browser/resources/ntp4/suggestions_page.js View 1 2 3 4 1 chunk +419 lines, -0 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/card_slider.js View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui.h View 1 2 3 4 3 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui.cc View 1 2 3 4 8 chunks +56 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/ntp/suggestions_page_handler.h View 1 2 3 4 1 chunk +100 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/ntp/suggestions_page_handler.cc View 1 2 3 4 1 chunk +184 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/history.json View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/history/showTimeFilter/clock.png View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.js View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698