1. a2c92a1c Fix some grammar in comments, error messages and documentation. by [email protected] · 13 years ago
  2. 142dd75 Get rid of the clear_on_exit constructor parameter on DatabaseTracker since it's not necessary anymore (it's now set on destruction). by [email protected] · 13 years ago
  3. 955a44a More SQL statement usage regularization. Back-touch some by [email protected] · 14 years ago
  4. 1f1db25 Nuke from orbit corrupt websql databases. by [email protected] · 14 years ago
  5. b5717a4 Prefer ScopedNestableTaskAllower over manual save/restore by [email protected] · 14 years ago
  6. 80f9c869 Database usage adjustment for .../webkit by [email protected] · 14 years ago
  7. c694427 Remove task.h and finish base::Bind() migration. by [email protected] · 14 years ago
  8. f182444 DatabaseTracker:: Fix a bug I introduced in r115465. by [email protected] · 14 years ago
  9. 00bbe166 base::Bind: Convert webkit/database. by [email protected] · 14 years ago
  10. e900577 Appcache, local storage, indexed db, databases: skip exit-time deletion when restarting. by [email protected] · 14 years ago
  11. 3034b681 Update these includes to use the new header locations by [email protected] · 14 years ago
  12. 0da6b445 Add OVERRIDE to webkit/. by [email protected] · 14 years ago
  13. 2f3eff4 webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors. by [email protected] · 14 years ago
  14. a74417b base::Bind: Convert webkit/database. by [email protected] · 14 years ago
  15. 4d99be5 Use base::Callback in Quota related code. by [email protected] · 14 years ago
  16. f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
  17. c62dd9d Delete Tracked, and move Location to its own file. by [email protected] · 14 years ago
  18. f5d75f7 DatabaseTracker: Clearing session-only databases on exit. by [email protected] · 14 years ago
  19. e5a3cdc Some DatabaseTracker cleanup. by [email protected] · 14 years ago
  20. d024044 Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of SpecialStoragePolicy. by [email protected] · 14 years ago
  21. edd685f Add MessageLoopProxy::current by [email protected] · 14 years ago
  22. 4ac23ad2 Quota: Add quota::StorageType to the GetOriginsCallback definition. by [email protected] · 14 years ago
  23. be33f8a Remove VfsBackend::FileTypeIs{Journal,MainDB} by [email protected] · 14 years ago
  24. f0a54b2 Move app/sql/* files to sql/ directory. by [email protected] · 14 years ago
  25. 800ad56 Move code to clear web databases on shutdown to the database tracker by [email protected] · 14 years ago
  26. 118b102 Change all the references from app_base to sql. by [email protected] · 14 years ago
  27. 32bb854 Revert 91288 - Change references from app_base to sql. by [email protected] · 14 years ago
  28. e6c6be7 Change references from app_base to sql. by [email protected] · 14 years ago
  29. 78f03f14 Remove msvs_guids from third_party, webkit, tools and views. by [email protected] · 14 years ago
  30. e7f009d Hooking MHTML generation to the browser. by [email protected] · 14 years ago
  31. 7c5f2ec More WebSQLDatabase and QuotaManager integration. by [email protected] · 14 years ago
  32. 8ad0e6be We need this work-around for file:/// URIs as by [email protected] · 14 years ago
  33. 42472ad Implement DatabaseQuotaClient's DeteleteOriginData method. by [email protected] · 14 years ago
  34. db4d4981 Use the QuotaManager to determine the space available to WebSQLDatabases. Since activity outside of the database system now affect how much space is available, our strategy for informing the client side of the new limit needed to change. It's not enough to just send the new limit when a change within the DB system has occurred. by [email protected] · 14 years ago
  35. e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
  36. 5a54733 Globally replace <(library) with static_library by [email protected] · 14 years ago
  37. 4b66b65 Added DeleteOriginData to QuotaClient by [email protected] · 14 years ago
  38. eea70ad More Quota + WebSQLDatabase integration. by [email protected] · 14 years ago
  39. 3bbe097 Implementation of DatabaseQuotaClient for the WebSQLDatabase system. by [email protected] · 14 years ago
  40. b777b33 File API changes needed for safely passing user selected file entities from the file browser component extension to a 3rd party extension. by [email protected] · 14 years ago
  41. 1d4dbde Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have a chance of working properly with v8 isolates. With isolates the database related interfaces will be called on multiple threads and the previous impl was not put together with that in mind. by [email protected] · 14 years ago
  42. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  43. 55d9bed Wired local file system support for File API. The local file system provider currently exists for ChromeOS builds only. by [email protected] · 14 years ago
  44. f0bc50e5 web databases: remove a ToWStringHack by [email protected] · 14 years ago
  45. 967d18b wstring: remove some simple instances of ToWStringHack by [email protected] · 14 years ago
  46. 19eb8015 Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class by [email protected] · 14 years ago
  47. ad74a59 More net/ reordering. by [email protected] · 15 years ago
  48. c1d9cdc Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 15 years ago
  49. 229ab9c Add some initial OWNERS files for src/webkit/. by [email protected] · 15 years ago
  50. 1889dc1b FBTF: More ctor/dtor cleanup. by [email protected] · 15 years ago
  51. 96626f5f FBTF: Further parts of r61237 that should be harmless to chrome_frame. by [email protected] · 15 years ago
  52. d0af720 Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." by [email protected] · 15 years ago
  53. 763f848 FBTF: Another big ctor/dtor cleanup found by automated tools. by [email protected] · 15 years ago
  54. 5018448 The return value of ClosePlatformFile() was reversed in r59041. Most by [email protected] · 15 years ago
  55. 2f0193c2 Moving file_util::FileInfo to base::PlatformFileInfo, and adding the by [email protected] · 15 years ago
  56. 654512b Protect local storage created by extension apps. by [email protected] · 15 years ago
  57. ed65fec Add an optional parameter to CreatePlatformFile() to report the type by [email protected] · 15 years ago
  58. 145ee1d FBTF: Remove unnecessary STL #includes from src/webkit. by [email protected] · 15 years ago
  59. 864b136 FBTF: Remove unneeded headers from base/ (part 6) by [email protected] · 15 years ago
  60. e33cba4 Move bundled copy of sqlite one level deeper to better separate it by [email protected] · 15 years ago
  61. f33811b GTTF: some more FRIEND_TEST_ALL_PREFIXES by [email protected] · 15 years ago
  62. be1ce6a7 Add #include utf_string_conversions.h to all files that use ASCIIToWide and by [email protected] · 15 years ago
  63. e83326f Convert more callers of the integer/string functions to using by [email protected] · 15 years ago
  64. 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
  65. 33b9df4 Cleanup: Remove unneeded headers from app/ by [email protected] · 15 years ago
  66. 8e43e07 Make tests that rely on getting a temp dir exit if they don't. by [email protected] · 15 years ago
  67. 7894ae2 Remove incorrect usages of USE_SYSTEM_SQLITE. by [email protected] · 15 years ago
  68. fe615f3 Support WebSQLDatabases in incognito mode. by [email protected] · 15 years ago
  69. beaafba Remove the dirfd parameter from all Chromium code. The POSIX VFS by [email protected] · 15 years ago
  70. 2f312ab Enable -Werror on Linux and Win for src/webkit/ by [email protected] · 15 years ago
  71. 4cccc22 Include the appcache and database tracker databases into the sql diagnostics fold. by [email protected] · 15 years ago
  72. 49cd5da Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing anything to disk for incognito. This time with more unit tests. by [email protected] · 15 years ago
  73. 5b855a6 Revert 43381 - Add some safeguards in DatabaseTracker to prevent writing anything to disk for incognito. by [email protected] · 15 years ago
  74. 60a0438e4 Add some safeguards in DatabaseTracker to prevent writing anything to disk for incognito. by [email protected] · 15 years ago
  75. 57a777f7 Hook up extension apps notification permission, take two by [email protected] · 15 years ago
  76. c10da4b0 Reland r42467. Clear cookies, local storage and databases when an extension gets uninstalled. by [email protected] · 15 years ago
  77. 09233b2 Copy header files to third_party/WebKit/WebKit/chromium/public when by [email protected] · 15 years ago
  78. 687c5ac Reverts 42520 and 42477. It back red again when adding this change back. by [email protected] · 15 years ago
  79. 869f2ef Reapply 42467 by reverting 42499 and added suppression. by [email protected] · 15 years ago
  80. 44d6da8 Revert r42467: "Clear cookies, local storage and databases when an extension gets uninstalled." by [email protected] · 15 years ago
  81. 0da7636 Clear cookies, local storage and databases when an extension gets uninstalled. by [email protected] · 15 years ago
  82. 9d61e1f Move glue, appcache, and database targets out of webkit into gypi files. by [email protected] · 15 years ago
  83. c7892f03 webkit/database: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
  84. 24b538a Reset the default quota limit for extensions to 5MB, but add a by [email protected] · 15 years ago
  85. 84aebed Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by [email protected] · 16 years ago
  86. df99024 Increase the default quota for extensions to 1GB. by [email protected] · 16 years ago
  87. ec3d145 Actually delete databases in CookiesTreeModel. by [email protected] · 16 years ago
  88. 2b0ec8b Ask renderers to immediately close all DB handles to a database file by [email protected] · 16 years ago
  89. a3703dd Add support for CONTENT_SETTING_ASK to database. by [email protected] · 16 years ago
  90. b5c6e30 Add support for HTML5 databases to the cookie tree model. by [email protected] · 16 years ago
  91. 72cfd90f Delete HTML5 database in BrowsingDataRemover, part 1. by [email protected] · 16 years ago
  92. 4ef795df Reland 37913. Clear local state on exit. by [email protected] · 16 years ago
  93. 5939501 Revert 37913 - Clear local state (cookies, databases, local storage) on exit. by [email protected] · 16 years ago
  94. 7e2584b Clear local state (cookies, databases, local storage) on exit. by [email protected] · 16 years ago
  95. 373a460 Adds support for SetDatabaseQuota(). Also, should remove a lot of by [email protected] · 16 years ago
  96. 810a52ef Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and EmptyGURL(), since the code in question can just use the default constructor. by [email protected] · 16 years ago
  97. 3ccfe53 Adding methods that will be used by the quota management UI. by [email protected] · 16 years ago
  98. 3f2b909 Clarify licenses on a bunch of files. by [email protected] · 16 years ago
  99. 9da5f16 Use utf_string_conversions header in more places. by [email protected] · 16 years ago
  100. f34d588 Guard against directory traversal due to evil message from compromised renderer. by [email protected] · 16 years ago