summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* Roll WebKit up to 49830 and fix a build error caused by that revision.jorlow@chromium.org2009-10-201-1/+1
* First fix to minimize copying of image data.erg@google.com2009-10-191-1/+1
* Move the sqlite error handler to a single locationcpu@chromium.org2009-10-153-22/+10
* More style nits.erg@google.com2009-10-149-30/+29
* Fix Valgrind UMR errors by initializing thumbnail pixels.huanr@chromium.org2009-10-091-0/+1
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-082-58/+115
* Coverity: fix possible leak in VisitSegmentDatabase.mattm@chromium.org2009-10-081-2/+2
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-036-20/+20
* Add a Clear() function to MRUCache. This will be useful in my MemoryPurger c...pkasting@chromium.org2009-10-021-2/+2
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-0229-1194/+971
* Add some initial code for the top sites service. This will be a replacement forbrettw@chromium.org2009-10-024-0/+498
* Add UMA histograms for sqlite errorscpu@chromium.org2009-10-021-0/+25
* 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