| Commit message (Expand) | Author | Age | Files | Lines |
* | [sql] Framework for allowing tests to handle errors. | shess@chromium.org | 2013-06-18 | 6 | -12/+218 |
* | Remove sql::ErrorDelegate. | shess@chromium.org | 2013-06-14 | 4 | -100/+20 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in sql/. | dcheng@chromium.org | 2013-06-13 | 1 | -3/+1 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 4 | -5/+5 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | [sql] Enable writable_schema during integrity_check. | shess@chromium.org | 2013-06-06 | 1 | -10/+27 |
* | Disable sqlite lookaside buffers by default. | rmcilroy@chromium.org | 2013-06-06 | 1 | -0/+7 |
* | Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ... | rsleevi@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Remove last client of sql::DiagnosticErrorDelegate. | shess@chromium.org | 2013-05-23 | 3 | -62/+0 |
* | Post integrity_check data for corrupt thumbnail databases. | shess@chromium.org | 2013-05-22 | 2 | -0/+26 |
* | Record startup sizes for tagged SQLite databases. | shess@chromium.org | 2013-05-21 | 1 | -0/+15 |
* | Dump additional error info for thumbnail database. | shess@chromium.org | 2013-05-17 | 2 | -0/+32 |
* | Histogram versions and extended error codes for SQLite databases. | shess@chromium.org | 2013-05-15 | 3 | -35/+34 |
* | Deeper histogram for SQLITE_IOERR. | shess@chromium.org | 2013-04-30 | 1 | -0/+9 |
* | Revert 197147 "Deeper histogram for SQLITE_IOERR." | jar@chromium.org | 2013-04-30 | 1 | -9/+0 |
* | Deeper histogram for SQLITE_IOERR. | shess@chromium.org | 2013-04-29 | 1 | -0/+9 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -3/+6 |
* | Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not | lliabraa@chromium.org | 2013-03-15 | 1 | -2/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Implement sql::Connection::RazeAndClose(). | shess@chromium.org | 2013-02-07 | 4 | -69/+255 |
* | Linux/ChromeOS Chromium style checker cleanup, sql/ edition. | rsleevi@chromium.org | 2013-02-06 | 4 | -8/+8 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 3 | -4/+7 |
* | Only HistogramBase is used outside of base/metrics. | kaiwang@chromium.org | 2013-01-23 | 1 | -2/+2 |
* | Fixing null pointer dereference. | glotov@chromium.org | 2013-01-17 | 2 | -3/+4 |
* | Make sql build on Win64 | jschuh@chromium.org | 2013-01-11 | 1 | -0/+4 |
* | Bake targeted error histogram support directly into sql::Connection. | shess@chromium.org | 2013-01-03 | 2 | -0/+36 |
* | Add diagnostics to debug database open problems. | shess@chromium.org | 2012-12-07 | 1 | -0/+15 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 4 | -9/+9 |
* | Handle cookie-file corruption found during open. | shess@chromium.org | 2012-11-10 | 1 | -1/+8 |
* | Make sql::Connection::Raze() more robust against corruptions. | shess@chromium.org | 2012-11-10 | 3 | -21/+63 |
* | Move ErrorDelegate to its own file and add static utility functions to ErrorD... | pkotwicz@chromium.org | 2012-10-18 | 5 | -28/+135 |
* | Remove ref counting on sql::ErrorDelegate | pkotwicz@chromium.org | 2012-10-17 | 5 | -68/+70 |
* | Remove {base,net}_java dependencies from GYP client targets on Android. | pliard@chromium.org | 2012-09-10 | 1 | -1/+0 |
* | Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S... | ricow@chromium.org | 2012-08-23 | 1 | -5/+3 |
* | Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data... | mrossetti@chromium.org | 2012-08-23 | 1 | -3/+5 |
* | Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S... | mrossetti@chromium.org | 2012-08-14 | 1 | -5/+3 |
* | Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data... | mrossetti@chromium.org | 2012-08-14 | 1 | -3/+5 |
* | Make java.gypi export jar path to input_jars_paths variable | cjhopman@chromium.org | 2012-08-09 | 1 | -1/+0 |
* | Upstream sqlite gyp changes for Android. | yfriedman@chromium.org | 2012-08-06 | 2 | -8/+42 |
* | Annotate calls to SQLite functions - they have to be executed on a thread all... | shess@chromium.org | 2012-07-27 | 3 | -1/+48 |
* | GYP changes to get sql and sqlite building on iOS. | rohitrao@chromium.org | 2012-07-24 | 1 | -1/+1 |
* | Fix the sqlite errors of content unittests on Android | yongsheng.zhu@intel.com | 2012-07-24 | 1 | -0/+14 |
* | [sql] Refactor to remove use of const_cast<>. | shess@chromium.org | 2012-07-24 | 2 | -12/+35 |
* | Revert 147309 - Annotate calls to SQLite functions - they have to be executed... | shess@chromium.org | 2012-07-18 | 3 | -49/+2 |
* | Annotate calls to SQLite functions - they have to be executed on a thread all... | shess@chromium.org | 2012-07-18 | 3 | -2/+49 |
* | Modify sql unittests to pass on iOS. | rohitrao@chromium.org | 2012-07-13 | 3 | -7/+13 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 7 | -7/+0 |