1. ea15ea0 Fully move PathService into the base namespace. by Avi Drissman · 7 years ago
  2. f087c84 sqlite: Upgrade from 3.22.0 to 3.23.1. by Victor Costan · 7 years ago
  3. bc7ab06 sql: Add feature test for default values on boolean columns in SQLite. by Victor Costan · 7 years ago
  4. 91bae81 Migrate LaunchUnitTests callers to OnceCallback by tzik · 7 years ago
  5. d16d219 Migrate //sql from base::Callback to base::RepeatingCallback by tzik · 7 years ago
  6. e5f5b84 Remove Sqlite VFS histograms. by Maria Khomenko · 8 years ago
  7. 3653df6 WebSQL: Initialize SQLite via //sql. by Victor Costan · 8 years ago
  8. 86ca431 sqlite: Remove USE_SYSTEM_SQLITE option. by Victor Costan · 8 years ago
  9. 37558cb sqlite: Prefix "recoverVtableInit" with chrome_sqlite3_. by Victor Costan · 8 years ago
  10. b3bb8eb sql: Remove unused iOS-specific header in sql/connection_unittest.cc by Victor Costan · 8 years ago
  11. 9b4cb22 sql: Remove Recovery::FullRecoverySupported(). by Victor Costan · 8 years ago
  12. 42988a9 sqlite: Remove special cases handling for iOS 9 and below. by Victor Costan · 8 years ago
  13. a0905fab sql: Make //sql/vfs_wrapper.cc compatible with SQLITE_OMIT_DEPRECATED. by Victor Costan · 8 years ago
  14. 68c2177 Moving DEBUG_ALIAS_FOR_CSTR into //base/debug/alias.h by Lukasz Anforowicz · 8 years ago
  15. 13e8d06 Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive. by François Degros · 8 years ago
  16. 1c811db [Cleanup] Rename UMA_HISTOGRAM_SPARSE_SLOWLY to base::UmaHistogramSparse(). by Ilya Sherman · 8 years ago
  17. cf617255 Run clang-tidy modernize-use-equals-{delete,default} on //sql by Chris Watkins · 8 years ago
  18. 8a87f7e5 sqlite: Upgrade from 3.20.1 to 3.21.0. by Victor Costan · 8 years ago
  19. 66bdfd8 Remove base::ThreadRestrictions::AssertIOAllowed. by Francois Doray · 8 years ago
  20. e6fb2d0 Replace ScopedAllowIO with ScopedAllowBlockingForTesting in tests. by Francois Doray · 8 years ago
  21. 8d82bd0 Change DLOG(FATAL) to DLOG(DCHECK) in sql/ by Sigurdur Asgeirsson · 8 years ago
  22. 47ed2c3 Remove references to MOJO_APPTEST_IMPL in sql/ by Scott Graham · 8 years ago
  23. 502836c fuchsia: Disable sqlite tests that require shm in vfs by Scott Graham · 8 years ago
  24. 57ee5482 fuchsia: Get sql_unittests compiling by Scott Graham · 8 years ago
  25. 46800c9f SQLite: Minor comment updates and fix method name typo. by Carlos Knippschild · 8 years ago
  26. a9ad8fe4 Use base::flat_map for caching SQL statements. by Dmitry Skiba · 8 years ago
  27. d1978b0e Audit of kConstants missing the const qualifier by Andrew Grieve · 8 years ago
  28. 607cb14 Move DatabaseTracker and DatabaseMessageFilter off of FILE thread by Joshua Bell · 8 years ago
  29. a9f05ec Reland "Remove unsupported perm, symlink calls for Fuchsia." by Kevin Marshall · 8 years ago
  30. e185b89 Clarify primary/secondary OWNERS in sql/ for easier review routing. by Victor Costan · 8 years ago
  31. 42482775 Add crbug component and team mailing list to sql/OWNERS. by Victor Costan · 8 years ago
  32. 3f2d393 Fix integration tests in src/chrome and src/extensions so that we can turn on IO thread checks without failures. by jam · 8 years ago
  33. 92a6fb2 [sql] Remove mmap before Raze(). by shess · 8 years ago
  34. f7fcc45 [sql] Verify control of close-time WAL checkpoint. by shess · 8 years ago
  35. 5207e145 [sql] Convert thumbnails and top-sites databases to auto-recovery. by shess · 8 years ago
  36. e28a080 Replace shess@ as the owner of SQLite things. by pwnall · 8 years ago
  37. e812793 [sql] SQLite patch to implement "smart" auto-vacuum. by shess · 8 years ago
  38. aa591f5 sql: add missing sql_export.h to the corresponding BUILD.gn file by tfarina · 8 years ago
  39. a7b07acd [sql] Tests for updates to mmap state. by shess · 8 years ago
  40. 3998fbc [sql] Histograms for I/O calls seen by browser VFS. by shess · 8 years ago
  41. 7c48428 Fix function name in toplevel doc for recovery.h. by twifkak · 8 years ago
  42. 00d65d4 [sql] RecoverDatabase() deletes SQLITE_NOTADB databases. by shess · 8 years ago
  43. b9dae93 Simplify SequencedTaskRunner::{Delete,Releaose}Soon impl by tzik · 9 years ago
  44. 5f2c344 [sql] Move time-machine support from third_party/sqlite to sql/ by shess · 9 years ago
  45. 1f4e536 [tracing] Remove MemoryAllocatorDump::process_memory_dump by ssid · 9 years ago
  46. b4199f8 [Sync] Implement MemoryDumpProvider. by dskiba · 9 years ago
  47. a62504d [sql] Allow storing mmap status in a VIEW instead of meta table. by shess · 9 years ago
  48. f5d4ee56 Migrate more files to histogram_macros.h from histogram.h. by asvitkine · 9 years ago
  49. 7e2baba [sql] Verify that Raze() works for multiple pages sizes. by shess · 9 years ago
  50. 0b8d593 [sql] Verify that recover works for multiple page sizes. by shess · 9 years ago
  51. 1f955b18 [sql] Test helpers to ease testing of simple queries. by shess · 9 years ago
  52. 1cf87f2 [sql] Initialize StatisticsRecorder in SQLTestSuite. by shess · 9 years ago
  53. 001ae16 [sql] Verify regexp not cached with prepared statement. by shess · 9 years ago
  54. 4640cc2 Modify sync unit test to use standard sql::test:: helper. by shess · 9 years ago
  55. a981982 misc files R-U: Change ScopedTempDir::path() to GetPath() by vabr · 9 years ago
  56. 95b6282 Delete all test isolate file now that M54 was branched. by maruel · 9 years ago
  57. cd1547c Remove GYP files from some smaller toplevel dirs. by brettw · 9 years ago
  58. 3033081a Change includes of histogram.h to histogram_macros.h. by asvitkine · 9 years ago
  59. 6318811 [sql] Track SQLite error codes from sql::Recovery ATTACH. by shess · 9 years ago
  60. a592d29c Recreate the WebData database on a catastrophic SQL error by afakhry · 9 years ago
  61. bccd300e [sql] Retry post-poison open as soon as possible. by shess · 9 years ago
  62. 7c9abe7 Offer user to send feedback from profile error dialog by afakhry · 9 years ago
  63. 3871f52 Convert some GN test support targets to static libs. by brettw · 9 years ago
  64. b194fc56 Minor fixes in login_database.* and sql/statement.* by vabr · 9 years ago
  65. a402e75 [sql] Database recovery system for Shortcuts. by shess · 9 years ago
  66. 83d6b83a Updates SQL code now that mmap is supported on iOS. by rohitrao · 9 years ago
  67. 97681440 [sql] sql::ScopedErrorIgnorer rename to sql::test::ScopedErrorExpecter by shess · 9 years ago
  68. 4205d7b [tracing] Replace %p with %PRIXPTR in the memory dump names by ssid · 9 years ago
  69. 9e77283d [sql] Log prepare compile errors on SQLITE_ERROR. by shess · 9 years ago
  70. 2dfa7645 Remove use of deprecated MessageLoop methods in sql. by fdoray · 9 years ago
  71. 448e5ed [tracing] Sanitize process memory dump names for background mode by ssid · 9 years ago
  72. fc41d88 Delete all isolate_file for test() template by agrieve · 9 years ago
  73. 42ff2a01 Remove Android Work Chrome code. by kerz · 9 years ago
  74. 5f50385 [GN/iOS] Explicitly list test data in sql_unittests_bundle_data. by sdefresne · 9 years ago
  75. 2396034 Implement IsAsciiUpper and IsAsciiLower in base/strings/string_util.h and remove duplicate code in the code base. by zhongyi · 9 years ago
  76. d82cd995 Convert //sql to use std::unique_ptr by mostynb · 9 years ago
  77. 7354d8d2 Emit logcats from sql_unittests. by stip · 9 years ago
  78. c374755 [iOS] Define bundle_data target for //sql:sql_unittests. by sdefresne · 9 years ago
  79. b9606f8 [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. by shess · 9 years ago
  80. fb9ae223 Revert of [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. (patchset #2 id:20001 of https://codereview.chromium.org/1782633002/ ) by tsergeant · 9 years ago
  81. 81bdd5b [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. by shess · 9 years ago
  82. fd7e4dd0 Revert of [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. (patchset #2 id:20001 of https://codereview.chromium.org/1757653002/ ) by shess · 9 years ago
  83. 7776a37 [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. by shess · 9 years ago
  84. ce1818c [sqlite] Remove recover.c from amalgamation. by shess · 9 years ago
  85. 7061e5f Remove Pass() helper from base/move.h. by dcheng · 9 years ago
  86. 644fc8a [sql] Fix crash in sqlite3_total_changes. by shess · 10 years ago
  87. 33299a9 mojo: Remove the mojo:filesystem sqlite binding code. by erg · 10 years ago
  88. e3bc902 Rename ConnectToService to ConnectToInterface() by ben · 10 years ago
  89. 3a7cbe0 Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. by ben · 10 years ago
  90. 806f499 [sql] Use IGNORE conflict resolution in recovery. by shess · 10 years ago
  91. 6ac3954 [sql] Clean up sql::Recovery unit test. by shess · 10 years ago
  92. 6f68bd3 [sql] Remove misleading AutoRecoverTable() parameter. by shess · 10 years ago
  93. 3c0ef4309 Move gn _run target generation into test(). (RELAND) by jbudorick · 10 years ago
  94. 002f222 Revert of Move gn _run target generation into test(). (patchset #1 id:1 of https://codereview.chromium.org/1653003006/ ) by dpranke · 10 years ago
  95. 6b1b03783 Move gn _run target generation into test(). by jbudorick · 10 years ago
  96. 874ea1bd [sql] Prevent recovery against a closed database. by shess · 10 years ago
  97. 7ce37c1 Add flag to disable mmap in all sql connection in work build by vichang · 10 years ago
  98. 115ceed allocator cleanup: remove dependencies on allocator from all targets by primiano · 10 years ago
  99. d837812 Make use of CreateInterfacePtrAndBind() where appropriate by sky · 10 years ago
  100. 16fb38a8 Change mojo enums to be scoped enums in the generated C++ bindings. by sammc · 10 years ago