summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-194-0/+4
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-2/+3
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-0/+2
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-3/+3
* Handle extensions correctly when the default download location is not writablekinuko@chromium.org2009-12-251-2/+6
* Fixes two related bugs:sky@chromium.org2009-12-1810-55/+47
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-162-7/+11
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-026-1/+6
* Removing the logging on history thread since the crashhuanr@chromium.org2009-11-165-211/+5
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-139-38/+15
* For the immediate milestone, exclude History and Thumbnails from being backed...mrossetti@chromium.org2009-11-112-1/+24
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-065-6/+21
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-0310-88/+32
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-026-25/+43
* Show a warning when the history files can't be read correctly.pkasting@chromium.org2009-10-306-19/+18
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-2/+2
* 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