| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Mandoline apptests on Windows. | jam | 2015-08-06 | 2 | -1/+6 |
* | HistogramTester::GetHistogramSamplesSinceCreation never returns null | vabr | 2015-08-03 | 1 | -5/+5 |
* | Remove myself from OWNERS files. | erikwright | 2015-07-31 | 1 | -1/+0 |
* | Add GN isolate support for a bunch of unittests. | dpranke | 2015-07-22 | 1 | -0/+13 |
* | mandoline filesystem: Reland "Save cookie data to the mojo:filesystem." | erg | 2015-07-15 | 4 | -8/+60 |
* | Move JoinString to the base namespace. | brettw | 2015-07-15 | 1 | -2/+2 |
* | Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt... | hongchan | 2015-07-14 | 1 | -2/+2 |
* | Move JoinString to the base namespace. | brettw | 2015-07-14 | 1 | -2/+2 |
* | sql: Cleanup to fix the header include guards. | tfarina | 2015-07-14 | 2 | -6/+6 |
* | Replace base::str[n]casecmp with helper functions. | brettw | 2015-07-10 | 1 | -1/+2 |
* | Revert of mandoline filesystem: Save cookie data to the mojo:filesystem. (pat... | fsamuel | 2015-07-07 | 2 | -30/+1 |
* | mandoline filesystem: Save cookie data to the mojo:filesystem. | erg | 2015-07-06 | 2 | -1/+30 |
* | Convert sql_unittests to run exclusively on Swarming | maruel | 2015-06-30 | 1 | -1/+18 |
* | Move more string_util functions to base namespace. | brettw | 2015-06-24 | 1 | -1/+1 |
* | mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage. | erg | 2015-06-20 | 21 | -155/+1379 |
* | [Android] Generate scripts at build time to run android tests. | mikecase | 2015-06-03 | 2 | -0/+5 |
* | [sql] Stats gathering for sql/ APIs. | shess | 2015-06-03 | 9 | -23/+841 |
* | [sql] Don't persist data in journal files. | shess | 2015-06-02 | 2 | -7/+5 |
* | sql: Remove basictypes.h includes. | tfarina | 2015-05-11 | 13 | -26/+27 |
* | [sql] Fix error in Preload size. | shess | 2015-04-21 | 1 | -1/+1 |
* | [sql] Also call ShouldIgnoreSqliteError() in Release build. | shess | 2015-04-10 | 1 | -4/+4 |
* | Fix sql_unittest on iOS using SDK 8.2 | sdefresne | 2015-04-10 | 1 | -1/+1 |
* | [sql] Change DoesStuffExist() to work with ScopedErrorIgnorer. | shess | 2015-04-09 | 3 | -14/+58 |
* | [sql] Stop building fts2. | shess | 2015-03-11 | 2 | -33/+10 |
* | Update existing uses of /wd4267 to use the GN config | brettw | 2015-02-19 | 1 | -7/+5 |
* | Import SQLite 3.8.7.4. | Scott Hess | 2015-02-10 | 8 | -23/+43 |
* | Add SQLite feature test to verify working foreign key support. | engedy | 2015-01-22 | 1 | -1/+39 |
* | [sql] Enable HAVE_USLEEP for more platforms. | shess | 2015-01-21 | 1 | -0/+17 |
* | Move the test template to //testing/test.gni (part 2) | qsr | 2015-01-21 | 1 | -0/+2 |
* | [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 |