| Commit message (Expand) | Author | Age | Files | Lines |
* | [sql] Test that a Chromium fts change is actually in place. | shess | 2015-01-10 | 1 | -0/+34 |
* | replace COMPILE_ASSERT with static_assert in sql/ | mostynb | 2015-01-06 | 1 | -5/+5 |
* | Standardize usage of virtual/override/final specifiers in sql/. | dcheng | 2014-12-22 | 7 | -25/+15 |
* | Misc. warning fixes/cleanup | pkasting | 2014-12-12 | 1 | -2/+3 |
* | Replace OVERRIDE with its C++11 counterparts in src/sql | r.nagaraj | 2014-10-15 | 1 | -2/+2 |
* | Make FTS2 inclusion in SQLite optional | the_jk | 2014-10-03 | 2 | -3/+7 |
* | Rename all isolate_dependency_* to files. | maruel | 2014-10-01 | 2 | -2/+1 |
* | Mark gtest and gmock as testonly in GN. | Brett Wilson | 2014-09-08 | 1 | -0/+1 |
* | Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a... | thestig | 2014-09-05 | 8 | -8/+8 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 | pkasting@chromium.org | 2014-07-18 | 1 | -2/+2 |
* | [sql] Test recovery of corrupt golden file. | shess@chromium.org | 2014-07-10 | 9 | -2/+221 |
* | [sql] Land binary golden file for test. | shess@chromium.org | 2014-07-08 | 1 | -0/+0 |
* | Fix Windows build, add Sandbox implementation. | brettw@chromium.org | 2014-06-02 | 1 | -1/+1 |
* | Add GN build files for sql and google_apis. | brettw@chromium.org | 2014-05-28 | 1 | -0/+94 |
* | Android: cleanup gtest_target_type conditions. | bulach@chromium.org | 2014-05-17 | 1 | -4/+2 |
* | Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. | dmikurube@chromium.org | 2014-05-07 | 1 | -2/+1 |
* | Remove unused input_shlib_path | cjhopman@chromium.org | 2014-04-17 | 1 | -1/+0 |
* | Remove all uses of GG_LONGLONG and GG_ULONGLONG. | viettrungluu@chromium.org | 2014-04-08 | 1 | -2/+2 |
* | Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG." | scottmg@chromium.org | 2014-04-07 | 1 | -2/+2 |
* | Remove all uses of GG_LONGLONG and GG_ULONGLONG. | viettrungluu@chromium.org | 2014-04-07 | 1 | -2/+2 |
* | Misc. cleanup found while mucking with search engines code: | pkasting@chromium.org | 2014-04-01 | 2 | -15/+6 |
* | Add unistd.h include in a file using geteuid(). | thakis@chromium.org | 2014-03-31 | 1 | -4/+0 |
* | Move ScopedFILE to base namespace and scoped_file.h | brettw@chromium.org | 2014-03-17 | 2 | -5/+7 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -1/+2 |
* | ui/base/resource: Remove dependency on net's big_endian implementation. | tfarina@chromium.org | 2014-02-26 | 1 | -1/+1 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 2 | -3/+3 |
* | [sql] Rewrite Connection::Preload() in terms of file reading. | shess@chromium.org | 2013-12-21 | 2 | -27/+51 |
* | AppCache: Run a quick integrity check on the sqlite database when opening. If... | michaeln@chromium.org | 2013-12-16 | 3 | -9/+73 |
* | Revert 239400 "Revert 239280 "Move more file_util functions to b..." | thakis@chromium.org | 2013-12-08 | 2 | -5/+5 |
* | Revert 239280 "Move more file_util functions to base namespace." | thakis@chromium.org | 2013-12-08 | 2 | -5/+5 |
* | [sql] Recovery code for "Top Sites" database. | shess@chromium.org | 2013-12-08 | 5 | -86/+147 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-07 | 3 | -7/+7 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 2 | -2/+2 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 2 | -10/+10 |
* | [sql] Annotate sql::Recovery failure cases. | shess@chromium.org | 2013-11-28 | 1 | -9/+128 |
* | Move Posix file utils to the base namespace. | brettw@chromium.org | 2013-11-27 | 2 | -23/+23 |
* | Revert 235595 "Revert 235492 "[sql] Recover Favicons v5 database..." | kinuko@chromium.org | 2013-11-18 | 6 | -21/+636 |
* | Revert 235492 "[sql] Recover Favicons v5 databases, with more re..." | kinuko@chromium.org | 2013-11-18 | 6 | -636/+21 |
* | [sql] Recover Favicons v5 databases, with more recovery automation. | shess@chromium.org | 2013-11-16 | 6 | -21/+636 |
* | ios: Enable -Wunused-functions. | thakis@chromium.org | 2013-11-14 | 1 | -0/+2 |
* | [sql] Complain about statement mutations after stepping has started. | shess@chromium.org | 2013-10-25 | 2 | -0/+18 |
* | Recover version 6 Favicons, fix meta table. | shess@chromium.org | 2013-10-16 | 1 | -0/+6 |
* | Deprecate old Favicons database versions. | shess@chromium.org | 2013-10-08 | 5 | -3/+166 |
* | Disable recovery test for USE_SYSTEM_SQLITE. | shess@chromium.org | 2013-10-07 | 2 | -0/+19 |
* | [sql] Log tag with sqlite errors. | shess@chromium.org | 2013-09-26 | 3 | -10/+23 |
* | Recover corrupt Favicon databases. | shess@chromium.org | 2013-09-25 | 4 | -4/+36 |
* | Rewrite Thumbnail and Top Sites test with golden files. | shess@chromium.org | 2013-09-10 | 3 | -0/+122 |
* | Unit tests for sql::MetaTable. | shess@chromium.org | 2013-09-07 | 4 | -10/+232 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 2 | -10/+1 |