summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* Reverting 27389.darin@chromium.org2009-09-301-2/+2
* Coverity: Initialize got_thumbnail_callback_, query_url_success_, and redirec...jhawkins@chromium.org2009-09-291-2/+7
* Coverity: Initialize all member variables in the default constructor.jhawkins@chromium.org2009-09-281-4/+16
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-2/+2
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-2/+2
* Re-ban chrome:// URLs from being added to history until I can craft a more fi...pkasting@chromium.org2009-09-251-2/+4
* Coverity: Initialize statement_cache_ in the constructor.jhawkins@chromium.org2009-09-241-2/+4
* Coverity: Initialize statement_cache_ in the constructor.jhawkins@chromium.org2009-09-241-1/+5
* Coverity: Initialize statement_cache_ in the constructor.jhawkins@chromium.org2009-09-241-1/+4
* Add about: and chrome:* to history. Patch by Pierre-Antoine LaFayette (see h...pkasting@chromium.org2009-09-241-3/+3
* Add some new histograms for history, and UMA-enable a few others.brettw@chromium.org2009-09-233-9/+36
* Switch history thread back to base::Thread. Sync unit tests require more than...chron@chromium.org2009-09-211-2/+7
* Some history backend fixes for database corruption.shess@chromium.org2009-09-172-0/+20
* Fixed a few data races on reference counters.timurrrr@chromium.org2009-09-171-1/+2
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-1/+2
* Add a new wrapper for sqlite. This is mostly a large cleanup of the existingbrettw@chromium.org2009-09-112-134/+100
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-113-7/+87
* Metrics for the in-memory DB size to see if we spend too much time loading it,brettw@chromium.org2009-09-111-0/+7
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-101-14/+16
* Retry 25770 after fixing Valgrind issue.huanr@chromium.org2009-09-103-3/+33
* Revert r25770 due to valgrind failures on Linux.huanr@chromium.org2009-09-091-23/+3
* Enable database logging on history thread.huanr@chromium.org2009-09-091-3/+23
* Move the "history is too new" dialog out oftony@chromium.org2009-09-051-17/+3
* Adding in memory log of history visit database. Thishuanr@chromium.org2009-09-024-0/+178
* Remove most Sleeps from RedirectTest and wait properly.phajdan.jr@chromium.org2009-09-021-30/+14
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-2/+2
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-283-90/+71
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-284-19/+15
* Fix a ton of compiler warnings.estade@chromium.org2009-08-284-15/+19
* Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...pkasting@chromium.org2009-08-281-2/+12
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-263-3/+82
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-5/+5
* Linux: Add CHECKs to track down source of history std::string out of range ex...willchan@chromium.org2009-08-111-0/+14
* Revert of r22559.aa@chromium.org2009-08-062-4/+4
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-062-4/+4
* First cut at Safari Import - Home Page & History Only.jeremy@chromium.org2009-07-311-0/+2
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-2/+3
* Make ThumbnailStore broadcast a notification when it has finished reading thu...meelapshah@chromium.org2009-07-282-6/+9
* Fix memory leak in VisitSegmentDatabase::QuerySegmentUsage and HistoryBackend...meelapshah@chromium.org2009-07-232-3/+8
* Reduce header dependencies in browser/historyphajdan.jr@chromium.org2009-07-1328-79/+97
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-039-39/+288
* Foundations for Print Preview and Setupmhm@chromium.org2009-07-031-1/+2
* Fix: Spurious SQL error message is logged in priming SQLite database cache.yuzo@chromium.org2009-07-022-21/+2
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-0110-49/+51
* Temporary fix for page_cycler perf regression.meelapshah@chromium.org2009-07-011-1/+3
* Add a function to the History to return a list of the top n visited URLs wher...meelapshah@chromium.org2009-07-016-0/+68
* Whoops, accidentally committed a debug linepinkerton@chromium.org2009-07-011-1/+0
* Added unit tests for ClearBrowsingDataController.pinkerton@chromium.org2009-07-011-0/+1
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-017-30/+107
* Disables unit test as starting failing due to close to end of month.sky@chromium.org2009-07-012-2/+3