summaryrefslogtreecommitdiffstats
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [sql] Fix error in Preload size.shess2015-04-211-1/+1
* [sql] Also call ShouldIgnoreSqliteError() in Release build.shess2015-04-101-4/+4
* Fix sql_unittest on iOS using SDK 8.2sdefresne2015-04-101-1/+1
* [sql] Change DoesStuffExist() to work with ScopedErrorIgnorer.shess2015-04-093-14/+58
* [sql] Stop building fts2.shess2015-03-112-33/+10
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-7/+5
* Import SQLite 3.8.7.4.Scott Hess2015-02-108-23/+43
* Add SQLite feature test to verify working foreign key support.engedy2015-01-221-1/+39
* [sql] Enable HAVE_USLEEP for more platforms.shess2015-01-211-0/+17
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* [sql] Test that a Chromium fts change is actually in place.shess2015-01-101-0/+34
* replace COMPILE_ASSERT with static_assert in sql/mostynb2015-01-061-5/+5
* Standardize usage of virtual/override/final specifiers in sql/.dcheng2014-12-227-25/+15
* Misc. warning fixes/cleanuppkasting2014-12-121-2/+3
* Replace OVERRIDE with its C++11 counterparts in src/sqlr.nagaraj2014-10-151-2/+2
* Make FTS2 inclusion in SQLite optionalthe_jk2014-10-032-3/+7
* Rename all isolate_dependency_* to files.maruel2014-10-012-2/+1
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-058-8/+8
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-2/+2
* [sql] Test recovery of corrupt golden file.shess@chromium.org2014-07-109-2/+221
* [sql] Land binary golden file for test.shess@chromium.org2014-07-081-0/+0
* Fix Windows build, add Sandbox implementation.brettw@chromium.org2014-06-021-1/+1
* Add GN build files for sql and google_apis.brettw@chromium.org2014-05-281-0/+94
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-171-4/+2
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-2/+1
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-1/+0
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-081-2/+2
* Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."scottmg@chromium.org2014-04-071-2/+2
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-071-2/+2
* Misc. cleanup found while mucking with search engines code:pkasting@chromium.org2014-04-012-15/+6
* Add unistd.h include in a file using geteuid().thakis@chromium.org2014-03-311-4/+0
* Move ScopedFILE to base namespace and scoped_file.hbrettw@chromium.org2014-03-172-5/+7
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-261-1/+1
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-252-3/+3
* [sql] Rewrite Connection::Preload() in terms of file reading.shess@chromium.org2013-12-212-27/+51
* AppCache: Run a quick integrity check on the sqlite database when opening. If...michaeln@chromium.org2013-12-163-9/+73
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-082-5/+5
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-082-5/+5
* [sql] Recovery code for "Top Sites" database.shess@chromium.org2013-12-085-86/+147
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-073-7/+7
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-042-2/+2
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-032-10/+10
* [sql] Annotate sql::Recovery failure cases.shess@chromium.org2013-11-281-9/+128
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-272-23/+23
* Revert 235595 "Revert 235492 "[sql] Recover Favicons v5 database..."kinuko@chromium.org2013-11-186-21/+636
* Revert 235492 "[sql] Recover Favicons v5 databases, with more re..."kinuko@chromium.org2013-11-186-636/+21
* [sql] Recover Favicons v5 databases, with more recovery automation.shess@chromium.org2013-11-166-21/+636