| Commit message (Expand) | Author | Age | Files | Lines |
* | [sql] Stats gathering for sql/ APIs. | shess | 2015-06-03 | 1 | -14/+43 |
* | sql: Remove basictypes.h includes. | tfarina | 2015-05-11 | 1 | -2/+2 |
* | replace COMPILE_ASSERT with static_assert in sql/ | mostynb | 2015-01-06 | 1 | -5/+5 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -7/+7 |
* | [sql] Complain about statement mutations after stepping has started. | shess@chromium.org | 2013-10-25 | 1 | -0/+13 |
* | [sql] Log tag with sqlite errors. | shess@chromium.org | 2013-09-26 | 1 | -1/+1 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ... | rsleevi@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | 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 |
* | Implement sql::Connection::RazeAndClose(). | shess@chromium.org | 2013-02-07 | 1 | -5/+7 |
* | Fixing null pointer dereference. | glotov@chromium.org | 2013-01-17 | 1 | -1/+1 |
* | Annotate calls to SQLite functions - they have to be executed on a thread all... | shess@chromium.org | 2012-07-27 | 1 | -0/+3 |
* | Revert 147309 - Annotate calls to SQLite functions - they have to be executed... | shess@chromium.org | 2012-07-18 | 1 | -3/+0 |
* | Annotate calls to SQLite functions - they have to be executed on a thread all... | shess@chromium.org | 2012-07-18 | 1 | -0/+3 |
* | Added parameter 'clear_bound_vars', so we could reset the statement without c... | michaelbai@chromium.org | 2012-04-25 | 1 | -4/+5 |
* | Clear statement before closing db in cookie code. | shess@chromium.org | 2012-02-17 | 1 | -0/+5 |
* | Fix Android build. | benm@chromium.org | 2012-02-10 | 1 | -4/+2 |
* | Create a class to represent a Dom Storage Database. | benm@chromium.org | 2012-02-10 | 1 | -1/+33 |
* | Update webdata files to take advantage of DLOG(FATAL) in | gbillock@chromium.org | 2011-12-22 | 1 | -0/+5 |
* | Put debugging assertions into sql::Statement. | shess@chromium.org | 2011-12-12 | 1 | -74/+74 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 1 | -0/+270 |