summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/text_database.cc
Commit message (Expand)AuthorAgeFilesLines
* History: Fix incorrect values of reached_beginning when max_count is used.dubroy@chromium.org2013-01-211-21/+11
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-2/+1
* History: Query for results a page at a time, rather than a day at a time.dubroy@chromium.org2012-12-061-27/+40
* History: Prevent full-text queries from incorrectly using body-only version.dubroy@chromium.org2012-11-161-4/+9
* Added parameter 'clear_bound_vars', so we could reset the statement without c...michaelbai@chromium.org2012-04-251-3/+3
* Database usage adjustment for .../historygbillock@chromium.org2012-01-181-31/+9
* [sql] WARN_UNUSED_RESULT on Execute().shess@chromium.org2011-12-231-4/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-2/+7
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-7/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-2/+7
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-7/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-2/+7
* Reverting based on discussions on #chromium with shess and rsleevijamiewalch@google.com2011-11-231-8/+1
* Add a field trial for using lower sqlite cache sizes.brettw@chromium.org2011-11-231-1/+8
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-3/+3
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-1/+1
* Disable HCP URL and term matching when HQP is enabled.mrossetti@chromium.org2011-05-061-7/+8
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-2/+2
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-2/+2
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+4
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Fix numeric typo. The page size needs to be a power of 2 between 512 and 8192,mark@chromium.org2010-09-221-1/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+4
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Increase the current version of the history index DBs, because of the switch ...dumi@chromium.org2010-07-061-2/+4
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-1/+1
* Switching the history index DBs from fts2 to fts3, take #2: there wasdumi@chromium.org2010-06-161-1/+1
* Revert 49746. Looks like it caused some SQLite errors that probablydumi@chromium.org2010-06-151-1/+1
* Make all new history index files use FTS3 instead of FTS2.dumi@chromium.org2010-06-151-1/+1
* chrome 5: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+2
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-5/+3
* Move the sqlite error handler to a single locationcpu@chromium.org2009-10-151-22/+2
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-7/+5
* Add UMA histograms for sqlite errorscpu@chromium.org2009-10-021-0/+25
* Add a new wrapper for sqlite. This is mostly a large cleanup of the existingbrettw@chromium.org2009-09-111-115/+90
* Reduce header dependencies in browser/historyphajdan.jr@chromium.org2009-07-131-0/+1
* Ports TextDatabase and ExpireHistoryTest to use FilePath.brettw@chromium.org2009-03-131-16/+19
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-3/+2
* Add compatible version support since it was only halfway in place, and try an...pkasting@chromium.org2008-10-301-2/+5
* Trivial patch: add whitespace to some SQL statements to turn "INSERT INTO foo...pkasting@chromium.org2008-10-291-2/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-7/+9
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Add chrome to the repository.initial.commit2008-07-261-0/+412