summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
...
* Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa...viettrungluu@chromium.org2010-08-132-6/+6
* Fix race conditions in TopSites.nshkrob@chromium.org2010-08-121-3/+3
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-101-0/+1
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-1013-141/+290
* Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ...viettrungluu@chromium.org2010-08-082-5/+5
* Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...phajdan.jr@chromium.org2010-08-0613-287/+141
* Rebase ThaiUTF8 unit test.agl@chromium.org2010-08-061-49/+47
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-0613-141/+287
* Fix a crash in the history publisher. This is caused by me changing thebrettw@chromium.org2010-08-041-1/+4
* Add Framework for History Quick Providermrossetti@chromium.org2010-08-049-10/+124
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-0/+2
* enable apps by defaulterikkay@chromium.org2010-08-021-1/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+4
* Revert "Incorporate 'quick' history provider index as an autocomplete ..."phajdan.jr@chromium.org2010-07-309-124/+10
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-2/+2
* Incorporate 'quick' history provider index as an autocomplete provider in pre...mrossetti@chromium.org2010-07-309-10/+124
* Update bug number for Snippets.FAILS_ThaiUTF8.huanr@chromium.org2010-07-301-2/+1
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-292-12/+21
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-298-8/+1
* Unpin deleted URLs + better deleting algorithm.nshkrob@chromium.org2010-07-283-9/+101
* Fix the pinning algorithm so that pinned URLs are not shifted during insertio...nshkrob@chromium.org2010-07-272-23/+66
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2627-0/+27
* Only add Chrome App Store if the apps flag is on.nshkrob@chromium.org2010-07-261-0/+5
* Fix memory leaks in TopSites.nshkrob@chromium.org2010-07-261-4/+2
* Fix a typo in previous attempt at disabling a test.asargent@chromium.org2010-07-241-1/+1
* Disable some failing ui tests on MacOSasargent@chromium.org2010-07-231-0/+7
* Fix memory leak.nshkrob@chromium.org2010-07-231-2/+1
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-232-17/+9
* Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.nshkrob@chromium.org2010-07-233-65/+670
* Reverting 53376bradnelson@google.com2010-07-223-669/+65
* Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.nshkrob@chromium.org2010-07-223-65/+669
* Fix a segfault in DeleteNotifications test caused by an invalid C-cast.nshkrob@chromium.org2010-07-221-8/+8
* Fix the compile for good. Used a wrong value in one of FRIEND_TEST_ALL_PREFIX...phajdan.jr@chromium.org2010-07-211-1/+1
* Fix compile by using FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-211-9/+10
* Marking TopSitesTest.DeleteNotifications as DISABLEDdhollowa@chromium.org2010-07-211-1/+3
* Fix build by using correct UI test function - user_data_dir()phajdan.jr@chromium.org2010-07-211-1/+1
* Clear TopSites when deleting history.nshkrob@chromium.org2010-07-201-4/+42
* Fix missing thumbnails for new profile with TopSites.nshkrob@chromium.org2010-07-198-19/+149
* Recommit r52848 - Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-3/+8
* Revert r52848 - Linux x64 compile failure.jeremy@chromium.org2010-07-181-8/+3
* Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-3/+8
* Header Cleanup: Remove unncessary include of sqlite_utils.h in some files.tfarina@chromium.org2010-07-172-3/+1
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-162-2/+2
* Try to cut down Browser/TabContents header dependencies.erg@chromium.org2010-07-092-0/+2
* Remove the warning during conversion to TopSites.nshkrob@chromium.org2010-07-081-1/+9
* Increase the current version of the history index DBs, because of the switch ...dumi@chromium.org2010-07-061-2/+4
* Use same logic to set NTP pages as without the top-sites flag.nshkrob@chromium.org2010-07-021-1/+1
* Adds the --enable-in-memory-url-index switch to gate creation and use of the ...rohitrao@chromium.org2010-07-022-3/+23
* Add basic outline for the URL history autocompletion search provider.mrossetti@chromium.org2010-07-013-0/+58
* Store the version info in the History DB's meta table.nshkrob@chromium.org2010-07-013-10/+40