summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/history_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* History: Use images instead of unicode characters.sergiu@chromium.org2013-02-211-0/+2
* History: Eliminate query cursor, use end_time argument instead.dubroy@chromium.org2013-02-201-10/+7
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-181-19/+84
* Revert 183116grt@chromium.org2013-02-181-84/+19
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-181-19/+84
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* History: Add range navigation control for grouped visitssergiu@chromium.org2013-02-051-21/+56
* History: Add possibility to group domains by week or monthsergiu@chromium.org2013-02-041-9/+83
* History: Retain the timestamps of duplicate visits in the JS model.dubroy@chromium.org2013-01-311-23/+29
* Stop static_cast<StringValue*>'ing from TYPE_STRING values.kinaba@chromium.org2013-01-291-2/+1
* History: Fix DCHECK triggered by some unnecessary code.dubroy@chromium.org2013-01-281-12/+5
* Stop using content's internal URLDataManager methods from chrome.jam@chromium.org2013-01-271-6/+6
* History: Add support for deleting synced history entries from the server.dubroy@chromium.org2013-01-231-4/+20
* Get rid of the static list of URLs in chrome_url_data_manager_backend.cc whic...jam@chromium.org2013-01-221-4/+5
* History: Add option to group visits by domainsergiu@chromium.org2013-01-221-0/+9
* Switch users of ChromeWebUIDataSource to use the content::WebUIDataSource ins...jam@chromium.org2013-01-191-9/+9
* Simplify WebUI data sources. Currently WebUI data sources implement a URLData...jam@chromium.org2013-01-161-4/+4
* Don't derive from ChromeWebUIDataSource for HistoryUI, and instead just creat...jam@chromium.org2013-01-101-71/+34
* History: Fix MSVC 2012 compilation warnings.dubroy@chromium.org2012-12-131-9/+9
* History: De-dupe visits per day, not per page.dubroy@chromium.org2012-12-131-1/+1
* Build fix for VS2012 - compilation of chrome/browser/ui/webui/history_ui.ccyosin@chromium.org2012-12-131-2/+2
* History: Integrate synced history visits from the server with local history r...dubroy@chromium.org2012-12-121-108/+154
* fix warning on VS2012scottmg@chromium.org2012-12-111-1/+1
* History: Add plumbing to pull synced visits from the history server.dubroy@chromium.org2012-12-111-4/+40
* History: Query for results a page at a time, rather than a day at a time.dubroy@chromium.org2012-12-061-10/+28
* browser: Move FindBrowserWithWebContents() into chrome namespace.tfarina@chromium.org2012-12-021-1/+1
* Convert HistoryService::ExpireHistoryBetween() to not use CancelableRequestakalin@chromium.org2012-11-281-4/+4
* Add method to load resources without scaleoshima@chromium.org2012-11-011-1/+1
* Revert r165444 "Add method to load resources without scale"oshima@chromium.org2012-11-011-1/+1
* Add method to load resources without scaleoshima@chromium.org2012-11-011-1/+1
* History: Remove unnecessary code, and refactor/rename to make things simpler.dubroy@chromium.org2012-10-221-94/+54
* webui: Pass the desired scale factor to individual webui componentsthakis@chromium.org2012-09-051-4/+3
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Removing instances of profile_->GetBookmarkModel() as part of converting Book...rlp@chromium.org2012-08-011-2/+4
* Refactor SyncedWindowDelegateAndroid into TabModeldtrainor@chromium.org2012-07-271-1/+10
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-07-191-6/+7
* Get rid of browser::FindBrowserWithProfile in history webui and the prerender...jam@chromium.org2012-07-161-4/+3
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+0
* Reverting since this apparently caused Mac perf to suffer. Will break it down...rlp@chromium.org2012-06-251-7/+3
* Move singleton tabs off Browser.ben@chromium.org2012-06-211-1/+2
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-3/+7
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+3
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-3/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+3
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-2/+2
* Move RefCountedMemory Class to Base namespacesimon.hong81@gmail.com2012-05-021-1/+1
* convert history page to loadTimeDataestade@chromium.org2012-04-301-4/+3
* Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it.khorimoto@chromium.org2012-04-251-2/+3
* History: Fix string indicating the wrong shortcut for incognito mode on Mac.dubroy@chromium.org2012-04-231-2/+4
* Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-171-4/+16