[go: nahoru, domu]

  1. fc41d88 Delete all isolate_file for test() template by agrieve · 9 years ago
  2. 42ff2a01 Remove Android Work Chrome code. by kerz · 9 years ago
  3. 5f50385 [GN/iOS] Explicitly list test data in sql_unittests_bundle_data. by sdefresne · 9 years ago
  4. 2396034 Implement IsAsciiUpper and IsAsciiLower in base/strings/string_util.h and remove duplicate code in the code base. by zhongyi · 9 years ago
  5. d82cd995 Convert //sql to use std::unique_ptr by mostynb · 9 years ago
  6. 7354d8d2 Emit logcats from sql_unittests. by stip · 9 years ago
  7. c374755 [iOS] Define bundle_data target for //sql:sql_unittests. by sdefresne · 9 years ago
  8. b9606f8 [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. by shess · 9 years ago
  9. 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
  10. 81bdd5b [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. by shess · 9 years ago
  11. 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
  12. 7776a37 [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. by shess · 9 years ago
  13. ce1818c [sqlite] Remove recover.c from amalgamation. by shess · 9 years ago
  14. 7061e5f Remove Pass() helper from base/move.h. by dcheng · 9 years ago
  15. 644fc8a [sql] Fix crash in sqlite3_total_changes. by shess · 9 years ago
  16. 33299a9 mojo: Remove the mojo:filesystem sqlite binding code. by erg · 9 years ago
  17. e3bc902 Rename ConnectToService to ConnectToInterface() by ben · 9 years ago
  18. 3a7cbe0 Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. by ben · 9 years ago
  19. 806f499 [sql] Use IGNORE conflict resolution in recovery. by shess · 9 years ago
  20. 6ac3954 [sql] Clean up sql::Recovery unit test. by shess · 9 years ago
  21. 6f68bd3 [sql] Remove misleading AutoRecoverTable() parameter. by shess · 9 years ago
  22. 3c0ef4309 Move gn _run target generation into test(). (RELAND) by jbudorick · 9 years ago
  23. 002f222 Revert of Move gn _run target generation into test(). (patchset #1 id:1 of https://codereview.chromium.org/1653003006/ ) by dpranke · 9 years ago
  24. 6b1b03783 Move gn _run target generation into test(). by jbudorick · 9 years ago
  25. 874ea1bd [sql] Prevent recovery against a closed database. by shess · 9 years ago
  26. 7ce37c1 Add flag to disable mmap in all sql connection in work build by vichang · 9 years ago
  27. 115ceed allocator cleanup: remove dependencies on allocator from all targets by primiano · 9 years ago
  28. d837812 Make use of CreateInterfacePtrAndBind() where appropriate by sky · 9 years ago
  29. 16fb38a8 Change mojo enums to be scoped enums in the generated C++ bindings. by sammc · 9 years ago
  30. 3be5b1ec [tracing] Add separate dump provider for sql connection by ssid · 9 years ago
  31. 273c1e3 Move mojo/application/public -> mojo/shell/public by ben · 9 years ago
  32. e4860045 Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  33. 51ba3e69 Clean up header files. by avi · 9 years ago
  34. 0b51920 Switch to standard integer types in xxx/. by avi · 9 years ago
  35. 9bf2c67 [sql] Consider fresh databases suitable for memory-mapped I/O. by shess · 9 years ago
  36. 53adf16 [sql] Test mmap operation based on SQLite capabilities. by shess · 9 years ago
  37. 324f212 Add more components to "gn check". by brettw · 9 years ago
  38. a5404b52 Convert ConnectToApplication to take a params class by ben · 9 years ago
  39. d7a71c88 Run gn --format over all .gn files by agrieve · 9 years ago
  40. 0917ec4 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 9 years ago
  41. d90aeea8 [sql] Validate database files before enabling memory-mapping. by shess · 9 years ago
  42. 85dce086 Move third_party/mojo/src/mojo/public to mojo/public by rockot · 9 years ago
  43. f7e988f [sql] Differentiate compile errors from regular errors. by shess · 9 years ago
  44. f2bfe56 Eliminate third_party/mojo/src from all targets' include paths by Ken Rockot · 9 years ago
  45. 1736cd0 Revert "[sql] Validate database files before enabling memory-mapping." by robliao · 9 years ago
  46. 90244e1 [sql] Fix typo in error message. by shess · 9 years ago
  47. de8784c [sql] Validate database files before enabling memory-mapping. by shess · 9 years ago
  48. 5dac334f [sql] Increase database chunk size for large databases. by shess · 9 years ago
  49. 2f3a814b [sql] Disable memory-mapping under sql::Recovery. by shess · 9 years ago
  50. 186d6bfe [tracing] Add names to memory-infra dumpers for debugging by primiano · 9 years ago
  51. dea7ae9 [sql] QuotaDatabase schema upgrade doesn't use transactions right. by michaeln · 9 years ago
  52. 127dbee mandoline: Start adding trace events for mandoline stuff. by erg · 9 years ago
  53. c8cd2a16 [sql] Track uploads of diagnostic data to prevent duplication. by shess · 9 years ago
  54. 9f8022f [tracing] Add sqlite memory statistics to tracing. by ssid · 9 years ago
  55. 7dbd4dee [sql] Use memory-mapped I/O for sql::Connection. by shess · 9 years ago
  56. 2138313 Isolate sql_unittests_apk. by stip · 9 years ago
  57. 745e18c Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #3 id:40001 of https://codereview.chromium.org/1368533003/ ) by zhaoqin · 9 years ago
  58. 5c2f4e5 [sql] Use memory-mapped I/O for sql::Connection. by shess · 9 years ago
  59. 55c3216b Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #8 id:140001 of https://codereview.chromium.org/1349863003/ ) by Jeremy Roman · 9 years ago
  60. 9a1948a [sql] Use memory-mapped I/O for sql::Connection. by shess · 9 years ago
  61. 70246762 [sql] sqlite3_initialize() before additional entry point. by shess · 9 years ago
  62. 63a4d15 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 9 years ago
  63. 7c8964f Revert of Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (patchset #3 id:90001 of https://codereview.chromium.org/1245873002/ ) by stgao · 9 years ago
  64. c6649f2 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 9 years ago
  65. 6ce9d1f [sql] Drop sqlite3_* proxy hacks. by shess · 9 years ago
  66. 9d8aca4a Revert of [sqlite] Respect the gyp and gn component switch. (patchset #6 id:100001 of https://codereview.chromium.org/1306863006/ ) by phajdan.jr · 9 years ago
  67. f71db5c36 [sqlite] Respect the gyp and gn component switch. by shess · 9 years ago
  68. e4f267e Revert of [sqlite] Respect the gyp and gn component switch. (patchset #2 id:20001 of https://codereview.chromium.org/1325513002/ ) by shess · 9 years ago
  69. 02ce712a [sqlite] Respect the gyp and gn component switch. by shess · 9 years ago
  70. b5feb9e Revert of [sqlite] Respect the gyp and gn component switch. (patchset #1 id:1 of https://codereview.chromium.org/1322463002/ ) by sergeyv · 9 years ago
  71. 4ec68d9 [sqlite] Respect the gyp and gn component switch. by shess · 9 years ago
  72. 2d48e94 [sql] Record SQLite memory usage after a week. by shess · 9 years ago
  73. b6a14b7 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  74. bd9bf5a4 Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #1 id:1 of https://codereview.chromium.org/1310103002/ ) by rockot · 9 years ago
  75. 0bfe154 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  76. b83114b Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #3 id:120001 of https://codereview.chromium.org/1296453004/ ) by yosin · 9 years ago
  77. 0b56a69 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  78. c9e80ae2 [sql] Record memory usage at various periods after startup. by shess · 9 years ago
  79. 83dc161 Remove remaining legacy SplitString calls. by brettw · 9 years ago
  80. 8e2106d Convert remaining StringToLowerASCII to ToLowerASCII. by brettw · 9 years ago
  81. 3ec0456f Fix Mandoline apptests on Windows. by jam · 9 years ago
  82. ae96043 HistogramTester::GetHistogramSamplesSinceCreation never returns null by vabr · 9 years ago
  83. 289e808 Remove myself from OWNERS files. by erikwright · 9 years ago
  84. 177c1e2 Add GN isolate support for a bunch of unittests. by dpranke · 9 years ago
  85. e3ec7c4 mandoline filesystem: Reland "Save cookie data to the mojo:filesystem." by erg · 9 years ago
  86. d94a2214 Move JoinString to the base namespace. by brettw · 9 years ago
  87. b878846 Revert of Move JoinString to the base namespace (patchset #9 id:160001 of https://codereview.chromium.org/1223153003/) by hongchan · 9 years ago
  88. 0eabfa00 Move JoinString to the base namespace. by brettw · 9 years ago
  89. fd5d2681 sql: Cleanup to fix the header include guards. by tfarina · 9 years ago
  90. 8a80090 Replace base::str[n]casecmp with helper functions. by brettw · 9 years ago
  91. d8eddd3 Revert of mandoline filesystem: Save cookie data to the mojo:filesystem. (patchset #16 id:300001 of https://codereview.chromium.org/1179413010/) by fsamuel · 9 years ago
  92. bbb9e2f mandoline filesystem: Save cookie data to the mojo:filesystem. by erg · 9 years ago
  93. dd228cf Convert sql_unittests to run exclusively on Swarming by maruel · 9 years ago
  94. b341306 Move more string_util functions to base namespace. by brettw · 9 years ago
  95. 102ceb41 mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage. by erg · 9 years ago
  96. 56d80d7 [Android] Generate scripts at build time to run android tests. by mikecase · 9 years ago
  97. 58b8df8 [sql] Stats gathering for sql/ APIs. by shess · 9 years ago
  98. 2c21ecf [sql] Don't persist data in journal files. by shess · 9 years ago
  99. 720d4f3 sql: Remove basictypes.h includes. by tfarina · 9 years ago
  100. de60c5f1 [sql] Fix error in Preload size. by shess · 10 years ago