1. bb6bd1f Remove {base,net}_java dependencies from GYP client targets on Android. by [email protected] · 13 years ago
  2. 7019bb6d Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. by [email protected] · 13 years ago
  3. a4e9fa65 Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. by [email protected] · 13 years ago
  4. 34146c1 Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. by [email protected] · 13 years ago
  5. c93c7ef Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. by [email protected] · 13 years ago
  6. efdbdb0 Make java.gypi export jar path to input_jars_paths variable by [email protected] · 13 years ago
  7. 69c5845 Upstream sqlite gyp changes for Android. by [email protected] · 13 years ago
  8. 35f7e539 Annotate calls to SQLite functions - they have to be executed on a thread allowing IO access. by [email protected] · 13 years ago
  9. 073bef8f GYP changes to get sql and sqlite building on iOS. by [email protected] · 13 years ago
  10. 1348765a Fix the sqlite errors of content unittests on Android by [email protected] · 13 years ago
  11. 2eec0a2 [sql] Refactor to remove use of const_cast<>. by [email protected] · 13 years ago
  12. 88cb625 Revert 147309 - Annotate calls to SQLite functions - they have to be executed on a thread allowing IO access. by [email protected] · 13 years ago
  13. 8262829 Annotate calls to SQLite functions - they have to be executed on a thread allowing IO access. by [email protected] · 13 years ago
  14. e73e8922a Modify sql unittests to pass on iOS. by [email protected] · 13 years ago
  15. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  16. 9903468 Avoid leaking any files from SQLiteFeaturesTest. by [email protected] · 13 years ago
  17. 3e1d8c8 Add APK targets for sql_unittests and sync_unit_tests. by [email protected] · 13 years ago
  18. de679fb Revert [SQLite] Hack to touch page cache to debug slow connection close. by [email protected] · 13 years ago
  19. b387864 Change the way _EXPORT macros look. by [email protected] · 13 years ago
  20. 60e60dd RefCounted types should not have public destructors, sql/ and jingle/ edition by [email protected] · 13 years ago
  21. 389e0a4 Added parameter 'clear_bound_vars', so we could reset the statement without clearing bound variables, so and current row is reset to the beginning. by [email protected] · 13 years ago
  22. 8e0c0128 Implement sql::Connection::Raze() in terms of sqlite3_backup API. by [email protected] · 13 years ago
  23. 44ad7d90 Reset needs_rollback after rollback. by [email protected] · 13 years ago
  24. 4e179ba6 Persist SQLite journal files. by [email protected] · 13 years ago
  25. b209f0e Making sure all dirs have OWNERS ... add some to sql/. by [email protected] · 13 years ago
  26. 1bc85b2 Create meta table atomically. by [email protected] · 13 years ago
  27. 94f0638 Add documentation regarding the nestability of sql::Transaction objects. by [email protected] · 13 years ago
  28. c3ebc32 Add a DeleteKey() method to delete a key from the meta table. This will be used in the TemplateURL refactoring changes. by [email protected] · 13 years ago
  29. 28fe0ff Remove operator overloads from Statement. Fix leftover users of operators. by [email protected] · 14 years ago
  30. 4b35005 Close out statement refs before closing database. by [email protected] · 14 years ago
  31. 85fc27b0 Clear statement before closing db in cookie code. by [email protected] · 14 years ago
  32. c0714df Fix Android build. by [email protected] · 14 years ago
  33. 6402104 Fix leak inside sql::Connection::OpenInternal. by [email protected] · 14 years ago
  34. 98b6f8b1 Create a class to represent a Dom Storage Database. by [email protected] · 14 years ago
  35. 9fe3755 [sql] WARN_UNUSED_RESULT on Execute(). by [email protected] · 14 years ago
  36. bed29d94 Update webdata files to take advantage of DLOG(FATAL) in by [email protected] · 14 years ago
  37. e2cadec8 AppCache INTERCEPT namespace. by [email protected] · 14 years ago
  38. eff1fa52 Put debugging assertions into sql::Statement. by [email protected] · 14 years ago
  39. c68ce17 Remove 4 static initializers. by [email protected] · 14 years ago
  40. 601dc6a export StatementRef by [email protected] · 14 years ago
  41. d452696 build sql as a component - this will help ensure there is only one copy by [email protected] · 14 years ago
  42. e48e0515 [SQLite] Hack to touch page cache to debug slow connection close. by [email protected] · 14 years ago
  43. 6e0b144 Enable SQLite's secure-delete at runtime so that by [email protected] · 14 years ago
  44. f0a54b2 Move app/sql/* files to sql/ directory. by [email protected] · 14 years ago
  45. e79be09 Remove the comments setting emands and vim tab width and expansion variables. by [email protected] · 14 years ago
  46. 40ce1e44 Add sql/sql.gyp to start building libsql and sql_unittests. by [email protected] · 14 years ago